Skip to content

chore(deps, rust): update g++-14, gnupg2, rustup, udev - #44

Closed
embedded-releaser-app[bot] wants to merge 1 commit into
mainfrom
feature/embedded-devcontainer-rust/update-apt-packages
Closed

chore(deps, rust): update g++-14, gnupg2, rustup, udev#44
embedded-releaser-app[bot] wants to merge 1 commit into
mainfrom
feature/embedded-devcontainer-rust/update-apt-packages

Conversation

@embedded-releaser-app

Copy link
Copy Markdown
Contributor

Automated changes by create-pull-request GitHub action

@embedded-releaser-app embedded-releaser-app Bot added apt dependencies Pull requests that update a dependency file labels Apr 12, 2026
@github-actions

github-actions Bot commented Apr 12, 2026

Copy link
Copy Markdown
Contributor

Test Results

0 tests   0 ✅  0s ⏱️
0 suites  0 💤
0 files    0 ❌

Results for commit f2befb1.

♻️ This comment has been updated with latest results.

@github-actions

github-actions Bot commented Apr 12, 2026

Copy link
Copy Markdown
Contributor

MegaLinter analysis: Error

Descriptor Linter Files Fixed Errors Warnings Elapsed time
✅ ACTION actionlint 19 0 0 0.53s
✅ DOCKERFILE hadolint 2 0 0 0.79s
✅ GHERKIN gherkin-lint 6 0 0 2.48s
✅ JSON npm-package-json-lint yes no no 0.57s
✅ JSON prettier 16 2 0 0 0.68s
✅ JSON v8r 16 0 0 7.51s
⚠️ MARKDOWN markdownlint 9 0 1 0 0.91s
✅ MARKDOWN markdown-table-formatter 9 1 0 0 0.23s
✅ REPOSITORY gitleaks yes no no 1.21s
✅ REPOSITORY git_diff yes no no 0.01s
❌ REPOSITORY grype yes 1 2 34.84s
✅ REPOSITORY secretlint yes no no 0.99s
✅ REPOSITORY syft yes no no 1.78s
❌ REPOSITORY trivy yes 1 2 6.79s
✅ REPOSITORY trivy-sbom yes no no 0.23s
✅ REPOSITORY trufflehog yes no no 2.43s
✅ SPELL lychee 70 0 0 21.56s
✅ YAML prettier 25 0 0 0 1.09s
✅ YAML v8r 25 0 0 8.87s
✅ YAML yamllint 25 0 0 0.69s

Detailed Issues

❌ REPOSITORY / grype - 1 error
note: A low vulnerability in python package: pygments, version 2.17.2 was found at: /.devcontainer/cpp/requirements.txt

warning: A medium vulnerability in python package: requests, version 2.32.4 was found at: /.devcontainer/cpp/requirements.txt

error: A high vulnerability in python package: lxml, version 4.9.3 was found at: /.devcontainer/cpp/requirements.txt

warning: 1 warnings emitted
error: 1 errors emitted
❌ REPOSITORY / trivy - 1 error
error: Package: lxml
Installed Version: 4.9.3
Vulnerability CVE-2026-41066
Severity: HIGH
Fixed Version: 6.1.0
Link: [CVE-2026-41066](https://avd.aquasec.com/nvd/cve-2026-41066)
    ┌─ .devcontainer/cpp/requirements.txt:172:1
    │
172 │ lxml==4.9.3 \
    │ ^
    │
    = lxml is a library for processing XML and HTML in the Python language.  ...
    = lxml is a library for processing XML and HTML in the Python language. Prior to 6.1.0, using either of the two parsers in the default configuration (with resolve_entities=True) allows untrusted XML input to read local files. Setting the resolve_entities option explicitly to resolve_entities='internal' or resolve_entities=False disables the local file access. This vulnerability is fixed in 6.1.0.

note: Package: pygments
Installed Version: 2.17.2
Vulnerability CVE-2026-4539
Severity: LOW
Fixed Version: 2.20.0
Link: [CVE-2026-4539](https://avd.aquasec.com/nvd/cve-2026-4539)
    ┌─ .devcontainer/cpp/requirements.txt:331:1
    │
331 │ pygments==2.17.2 \
    │ ^
    │
    = pygments: Pygments: Denial of Service via inefficient regular expression processing in AdlLexer
    = A security flaw has been discovered in pygments up to 2.19.2. The impacted element is the function AdlLexer of the file pygments/lexers/archetype.py. The manipulation results in inefficient regular expression complexity. The attack is only possible with local access. The exploit has been released to the public and may be used for attacks. The project was informed of the problem early through an issue report but has not responded yet.

warning: Package: requests
Installed Version: 2.32.4
Vulnerability CVE-2026-25645
Severity: MEDIUM
Fixed Version: 2.33.0
Link: [CVE-2026-25645](https://avd.aquasec.com/nvd/cve-2026-25645)
    ┌─ .devcontainer/cpp/requirements.txt:394:1
    │
394 │ requests==2.32.4 \
    │ ^
    │
    = requests: Requests: Security bypass due to predictable temporary file creation
    = Requests is a HTTP library. Prior to version 2.33.0, the `requests.utils.extract_zipped_paths()` utility function uses a predictable filename when extracting files from zip archives into the system temporary directory. If the target file already exists, it is reused without validation. A local attacker with write access to the temp directory could pre-create a malicious file that would be loaded in place of the legitimate one. Standard usage of the Requests library is not affected by this vulnerability. Only applications that call `extract_zipped_paths()` directly are impacted. Starting in version 2.33.0, the library extracts files to a non-deterministic location. If developers are unable to upgrade, they can set `TMPDIR` in their environment to a directory with restricted write access.

warning: 1 warnings emitted
error: 1 errors emitted
⚠️ MARKDOWN / markdownlint - 1 error
.github/CONTRIBUTING.md:18:7 MD051/link-fragments Link fragments should be valid [Context: "[Found a security vulnerability?](#found-a-security-vulnerability)"]

See detailed reports in MegaLinter artifacts

Your project could benefit from a custom flavor, which would allow you to run only the linters you need, and thus improve runtime performances. (Skip this info by defining FLAVOR_SUGGESTIONS: false)

  • Documentation: Custom Flavors
  • Command: npx mega-linter-runner@9.0.1 --custom-flavor-setup --custom-flavor-linters ACTION_ACTIONLINT,DOCKERFILE_HADOLINT,GHERKIN_GHERKIN_LINT,JSON_V8R,JSON_PRETTIER,JSON_NPM_PACKAGE_JSON_LINT,MARKDOWN_MARKDOWNLINT,MARKDOWN_MARKDOWN_TABLE_FORMATTER,REPOSITORY_GIT_DIFF,REPOSITORY_GITLEAKS,REPOSITORY_GRYPE,REPOSITORY_SECRETLINT,REPOSITORY_SYFT,REPOSITORY_TRIVY,REPOSITORY_TRIVY_SBOM,REPOSITORY_TRUFFLEHOG,SPELL_LYCHEE,YAML_PRETTIER,YAML_YAMLLINT,YAML_V8R

MegaLinter is graciously provided by OX Security

@embedded-releaser-app
embedded-releaser-app Bot force-pushed the feature/embedded-devcontainer-rust/update-apt-packages branch from 090a7d9 to f2befb1 Compare April 26, 2026 03:45
@embedded-releaser-app embedded-releaser-app Bot changed the title chore(deps, rust): update g++-14, gnupg2, udev chore(deps, rust): update g++-14, gnupg2, rustup, udev Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

apt dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant