-
-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: #159 vulnz is failing cve caching from NVD due to an introduced …
…'cveTags' property. Fix adds ignore unknown properties flag on CveItem.java to support new introduced properties without failing.
- Loading branch information
1 parent
5988546
commit 461653a
Showing
3 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,14 @@ | |
"published": "2008-07-27T22:41:00.000", | ||
"lastModified": "2017-08-08T01:31:28.247", | ||
"vulnStatus": "Modified", | ||
"cveTags": [ | ||
{ | ||
"sourceIdentifier": "[email protected]", | ||
"tags": [ | ||
"disputed" | ||
] | ||
} | ||
], | ||
"descriptions": [ | ||
{ | ||
"lang": "en", | ||
|