This PR fixes the inconsistencies in scoring of tests that may experience segmentation faults. It changes the following tests to score HIGH instead of NONE on segmentation faults:
All buffer errors tests.
INJ-1.
CWE-825.
Additionally, this PR also changes the CWE-476 (NULL Pointer Dereference) test to score NONE on a segmentation fault, as per the second to last paragraph in this comment.
I tested these changes on AWS/VCU118/Qemu with GFE processors running Debian/FreeBSD/FreeRTOS
Part 2 of #1122.
This PR fixes the inconsistencies in scoring of tests that may experience segmentation faults. It changes the following tests to score HIGH instead of NONE on segmentation faults:
Additionally, this PR also changes the CWE-476 (NULL Pointer Dereference) test to score NONE on a segmentation fault, as per the second to last paragraph in this comment.
I tested these changes on AWS/VCU118/Qemu with GFE processors running Debian/FreeBSD/FreeRTOS