-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Update golang.org/x/net #84
Conversation
…mits or Throttling chore: Fixes [CVE-2023-45288](https://www.cve.org/CVERecord?id=CVE-2023-45288) Signed-off-by: Spolti <[email protected]>
The CI is complaining about the It install h5py 3.10 while this PR installs 3.11 However, pinning to 3.10.0 fixes the problem. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
chore: Fix arm build, while building with arm, it seems a new version of h5py was released, and this version seems to not have the required dep libhdf5.so, giving the error: `error: libhdf5.so: cannot open shared object file: No such file or directory` Pinning h5py to 3.10.0 fixes it for now. Signed-off-by: Spolti <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/lgtm
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: israel-hdez, rafvasq, spolti, terrytangyuan The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
[RHOAIENG-5499] - golang.org/x/net Allocation of Resources Without Limits or Throttling
chore: Fixes CVE-2023-45288
Motivation
Modifications
Result