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
2 changes: 1 addition & 1 deletion dist/index.js

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 = "HTTP request smuggling via duplicate Content-Length headers requires attacker-controlled header names passed to undici's low-level API. The action never constructs raw headers from user input; all headers are hardcoded or generated by @octokit."

[[IgnoredVulns]]
id = "GHSA-4992-7rv2-5pvq"
reason = "CRLF/header injection via the undici 'upgrade' option. The action never calls client.request() with an upgrade option; Octokit uses only standard HTTP calls and this code path is never reached."

[[IgnoredVulns]]
id = "GHSA-g9mf-h72j-4rw9"
reason = "DoS via decompression bomb requires a malicious server. The action only contacts api.github.com and stepsecurity.io, both trusted endpoints."

[[IgnoredVulns]]
id = "GHSA-v9p9-hfj2-hcw8"
reason = "DoS via invalid WebSocket server_max_window_bits requires a WebSocket connection to a malicious server. The action makes no WebSocket connections; this code path in undici is unreachable."

[[IgnoredVulns]]
id = "GHSA-vrm6-8vpv-qv8q"
reason = "DoS via WebSocket decompression bomb requires a WebSocket connection to a malicious server. The action makes no WebSocket connections; this code path in undici is unreachable."
Loading
Loading