diff options
| -rw-r--r-- | ios/osv-scanner.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ios/osv-scanner.toml b/ios/osv-scanner.toml index 6d05cc1f49..52e72df6ac 100644 --- a/ios/osv-scanner.toml +++ b/ios/osv-scanner.toml @@ -2,7 +2,7 @@ # All of these attacks rely on the input being malicious. We only use this package in our trusted # build environment with trusted inputs. [[PackageOverrides]] -effectiveUntil = 2025-05-01 # Ignored for 6 months at a time, it is unlikely to be an issue. +effectiveUntil = 2025-11-01 # Ignored for 6 months at a time, it is unlikely to be an issue. ignore = true name = "rexml" reason = "The XML payload is generated by Apple tooling which we trust"
\ No newline at end of file |
