Skip to content

Commit

Permalink
Fix invalid ref
Browse files Browse the repository at this point in the history
Signed-off-by: damiencarol <damien.carol@gmail.com>
  • Loading branch information
damiencarol committed Jan 23, 2022
1 parent c710388 commit fd54a4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/src/test/resources/1.4/valid-vulnerability-1.4.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
},
"affects": [
{
"ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.9.9",
"ref": "pkg:maven/com.fasterxml.jackson.core/jackson-databind@2.9.4",
"versions": [
{
"range": "vers:semver/<2.6.7.5",
Expand All @@ -119,4 +119,4 @@
]
}
]
}
}

0 comments on commit fd54a4f

Please sign in to comment.