Skip to content

Commit

Permalink
Merge branch 'update-dependencies-with-known-vulnerabilities-des-1233'
Browse files Browse the repository at this point in the history
  • Loading branch information
raksooo committed Sep 9, 2024
2 parents 1498f76 + 01a825c commit 1c8bcc3
Show file tree
Hide file tree
Showing 2 changed files with 231 additions and 242 deletions.
25 changes: 0 additions & 25 deletions gui/osv-scanner.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
# See repository root `osv-scanner.toml` for instructions and rules for this file.

# @grpc/grpc-js: There are two separate code paths in which memory can be allocated per message in
# excess of the grpc.max_receive_message_length channel option
[[IgnoredVulns]]
id = "CVE-2024-37168" # GHSA-7v5v-9h63-cj86
ignoreUntil = 2024-12-05
reason = "This component only receives gRPC messages from the trusted mullvad-daemon"

# yargs-parser Vulnerable to Prototype Pollution
[[IgnoredVulns]]
id = "CVE-2020-7608" # GHSA-p9pc-299p-vxgp
Expand All @@ -25,24 +18,6 @@ id = "CVE-2024-4068" # GHSA-grv7-fg5c-xmjg
ignoreUntil = 2024-12-05
reason = "This package is only used to match paths from either us or trusted libraries"

# elliptic: Elliptic allows BER-encoded signatures
[[IgnoredVulns]]
id = "CVE-2024-42461" # GHSA-49q7-c7j4-3p7m
ignoreUntil = 2024-10-15
reason = "We don't utilize the signing features in browserify"

# elliptic: Elliptic's ECDSA missing check for whether leading bit of r and s is zero
[[IgnoredVulns]]
id = "CVE-2024-42460" # GHSA-977x-g7h5-7qgw
ignoreUntil = 2024-10-15
reason = "We don't utilize the signing features in browserify"

# elliptic: Elliptic's EDDSA missing signature length check
[[IgnoredVulns]]
id = "CVE-2024-42459" # GHSA-f7q4-pwc6-w24p
ignoreUntil = 2024-10-15
reason = "We don't utilize the signing features in browserify"

# micromatch (dev): Regular Expression Denial of Service (ReDoS) in micromatch
[[IgnoredVulns]]
id = "CVE-2024-4067" # GHSA-952p-6rrq-rcjv
Expand Down
Loading

0 comments on commit 1c8bcc3

Please sign in to comment.