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
16 changes: 16 additions & 0 deletions osv-scanner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -73,3 +73,19 @@ reason = "tar@6.2.1 drive-relative path traversal; cpFromPod/cpToPod never calle
[[IgnoredVulns]]
id = "GHSA-r6q2-hw4h-h46w"
reason = "tar@6.2.1 race condition on macOS APFS; cpFromPod/cpToPod never called from source code"

[[IgnoredVulns]]
id = "GHSA-2mjp-6q6p-2qxm"
reason = "undici@5.29.0 HTTP smuggling via duplicate Content-Length; only makes requests with internally-constructed headers to trusted services"

[[IgnoredVulns]]
id = "GHSA-4992-7rv2-5pvq"
reason = "undici@5.29.0 CRLF injection via upgrade option; upgrade option not used in this codebase"

[[IgnoredVulns]]
id = "GHSA-v9p9-hfj2-hcw8"
reason = "undici@5.29.0 WebSocket crash via invalid server param; no WebSocket connections to untrusted servers"

[[IgnoredVulns]]
id = "GHSA-vrm6-8vpv-qv8q"
reason = "undici@5.29.0 WebSocket decompression bomb; no WebSocket connections to untrusted servers"
6 changes: 3 additions & 3 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4583,9 +4583,9 @@ flat-cache@^3.0.4:
rimraf "^3.0.2"

flatted@^3.1.0:
version "3.2.7"
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.2.7.tgz#609f39207cb614b89d0765b477cb2d437fbf9787"
integrity sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==
version "3.4.1"
resolved "https://registry.yarnpkg.com/flatted/-/flatted-3.4.1.tgz#84ccd9579e76e9cc0d246c11d8be0beb019143e6"
integrity sha512-IxfVbRFVlV8V/yRaGzk0UVIcsKKHMSfYw66T/u4nTwlWteQePsxe//LjudR1AMX4tZW3WFCh3Zqa/sjlqpbURQ==

follow-redirects@^1.15.11:
version "1.15.11"
Expand Down
Loading