-
Notifications
You must be signed in to change notification settings - Fork 1.2k
backport: bitcoin#26257, #26480, #26600, #26601, #26660, #26689, #26802 #7089
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
base: develop
Are you sure you want to change the base?
Changes from all commits
2dd12f5
9533f86
6588625
70155f0
32ed7b5
6604838
ad98049
88913fb
b4f82b3
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -33,9 +33,10 @@ if [ -z "${SKIP_PYTHON_INSTALL}" ]; then | |
| python3 --version | ||
| fi | ||
|
|
||
| # NOTE: BUMP ALSO contrib/containers/ci//ci-slim.Dockerfile | ||
| ${CI_RETRY_EXE} pip3 install codespell==2.2.1 | ||
| ${CI_RETRY_EXE} pip3 install flake8==4.0.1 | ||
| ${CI_RETRY_EXE} pip3 install lief==0.13.1 | ||
| ${CI_RETRY_EXE} pip3 install flake8==5.0.4 | ||
| ${CI_RETRY_EXE} pip3 install lief==0.13.2 | ||
|
Comment on lines
+38
to
+39
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 🧩 Analysis chain🏁 Script executed: # First, let's check the current state of the file
head -50 ci/lint/04_install.sh | tail -15Repository: dashpay/dash Length of output: 673 🌐 Web query:
💡 Result: I found no public CVE entries for flake8 5.0.4. Flake8's own release notes for 5.0.4 list only a bugfix (importlib‑metadata bound) and no security advisory, and major vulnerability trackers (Snyk, Safety DB) show no direct CVE for that version. [1][2][3] If you want, I can run a targeted CVE/NVD search (or check GitHub/security advisories) and return exact CVE database results. 🌐 Web query:
💡 Result: Yes — LIEF 0.13.2 is affected by CVE-2024-31636 (information disclosure via an uninitialized variable in machd_reader.c; affects versions < 0.15.0). Upgrade to >= 0.15.0 to obtain the fix. [1][2] Sources: Upgrade lief to ≥0.15.0 to fix CVE-2024-31636. lief 0.13.2 is vulnerable to CVE-2024-31636 (information disclosure via uninitialized variable in machd_reader.c). This affects all versions < 0.15.0. flake8 5.0.4 is secure with no known vulnerabilities. 🤖 Prompt for AI Agents |
||
| ${CI_RETRY_EXE} pip3 install mypy==0.981 | ||
| ${CI_RETRY_EXE} pip3 install pyzmq==24.0.1 | ||
| ${CI_RETRY_EXE} pip3 install vulture==2.6 | ||
|
|
||
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.
nit: typo
//