-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #42 from jensdietrich/upload-missing-scan-results
Upload missing scan results used for Table 4 in the paper, and script to regenerate it
- Loading branch information
Showing
77 changed files
with
248,267 additions
and
0 deletions.
There are no files selected for viewing
3,655 changes: 3,655 additions & 0 deletions
3,655
CVE-2013-2186/scan-results/dependency-check/dependency-check-report.json
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,58 @@ | ||
{ | ||
"vulasReport": { | ||
"generatedAt": "05.10.2023 10:48 +1300", | ||
"generatedFor": { | ||
"space": "$space.getSpaceToken()", | ||
"groupId": "io.github.jensdietrich.xshady", | ||
"artifactId": "CVE-2013-2186", | ||
"version": "1.0.0" | ||
}, | ||
"isAggregated": false, | ||
|
||
"aggregatedModules": [], | ||
|
||
"configuration": [ | ||
{ "name": "exceptionThreshold", | ||
"value": "dependsOn" }, | ||
{ "name": "exemptScopes", | ||
"value": "TEST, PROVIDED" }, | ||
{ "name": "exemptBugs", | ||
"value": "" } | ||
], | ||
|
||
"vulnerabilities": [ | ||
|
||
{ | ||
|
||
"bug":{ | ||
"id":"CVE-2021-29425", | ||
"cvssScore": "4.8" , | ||
"cvssVersion": "3.1" | ||
}, | ||
"filename": "commons-io-2.2.jar", | ||
"sha1": "83B5B8A7BA1C08F9E8C8FF2373724E33D3C1E22A", | ||
|
||
"modules": [ | ||
|
||
{ | ||
|
||
"groupId": "io.github.jensdietrich.xshady", | ||
"artifactId": "CVE-2013-2186", | ||
"version": "1.0.0", | ||
|
||
"href": "http://localhost:8033/backend/../apps/#/$space.getSpaceToken()/io.github.jensdietrich.xshady/CVE-2013-2186/1.0.0", | ||
|
||
"scope": "COMPILE", | ||
"isTransitive": true, | ||
|
||
"containsVulnerableCode": "unknown", | ||
|
||
"potentiallyExecutesVulnerableCode": "noLibraryCodeAtAll", | ||
|
||
"actuallyExecutesVulnerableCode": "noLibraryCodeAtAll" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
} |
Oops, something went wrong.