Skip to content

Commit

Permalink
Merge pull request #42 from jensdietrich/upload-missing-scan-results
Browse files Browse the repository at this point in the history
Upload missing scan results used for Table 4 in the paper, and script to regenerate it
  • Loading branch information
wtwhite authored Jul 3, 2024
2 parents 4f6a235 + 4291d0c commit 27ead1b
Show file tree
Hide file tree
Showing 77 changed files with 248,267 additions and 0 deletions.
3,655 changes: 3,655 additions & 0 deletions CVE-2013-2186/scan-results/dependency-check/dependency-check-report.json

Large diffs are not rendered by default.

722 changes: 722 additions & 0 deletions CVE-2013-2186/scan-results/grype/grype-report.json

Large diffs are not rendered by default.

974 changes: 974 additions & 0 deletions CVE-2013-2186/scan-results/snyk/snyk-report.json

Large diffs are not rendered by default.

58 changes: 58 additions & 0 deletions CVE-2013-2186/scan-results/steady/steady-report.json
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"
}
]
}
]
}
}
Loading

0 comments on commit 27ead1b

Please sign in to comment.