Skip to content

Commit e81d7af

Browse files
fix typo in CVE-2024-32475 (#15)
It looks like this uses 11.30.1 but perhaps intended to use 1.30.1. There are no versions so high as 11, for example at https://github.com/envoyproxy/envoy/releases The highest version number is 1.37.0 Signed-off-by: Will Murphy <willmurphyscode@users.noreply.github.com>
1 parent 6eb55a6 commit e81d7af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data/2024/11/ANCHORE-2024-11659.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,9 @@ id = "ANCHORE-2024-11659"
3737
[vuln.providers.nvd.products.override.cve5.affected.version]
3838
scheme = "custom"
3939
greater_than_or_equal = "1.30.0"
40-
less_than = "11.30.1"
40+
less_than = "1.30.1"
4141
[[vuln.providers.nvd.products.override.cve5.affected.remediation]]
42-
version = "11.30.1"
42+
version = "1.30.1"
4343

4444
[[vuln.providers.nvd.products.override.cve5.affected]]
4545

0 commit comments

Comments
 (0)