Skip to content

Commit fd54a4f

Browse files
committed
Fix invalid ref
Signed-off-by: damiencarol <damien.carol@gmail.com>
1 parent c710388 commit fd54a4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tools/src/test/resources/1.4/valid-vulnerability-1.4.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
},
101101
"affects": [
102102
{
103-
"ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.9.9",
103+
"ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.9.4",
104104
"versions": [
105105
{
106106
"range": "vers:semver/<2.6.7.5",
@@ -119,4 +119,4 @@
119119
]
120120
}
121121
]
122-
}
122+
}

0 commit comments

Comments
 (0)