-
Notifications
You must be signed in to change notification settings - Fork 0
ci: update #53
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
Open
TartanLeGrand
wants to merge
3
commits into
develop
Choose a base branch
from
ci/update
base: develop
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
ci: update #53
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🔒 Trivy Security Scan ResultsClick to expand detailed resultsFor OSS Maintainers: VEX Notice
--------------------------------
If you're an OSS maintainer and Trivy has detected vulnerabilities in your project that you believe are not actually exploitable, consider issuing a VEX (Vulnerability Exploitability eXchange) statement.
VEX allows you to communicate the actual status of vulnerabilities in your project, improving security transparency and reducing false positives for your users.
Learn more and start using VEX: https://aquasecurity.github.io/trivy/v0.57/docs/supply-chain/vex/repo#publishing-vex-documents
To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.
vuln-image.tar (debian 12.10)
=============================
Total: 0 (HIGH: 0, CRITICAL: 0)
Node.js (node-pkg)
==================
Total: 8 (HIGH: 7, CRITICAL: 1)
┌────────────────────────────────────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────────┬──────────────────────────────────────────────────────────────┐
│ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed Version │ Title │
├────────────────────────────────────────┼────────────────┼──────────┼────────┼───────────────────┼─────────────────────┼──────────────────────────────────────────────────────────────┤
│ @openzeppelin/contracts (package.json) │ CVE-2021-46320 │ HIGH │ fixed │ 3.2.0 │ 4.4.1 │ Improper Initialization in OpenZeppelin │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2021-46320 │
│ ├────────────────┼──────────┤ ├───────────────────┼─────────────────────┼──────────────────────────────────────────────────────────────┤
│ │ CVE-2021-39167 │ CRITICAL │ │ 3.3.0 │ 4.3.1, 3.4.2 │ TimelockController vulnerability in OpenZeppelin Contracts │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2021-39167 │
│ ├────────────────┼──────────┤ │ ├─────────────────────┼──────────────────────────────────────────────────────────────┤
│ │ CVE-2021-46320 │ HIGH │ │ │ 4.4.1 │ Improper Initialization in OpenZeppelin │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2021-46320 │
│ │ │ │ ├───────────────────┤ │ │
│ │ │ │ │ 3.4.2 │ │ │
│ │ │ │ │ │ │ │
├────────────────────────────────────────┼────────────────┤ │ ├───────────────────┼─────────────────────┼──────────────────────────────────────────────────────────────┤
│ axios (package.json) │ CVE-2025-27152 │ │ │ 0.21.4 │ 1.8.2, 0.30.0 │ axios: Possible SSRF and Credential Leakage via Absolute URL │
│ │ │ │ │ │ │ in axios Requests... │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2025-27152 │
├────────────────────────────────────────┼────────────────┤ │ ├───────────────────┼─────────────────────┼──────────────────────────────────────────────────────────────┤
│ cross-spawn (package.json) │ CVE-2024-21538 │ │ │ 7.0.3 │ 7.0.5, 6.0.6 │ cross-spawn: regular expression denial of service │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2024-21538 │
│ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │
│ │ │ │ │ │ │ │
├────────────────────────────────────────┼────────────────┤ │ ├───────────────────┼─────────────────────┼──────────────────────────────────────────────────────────────┤
│ semver (package.json) │ CVE-2022-25883 │ │ │ 7.3.5 │ 7.5.2, 6.3.1, 5.7.2 │ nodejs-semver: Regular expression denial of service │
│ │ │ │ │ │ │ https://avd.aquasec.com/nvd/cve-2022-25883 │
└────────────────────────────────────────┴────────────────┴──────────┴────────┴───────────────────┴─────────────────────┴──────────────────────────────────────────────────────────────┘ |
🐳 Hadolint Dockerfile Lint ResultsClick to expand |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the GitHub Actions workflow to use an enhanced version of the Docker build workflow for improved reporting.
uses
directive in.github/workflows/docker-test.yml
to reference thefeat/docker-build/enhance-reporting
branch of the Docker build workflow, replacing the previousdocker-build-v2.0.0
version. This change aims to enhance reporting capabilities during the Docker build process. ([.github/workflows/docker-test.ymlL7-R7](https://github.com/iExecBlockchainComputing/iexec-voucher-subgraph/pull/53/files#diff-baa08c0b7cb0ae6357ecf7ecaa2d7aff0bfa417e10e1ec6fbc29232cb0166da7L7-R7)
)