Skip to content

Commit fd54a4f

Browse files
committed
Fix invalid ref
Signed-off-by: damiencarol <[email protected]>
1 parent c710388 commit fd54a4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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/[email protected].9",
103+
"ref": "pkg:maven/com.fasterxml.jackson.core/[email protected].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)