diff options
| author | Oskar <oskar@mullvad.net> | 2024-09-09 09:58:29 +0200 |
|---|---|---|
| committer | Oskar <oskar@mullvad.net> | 2024-09-09 13:28:23 +0200 |
| commit | 01a825cf4a21bb15daae9a3992f5997e12e2edf0 (patch) | |
| tree | c51b3ca6093d20dec0633c28daee9c57ff02165f /gui | |
| parent | 80acb0b7a83c973f8c4194761b98da3ac40a4262 (diff) | |
| download | mullvadvpn-01a825cf4a21bb15daae9a3992f5997e12e2edf0.tar.xz mullvadvpn-01a825cf4a21bb15daae9a3992f5997e12e2edf0.zip | |
Remove silencing of elliptic and grpc-js vulnerability warnings
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/osv-scanner.toml | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/gui/osv-scanner.toml b/gui/osv-scanner.toml index 67860b0b30..8b65956cc3 100644 --- a/gui/osv-scanner.toml +++ b/gui/osv-scanner.toml @@ -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 @@ -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 |
