diff --git a/code/checksec_result_clang.json b/code/checksec_result_clang.json index 7294318..a3852a0 100644 --- a/code/checksec_result_clang.json +++ b/code/checksec_result_clang.json @@ -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" } } \ No newline at end of file +{ + "vuln.clang": { + "relro": "partial", + "canary": "no", + "nx": "yes", + "pie": "no", + "rpath": "no", + "runpath": "no", + "symbols": "yes", + "fortify_source": "no", + "fortified": "0", + "fortify-able": "0" + } +} \ No newline at end of file diff --git a/code/checksec_result_gcc.json b/code/checksec_result_gcc.json index 9677fce..1689b2b 100644 --- a/code/checksec_result_gcc.json +++ b/code/checksec_result_gcc.json @@ -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" } } \ No newline at end of file +{ + "vuln.gcc": { + "relro": "partial", + "canary": "no", + "nx": "yes", + "pie": "no", + "rpath": "no", + "runpath": "no", + "symbols": "yes", + "fortify_source": "no", + "fortified": "0", + "fortify-able": "0" + } +} \ No newline at end of file