Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,10 @@ jobs:
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
- name: 'Dependency Review'
uses: actions/dependency-review-action@2031cfc080254a8a887f58cffee85186f0e49e48 # v4.9.0
with:
allow-ghsas: >
GHSA-2mjp-6q6p-2qxm,
GHSA-4992-7rv2-5pvq,
GHSA-g9mf-h72j-4rw9,
GHSA-v9p9-hfj2-hcw8,
GHSA-vrm6-8vpv-qv8q
194 changes: 124 additions & 70 deletions dist/main.js

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions dist/main.js.map

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions osv-scanner.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
[[IgnoredVulns]]
id = "GHSA-2mjp-6q6p-2qxm"
reason = "Vulnerability is in transitive dependency undici@5.29.0 (via @actions/github). This action only makes outbound requests to trusted endpoints and does not act as a server, making request smuggling unexploitable."

[[IgnoredVulns]]
id = "GHSA-4992-7rv2-5pvq"
reason = "Vulnerability is in transitive dependency undici@5.29.0 (via @actions/github). This action only makes outbound requests to trusted endpoints and does not act as a server, making this unexploitable."

[[IgnoredVulns]]
id = "GHSA-g9mf-h72j-4rw9"
reason = "Vulnerability is in transitive dependency undici@5.29.0 (via @actions/github). This action only makes outbound requests to trusted endpoints and does not act as a server, making SSRF unexploitable."

[[IgnoredVulns]]
id = "GHSA-v9p9-hfj2-hcw8"
reason = "Vulnerability is in transitive dependency undici@5.29.0 (via @actions/github). This action only makes outbound requests to trusted endpoints and does not act as a server, making this unexploitable."

[[IgnoredVulns]]
id = "GHSA-vrm6-8vpv-qv8q"
reason = "Vulnerability is in transitive dependency undici@5.29.0 (via @actions/github). This action only makes outbound requests to trusted endpoints and does not act as a server, making request smuggling unexploitable."
Loading
Loading