diff options
| author | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2024-10-29 11:10:08 +0100 |
|---|---|---|
| committer | Jonatan Rhodin <jonatan.rhodin@mullvad.net> | 2024-10-31 10:30:12 +0100 |
| commit | afb4656baef8ca8f46df3702f5f056889d4b5484 (patch) | |
| tree | 0adfc24796796b56bcbaedc699b862f4cd170d94 /android | |
| parent | d8385af955bcdaefad4aea5845aebc8f7aff4c34 (diff) | |
| download | mullvadvpn-afb4656baef8ca8f46df3702f5f056889d4b5484.tar.xz mullvadvpn-afb4656baef8ca8f46df3702f5f056889d4b5484.zip | |
Remove no longer relevant osv scanner ignores
Diffstat (limited to 'android')
| -rw-r--r-- | android/gradle/osv-scanner.toml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/android/gradle/osv-scanner.toml b/android/gradle/osv-scanner.toml index 6d28c7564d..11082db3f7 100644 --- a/android/gradle/osv-scanner.toml +++ b/android/gradle/osv-scanner.toml @@ -49,21 +49,6 @@ ignoreUntil = 2024-11-02 reason = "Apache http client is used by lint and not the app directly." [[IgnoredVulns]] -id = "CVE-2023-51775" # GHSA-6qvw-249j-h44c -ignoreUntil = 2024-10-02 -reason = "Used by the gradle bundler, will be fixed by upgrading the android gradle plugin." - -[[IgnoredVulns]] -id = "CVE-2023-31582" # GHSA-7g24-qg88-p43q -ignoreUntil = 2024-10-02 -reason = "Used by the gradle bundler, will be fixed by upgrading the android gradle plugin." - -[[IgnoredVulns]] -id = "GHSA-jgvc-jfgh-rjvv" -ignoreUntil = 2024-10-02 -reason = "Used by the gradle bundler, will be fixed by upgrading the android gradle plugin." - -[[IgnoredVulns]] id = "CVE-2022-24329" # GHSA-2qp4-g3q3-f92w ignoreUntil = 2024-11-02 reason = "This CVE only affect Multiplatform Gradle Projects, which this project is not." |
