summaryrefslogtreecommitdiffhomepage
path: root/ci
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-08-23 13:31:04 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-08-23 13:37:15 +0200
commit489f6160a62847e576a7170e8dc32f1cf12e8886 (patch)
tree4b320f58e9580d6155bb36b2fa14a16da5955ae4 /ci
parenta1be93fce7d375cc4571ae6bfca63a6fac22defe (diff)
downloadmullvadvpn-489f6160a62847e576a7170e8dc32f1cf12e8886.tar.xz
mullvadvpn-489f6160a62847e576a7170e8dc32f1cf12e8886.zip
Ignore rexml CVE-2024-43398
Diffstat (limited to 'ci')
-rw-r--r--ci/ios/upload-vm/osv-scanner.toml8
1 files changed, 8 insertions, 0 deletions
diff --git a/ci/ios/upload-vm/osv-scanner.toml b/ci/ios/upload-vm/osv-scanner.toml
new file mode 100644
index 0000000000..1a26a0cfe2
--- /dev/null
+++ b/ci/ios/upload-vm/osv-scanner.toml
@@ -0,0 +1,8 @@
+# See repository root `osv-scanner.toml` for instructions and rules for this file.
+
+# rexml: The REXML gem before 3.3.6 has a DoS vulnerability when it parses an XML
+# that has many deep elements that have same local name attributes.
+[[IgnoredVulns]]
+id = "CVE-2024-43398" # GHSA-952p-6rrq-rcjv
+ignoreUntil = 2024-11-23
+reason = "rexml only parses trusted input (responses from Apple's APIs) in this code"