Skip to content

build(deps): bump step-security/setup-qemu-action from 3.7.0 to 4.0.0#22

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/step-security/setup-qemu-action-4.0.0
Open

build(deps): bump step-security/setup-qemu-action from 3.7.0 to 4.0.0#22
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/step-security/setup-qemu-action-4.0.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 10, 2026

Copy link
Copy Markdown

Bumps step-security/setup-qemu-action from 3.7.0 to 4.0.0.

Release notes

Sourced from step-security/setup-qemu-action's releases.

v4.0.0

What's Changed

New Contributors

Full Changelog: step-security/setup-qemu-action@v3...v4.0.0

Commits
  • 109c6ed Merge pull request #34 from step-security/feat/update-subscription-check
  • e5c5704 code linted
  • adbaff0 feat: added banner and update subscription check to make maintained actions f...
  • f59c2f5 Merge pull request #33 from step-security/fix/vulnerability2
  • 8c263be fix: fixed vulnerabilities
  • fabc00f Merge pull request #32 from step-security/fix/vulnerability1
  • c25d841 fix: fixed vulnerabilities
  • ee24261 Merge pull request #31 from step-security/auto-cherry-pick
  • bea5508 dist updated
  • f819c1e conflicted commits cherry-picked
  • Additional commits viewable in compare view

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Jun 10, 2026
@dependabot dependabot Bot force-pushed the dependabot/github_actions/step-security/setup-qemu-action-4.0.0 branch from 952147d to d81ffb8 Compare June 10, 2026 12:05
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY
trivy filesystem --config /github/workspace/.github/linters/trivy.yaml /github/workspace

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │       15        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For 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://trivy.dev/docs/v0.70/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 15 (UNKNOWN: 0, LOW: 0, MEDIUM: 10, HIGH: 5, CRITICAL: 0)

┌────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono       │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│            │                │          │        │                   │               │ only Bearer                                                  │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│            │                │          │        │                   │               │ non-canonical IPv6                                           │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│            │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│            │                │          │        │                   │               │ causing incorrect routing for...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ postcss    │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│            │                │          │        │                   │               │ escaping of style closing tags...                            │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ protobufjs │ CVE-2026-44289 │ HIGH     │        │ 8.0.1             │ 7.5.6, 8.0.2  │ protobuf.js: Denial of service through unbounded protobuf    │
│            │                │          │        │                   │               │ recursion                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44289                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44290 │          │        │                   │               │ protobuf.js: Process-wide denial of service through unsafe   │
│            │                │          │        │                   │               │ option paths                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44290                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44291 │          │        │                   │               │ protobuf.js: Code generation gadget after prototype          │
│            │                │          │        │                   │               │ pollution                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44291                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44293 │          │        │                   │               │ protobuf.js: Code injection through bytes field defaults in  │
│            │                │          │        │                   │               │ generated toObject code                                      │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44293                   │
│            ├────────────────┼──────────┤        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44288 │ MEDIUM   │        │                   │               │ protobufjs has overlong UTF-8 decoding                       │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44288                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44292 │          │        │                   │               │ protobuf.js: Prototype injection in generated message        │
│            │                │          │        │                   │               │ constructors                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44292                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44294 │          │        │                   │               │ protobuf.js: Denial of service from crafted field names in   │
│            │                │          │        │                   │               │ generated code                                               │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44294                   │
│            ├────────────────┤          │        │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-45740 │          │        │                   │ 7.5.8, 8.2.0  │ protobufjs: Denial of Service via unbounded recursive JSON   │
│            │                │          │        │                   │               │ descriptor expansion                                         │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-45740                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs         │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│            │                │          │        │                   │               │ with `arr...                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ simple-git │ CVE-2026-6951  │ HIGH     │        │ 3.35.2            │ 3.36.0        │ simple-git: simple-git: Remote Code Execution due to         │
│            │                │          │        │                   │               │ incomplete fix bypass                                        │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6951                    │
└────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

1 similar comment
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY
trivy filesystem --config /github/workspace/.github/linters/trivy.yaml /github/workspace

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │       15        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For 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://trivy.dev/docs/v0.70/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 15 (UNKNOWN: 0, LOW: 0, MEDIUM: 10, HIGH: 5, CRITICAL: 0)

┌────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono       │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│            │                │          │        │                   │               │ only Bearer                                                  │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│            │                │          │        │                   │               │ non-canonical IPv6                                           │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│            │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│            │                │          │        │                   │               │ causing incorrect routing for...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ postcss    │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│            │                │          │        │                   │               │ escaping of style closing tags...                            │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ protobufjs │ CVE-2026-44289 │ HIGH     │        │ 8.0.1             │ 7.5.6, 8.0.2  │ protobuf.js: Denial of service through unbounded protobuf    │
│            │                │          │        │                   │               │ recursion                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44289                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44290 │          │        │                   │               │ protobuf.js: Process-wide denial of service through unsafe   │
│            │                │          │        │                   │               │ option paths                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44290                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44291 │          │        │                   │               │ protobuf.js: Code generation gadget after prototype          │
│            │                │          │        │                   │               │ pollution                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44291                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44293 │          │        │                   │               │ protobuf.js: Code injection through bytes field defaults in  │
│            │                │          │        │                   │               │ generated toObject code                                      │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44293                   │
│            ├────────────────┼──────────┤        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44288 │ MEDIUM   │        │                   │               │ protobufjs has overlong UTF-8 decoding                       │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44288                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44292 │          │        │                   │               │ protobuf.js: Prototype injection in generated message        │
│            │                │          │        │                   │               │ constructors                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44292                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44294 │          │        │                   │               │ protobuf.js: Denial of service from crafted field names in   │
│            │                │          │        │                   │               │ generated code                                               │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44294                   │
│            ├────────────────┤          │        │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-45740 │          │        │                   │ 7.5.8, 8.2.0  │ protobufjs: Denial of Service via unbounded recursive JSON   │
│            │                │          │        │                   │               │ descriptor expansion                                         │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-45740                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs         │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│            │                │          │        │                   │               │ with `arr...                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ simple-git │ CVE-2026-6951  │ HIGH     │        │ 3.35.2            │ 3.36.0        │ simple-git: simple-git: Remote Code Execution due to         │
│            │                │          │        │                   │               │ incomplete fix bypass                                        │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6951                    │
└────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │       15        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For 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://trivy.dev/docs/v0.70/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 15 (UNKNOWN: 0, LOW: 0, MEDIUM: 10, HIGH: 5, CRITICAL: 0)

┌────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono       │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│            │                │          │        │                   │               │ only Bearer                                                  │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│            │                │          │        │                   │               │ non-canonical IPv6                                           │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│            │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│            │                │          │        │                   │               │ causing incorrect routing for...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ postcss    │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│            │                │          │        │                   │               │ escaping of style closing tags...                            │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ protobufjs │ CVE-2026-44289 │ HIGH     │        │ 8.0.1             │ 7.5.6, 8.0.2  │ protobuf.js: Denial of service through unbounded protobuf    │
│            │                │          │        │                   │               │ recursion                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44289                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44290 │          │        │                   │               │ protobuf.js: Process-wide denial of service through unsafe   │
│            │                │          │        │                   │               │ option paths                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44290                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44291 │          │        │                   │               │ protobuf.js: Code generation gadget after prototype          │
│            │                │          │        │                   │               │ pollution                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44291                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44293 │          │        │                   │               │ protobuf.js: Code injection through bytes field defaults in  │
│            │                │          │        │                   │               │ generated toObject code                                      │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44293                   │
│            ├────────────────┼──────────┤        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44288 │ MEDIUM   │        │                   │               │ protobufjs has overlong UTF-8 decoding                       │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44288                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44292 │          │        │                   │               │ protobuf.js: Prototype injection in generated message        │
│            │                │          │        │                   │               │ constructors                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44292                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44294 │          │        │                   │               │ protobuf.js: Denial of service from crafted field names in   │
│            │                │          │        │                   │               │ generated code                                               │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44294                   │
│            ├────────────────┤          │        │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-45740 │          │        │                   │ 7.5.8, 8.2.0  │ protobufjs: Denial of Service via unbounded recursive JSON   │
│            │                │          │        │                   │               │ descriptor expansion                                         │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-45740                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs         │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│            │                │          │        │                   │               │ with `arr...                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ simple-git │ CVE-2026-6951  │ HIGH     │        │ 3.35.2            │ 3.36.0        │ simple-git: simple-git: Remote Code Execution due to         │
│            │                │          │        │                   │               │ incomplete fix bypass                                        │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6951                    │
└────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

1 similar comment
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │       15        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For 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://trivy.dev/docs/v0.70/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 15 (UNKNOWN: 0, LOW: 0, MEDIUM: 10, HIGH: 5, CRITICAL: 0)

┌────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono       │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│            │                │          │        │                   │               │ only Bearer                                                  │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│            │                │          │        │                   │               │ non-canonical IPv6                                           │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│            │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│            │                │          │        │                   │               │ causing incorrect routing for...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ postcss    │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│            │                │          │        │                   │               │ escaping of style closing tags...                            │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ protobufjs │ CVE-2026-44289 │ HIGH     │        │ 8.0.1             │ 7.5.6, 8.0.2  │ protobuf.js: Denial of service through unbounded protobuf    │
│            │                │          │        │                   │               │ recursion                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44289                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44290 │          │        │                   │               │ protobuf.js: Process-wide denial of service through unsafe   │
│            │                │          │        │                   │               │ option paths                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44290                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44291 │          │        │                   │               │ protobuf.js: Code generation gadget after prototype          │
│            │                │          │        │                   │               │ pollution                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44291                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44293 │          │        │                   │               │ protobuf.js: Code injection through bytes field defaults in  │
│            │                │          │        │                   │               │ generated toObject code                                      │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44293                   │
│            ├────────────────┼──────────┤        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44288 │ MEDIUM   │        │                   │               │ protobufjs has overlong UTF-8 decoding                       │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44288                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44292 │          │        │                   │               │ protobuf.js: Prototype injection in generated message        │
│            │                │          │        │                   │               │ constructors                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44292                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44294 │          │        │                   │               │ protobuf.js: Denial of service from crafted field names in   │
│            │                │          │        │                   │               │ generated code                                               │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44294                   │
│            ├────────────────┤          │        │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-45740 │          │        │                   │ 7.5.8, 8.2.0  │ protobufjs: Denial of Service via unbounded recursive JSON   │
│            │                │          │        │                   │               │ descriptor expansion                                         │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-45740                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs         │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│            │                │          │        │                   │               │ with `arr...                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ simple-git │ CVE-2026-6951  │ HIGH     │        │ 3.35.2            │ 3.36.0        │ simple-git: simple-git: Remote Code Execution due to         │
│            │                │          │        │                   │               │ incomplete fix bypass                                        │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6951                    │
└────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

@dependabot dependabot Bot force-pushed the dependabot/github_actions/step-security/setup-qemu-action-4.0.0 branch from d81ffb8 to 3460303 Compare June 10, 2026 16:39
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY
trivy filesystem --config /github/workspace/.github/linters/trivy.yaml /github/workspace

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │       15        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For 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://trivy.dev/docs/v0.70/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 15 (UNKNOWN: 0, LOW: 0, MEDIUM: 10, HIGH: 5, CRITICAL: 0)

┌────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono       │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│            │                │          │        │                   │               │ only Bearer                                                  │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│            │                │          │        │                   │               │ non-canonical IPv6                                           │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│            │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│            │                │          │        │                   │               │ causing incorrect routing for...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ postcss    │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│            │                │          │        │                   │               │ escaping of style closing tags...                            │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ protobufjs │ CVE-2026-44289 │ HIGH     │        │ 8.0.1             │ 7.5.6, 8.0.2  │ protobuf.js: Denial of service through unbounded protobuf    │
│            │                │          │        │                   │               │ recursion                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44289                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44290 │          │        │                   │               │ protobuf.js: Process-wide denial of service through unsafe   │
│            │                │          │        │                   │               │ option paths                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44290                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44291 │          │        │                   │               │ protobuf.js: Code generation gadget after prototype          │
│            │                │          │        │                   │               │ pollution                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44291                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44293 │          │        │                   │               │ protobuf.js: Code injection through bytes field defaults in  │
│            │                │          │        │                   │               │ generated toObject code                                      │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44293                   │
│            ├────────────────┼──────────┤        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44288 │ MEDIUM   │        │                   │               │ protobufjs has overlong UTF-8 decoding                       │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44288                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44292 │          │        │                   │               │ protobuf.js: Prototype injection in generated message        │
│            │                │          │        │                   │               │ constructors                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44292                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44294 │          │        │                   │               │ protobuf.js: Denial of service from crafted field names in   │
│            │                │          │        │                   │               │ generated code                                               │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44294                   │
│            ├────────────────┤          │        │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-45740 │          │        │                   │ 7.5.8, 8.2.0  │ protobufjs: Denial of Service via unbounded recursive JSON   │
│            │                │          │        │                   │               │ descriptor expansion                                         │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-45740                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs         │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│            │                │          │        │                   │               │ with `arr...                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ simple-git │ CVE-2026-6951  │ HIGH     │        │ 3.35.2            │ 3.36.0        │ simple-git: simple-git: Remote Code Execution due to         │
│            │                │          │        │                   │               │ incomplete fix bypass                                        │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6951                    │
└────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │       15        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For 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://trivy.dev/docs/v0.70/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 15 (UNKNOWN: 0, LOW: 0, MEDIUM: 10, HIGH: 5, CRITICAL: 0)

┌────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono       │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│            │                │          │        │                   │               │ only Bearer                                                  │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│            │                │          │        │                   │               │ non-canonical IPv6                                           │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│            │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│            │                │          │        │                   │               │ causing incorrect routing for...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ postcss    │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│            │                │          │        │                   │               │ escaping of style closing tags...                            │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ protobufjs │ CVE-2026-44289 │ HIGH     │        │ 8.0.1             │ 7.5.6, 8.0.2  │ protobuf.js: Denial of service through unbounded protobuf    │
│            │                │          │        │                   │               │ recursion                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44289                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44290 │          │        │                   │               │ protobuf.js: Process-wide denial of service through unsafe   │
│            │                │          │        │                   │               │ option paths                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44290                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44291 │          │        │                   │               │ protobuf.js: Code generation gadget after prototype          │
│            │                │          │        │                   │               │ pollution                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44291                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44293 │          │        │                   │               │ protobuf.js: Code injection through bytes field defaults in  │
│            │                │          │        │                   │               │ generated toObject code                                      │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44293                   │
│            ├────────────────┼──────────┤        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44288 │ MEDIUM   │        │                   │               │ protobufjs has overlong UTF-8 decoding                       │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44288                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44292 │          │        │                   │               │ protobuf.js: Prototype injection in generated message        │
│            │                │          │        │                   │               │ constructors                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44292                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44294 │          │        │                   │               │ protobuf.js: Denial of service from crafted field names in   │
│            │                │          │        │                   │               │ generated code                                               │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44294                   │
│            ├────────────────┤          │        │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-45740 │          │        │                   │ 7.5.8, 8.2.0  │ protobufjs: Denial of Service via unbounded recursive JSON   │
│            │                │          │        │                   │               │ descriptor expansion                                         │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-45740                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs         │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│            │                │          │        │                   │               │ with `arr...                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ simple-git │ CVE-2026-6951  │ HIGH     │        │ 3.35.2            │ 3.36.0        │ simple-git: simple-git: Remote Code Execution due to         │
│            │                │          │        │                   │               │ incomplete fix bypass                                        │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6951                    │
└────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY
trivy filesystem --config /github/workspace/.github/linters/trivy.yaml /github/workspace

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │       15        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For 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://trivy.dev/docs/v0.70/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 15 (UNKNOWN: 0, LOW: 0, MEDIUM: 10, HIGH: 5, CRITICAL: 0)

┌────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono       │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│            │                │          │        │                   │               │ only Bearer                                                  │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│            │                │          │        │                   │               │ non-canonical IPv6                                           │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│            │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│            │                │          │        │                   │               │ causing incorrect routing for...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ postcss    │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│            │                │          │        │                   │               │ escaping of style closing tags...                            │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ protobufjs │ CVE-2026-44289 │ HIGH     │        │ 8.0.1             │ 7.5.6, 8.0.2  │ protobuf.js: Denial of service through unbounded protobuf    │
│            │                │          │        │                   │               │ recursion                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44289                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44290 │          │        │                   │               │ protobuf.js: Process-wide denial of service through unsafe   │
│            │                │          │        │                   │               │ option paths                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44290                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44291 │          │        │                   │               │ protobuf.js: Code generation gadget after prototype          │
│            │                │          │        │                   │               │ pollution                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44291                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44293 │          │        │                   │               │ protobuf.js: Code injection through bytes field defaults in  │
│            │                │          │        │                   │               │ generated toObject code                                      │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44293                   │
│            ├────────────────┼──────────┤        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44288 │ MEDIUM   │        │                   │               │ protobufjs has overlong UTF-8 decoding                       │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44288                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44292 │          │        │                   │               │ protobuf.js: Prototype injection in generated message        │
│            │                │          │        │                   │               │ constructors                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44292                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44294 │          │        │                   │               │ protobuf.js: Denial of service from crafted field names in   │
│            │                │          │        │                   │               │ generated code                                               │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44294                   │
│            ├────────────────┤          │        │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-45740 │          │        │                   │ 7.5.8, 8.2.0  │ protobufjs: Denial of Service via unbounded recursive JSON   │
│            │                │          │        │                   │               │ descriptor expansion                                         │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-45740                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs         │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│            │                │          │        │                   │               │ with `arr...                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ simple-git │ CVE-2026-6951  │ HIGH     │        │ 3.35.2            │ 3.36.0        │ simple-git: simple-git: Remote Code Execution due to         │
│            │                │          │        │                   │               │ incomplete fix bypass                                        │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6951                    │
└────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │       15        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For 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://trivy.dev/docs/v0.70/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 15 (UNKNOWN: 0, LOW: 0, MEDIUM: 10, HIGH: 5, CRITICAL: 0)

┌────────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬──────────────────────────────────────────────────────────────┐
│  Library   │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                            Title                             │
├────────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ hono       │ CVE-2026-47673 │ MEDIUM   │ fixed  │ 4.12.18           │ 4.12.21       │ Hono: JWT middleware accepts any Authorization scheme, not   │
│            │                │          │        │                   │               │ only Bearer                                                  │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47673                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47674 │          │        │                   │               │ Hono: IP Restriction bypasses static deny rules for          │
│            │                │          │        │                   │               │ non-canonical IPv6                                           │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47674                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47675 │          │        │                   │               │ Hono: Cookie helper does not sanitize sameSite and priority, │
│            │                │          │        │                   │               │ allowing Set-Cookie injection...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47675                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-47676 │          │        │                   │               │ Hono: app.mount() strips mount prefix using undecoded path,  │
│            │                │          │        │                   │               │ causing incorrect routing for...                             │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-47676                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ postcss    │ CVE-2026-41305 │          │        │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper    │
│            │                │          │        │                   │               │ escaping of style closing tags...                            │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                   │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ protobufjs │ CVE-2026-44289 │ HIGH     │        │ 8.0.1             │ 7.5.6, 8.0.2  │ protobuf.js: Denial of service through unbounded protobuf    │
│            │                │          │        │                   │               │ recursion                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44289                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44290 │          │        │                   │               │ protobuf.js: Process-wide denial of service through unsafe   │
│            │                │          │        │                   │               │ option paths                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44290                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44291 │          │        │                   │               │ protobuf.js: Code generation gadget after prototype          │
│            │                │          │        │                   │               │ pollution                                                    │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44291                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44293 │          │        │                   │               │ protobuf.js: Code injection through bytes field defaults in  │
│            │                │          │        │                   │               │ generated toObject code                                      │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44293                   │
│            ├────────────────┼──────────┤        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44288 │ MEDIUM   │        │                   │               │ protobufjs has overlong UTF-8 decoding                       │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44288                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44292 │          │        │                   │               │ protobuf.js: Prototype injection in generated message        │
│            │                │          │        │                   │               │ constructors                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44292                   │
│            ├────────────────┤          │        │                   │               ├──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-44294 │          │        │                   │               │ protobuf.js: Denial of service from crafted field names in   │
│            │                │          │        │                   │               │ generated code                                               │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-44294                   │
│            ├────────────────┤          │        │                   ├───────────────┼──────────────────────────────────────────────────────────────┤
│            │ CVE-2026-45740 │          │        │                   │ 7.5.8, 8.2.0  │ protobufjs: Denial of Service via unbounded recursive JSON   │
│            │                │          │        │                   │               │ descriptor expansion                                         │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-45740                   │
├────────────┼────────────────┤          │        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ qs         │ CVE-2026-8723  │          │        │ 6.14.2            │ 6.15.2        │ ### Summary `qs.stringify` throws `TypeError` when called    │
│            │                │          │        │                   │               │ with `arr...                                                 │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-8723                    │
├────────────┼────────────────┼──────────┤        ├───────────────────┼───────────────┼──────────────────────────────────────────────────────────────┤
│ simple-git │ CVE-2026-6951  │ HIGH     │        │ 3.35.2            │ 3.36.0        │ simple-git: simple-git: Remote Code Execution due to         │
│            │                │          │        │                   │               │ incomplete fix bypass                                        │
│            │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-6951                    │
└────────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴──────────────────────────────────────────────────────────────┘

Bumps [step-security/setup-qemu-action](https://github.com/step-security/setup-qemu-action) from 3.7.0 to 4.0.0.
- [Release notes](https://github.com/step-security/setup-qemu-action/releases)
- [Commits](step-security/setup-qemu-action@8c4aef0...109c6ed)

---
updated-dependencies:
- dependency-name: step-security/setup-qemu-action
  dependency-version: 4.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/github_actions/step-security/setup-qemu-action-4.0.0 branch from 3460303 to 4aca1e8 Compare June 11, 2026 09:17
@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY
trivy filesystem --config /github/workspace/.github/linters/trivy.yaml /github/workspace

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │        1        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For 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://trivy.dev/docs/v0.71/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 1, HIGH: 0, CRITICAL: 0)

┌─────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬───────────────────────────────────────────────────────────┐
│ Library │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                           Title                           │
├─────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼───────────────────────────────────────────────────────────┤
│ postcss │ CVE-2026-41305 │ MEDIUM   │ fixed  │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper │
│         │                │          │        │                   │               │ escaping of style closing tags...                         │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                │
└─────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴───────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │        1        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For 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://trivy.dev/docs/v0.71/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 1, HIGH: 0, CRITICAL: 0)

┌─────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬───────────────────────────────────────────────────────────┐
│ Library │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                           Title                           │
├─────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼───────────────────────────────────────────────────────────┤
│ postcss │ CVE-2026-41305 │ MEDIUM   │ fixed  │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper │
│         │                │          │        │                   │               │ escaping of style closing tags...                         │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                │
└─────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴───────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY
trivy filesystem --config /github/workspace/.github/linters/trivy.yaml /github/workspace

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │        1        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For 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://trivy.dev/docs/v0.71/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 1, HIGH: 0, CRITICAL: 0)

┌─────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬───────────────────────────────────────────────────────────┐
│ Library │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                           Title                           │
├─────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼───────────────────────────────────────────────────────────┤
│ postcss │ CVE-2026-41305 │ MEDIUM   │ fixed  │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper │
│         │                │          │        │                   │               │ escaping of style closing tags...                         │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                │
└─────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴───────────────────────────────────────────────────────────┘

@github-actions

Copy link
Copy Markdown

Super-linter summary

Language Validation result
BIOME_FORMAT Pass ✅
BIOME_LINT Pass ✅
CHECKOV Pass ✅
EDITORCONFIG Pass ✅
GITHUB_ACTIONS Pass ✅
GITHUB_ACTIONS_ZIZMOR Pass ✅
GITLEAKS Pass ✅
GIT_COMMITLINT Pass ✅
GIT_MERGE_CONFLICT_MARKERS Pass ✅
JSCPD Pass ✅
PRE_COMMIT Pass ✅
SPELL_CODESPELL Pass ✅
TRIVY Fail ❌
YAML Pass ✅
YAML_PRETTIER Pass ✅

Super-linter detected linting errors

For more information, see the
GitHub Actions workflow run

Powered by Super-linter

TRIVY

Report Summary

┌─────────────────────────────────────┬────────────┬─────────────────┬───────────────────┬─────────┐
│               Target                │    Type    │ Vulnerabilities │ Misconfigurations │ Secrets │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/Gemfile.lock           │  bundler   │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/composer/composer.lock │  composer  │        0        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ dependencies/package-lock.json      │    npm     │        1        │         -         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ Dockerfile                          │ dockerfile │        -        │         0         │    -    │
├─────────────────────────────────────┼────────────┼─────────────────┼───────────────────┼─────────┤
│ test/linters/trivy/good/Dockerfile  │ dockerfile │        -        │         0         │    -    │
└─────────────────────────────────────┴────────────┴─────────────────┴───────────────────┴─────────┘
Legend:
- '-': Not scanned
- '0': Clean (no security findings detected)


For 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://trivy.dev/docs/v0.71/guide/supply-chain/vex/repo#publishing-vex-documents

To disable this notice, set the TRIVY_DISABLE_VEX_NOTICE environment variable.


dependencies/package-lock.json (npm)
====================================
Total: 1 (UNKNOWN: 0, LOW: 0, MEDIUM: 1, HIGH: 0, CRITICAL: 0)

┌─────────┬────────────────┬──────────┬────────┬───────────────────┬───────────────┬───────────────────────────────────────────────────────────┐
│ Library │ Vulnerability  │ Severity │ Status │ Installed Version │ Fixed Version │                           Title                           │
├─────────┼────────────────┼──────────┼────────┼───────────────────┼───────────────┼───────────────────────────────────────────────────────────┤
│ postcss │ CVE-2026-41305 │ MEDIUM   │ fixed  │ 8.4.31            │ 8.5.10        │ postcss: PostCSS: Cross-Site Scripting (XSS) via improper │
│         │                │          │        │                   │               │ escaping of style closing tags...                         │
│         │                │          │        │                   │               │ https://avd.aquasec.com/nvd/cve-2026-41305                │
└─────────┴────────────────┴──────────┴────────┴───────────────────┴───────────────┴───────────────────────────────────────────────────────────┘

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants