Format json results

This commit is contained in:
Valentin Brandl 2019-12-17 11:01:47 +01:00
parent 3d3e14f3ec
commit 44c97f0831
No known key found for this signature in database
GPG Key ID: 30D341DD34118D7D
2 changed files with 28 additions and 2 deletions

View File

@ -1 +1,14 @@
{ "vuln.clang": { "relro":"partial","canary":"no","nx":"yes","pie":"no","rpath":"no","runpath":"no","symbols":"yes","fortify_source":"no","fortified":"0","fortify-able":"0" } }
{
"vuln.clang": {
"relro": "partial",
"canary": "no",
"nx": "yes",
"pie": "no",
"rpath": "no",
"runpath": "no",
"symbols": "yes",
"fortify_source": "no",
"fortified": "0",
"fortify-able": "0"
}
}

View File

@ -1 +1,14 @@
{ "vuln.gcc": { "relro":"partial","canary":"no","nx":"yes","pie":"no","rpath":"no","runpath":"no","symbols":"yes","fortify_source":"no","fortified":"0","fortify-able":"0" } }
{
"vuln.gcc": {
"relro": "partial",
"canary": "no",
"nx": "yes",
"pie": "no",
"rpath": "no",
"runpath": "no",
"symbols": "yes",
"fortify_source": "no",
"fortified": "0",
"fortify-able": "0"
}
}