Skip to content
This repository was archived by the owner on Oct 3, 2021. It is now read-only.

Commit b71aea1

Browse files
committed
restrict juliet memsafety set on 2 cwe
1 parent c3c471b commit b71aea1

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

c/MemSafety-Juliet.set

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
# Contains tasks for checking memory safety of programs from Juliet Test Suite.
2-
Juliet_Test/*.yml
2+
3+
#CWE415_Double_Free
4+
Juliet_Test/CWE415*.yml
5+
6+
#CWE476_NULL_Pointer_Dereference
7+
Juliet_Test/CWE476*_int*.yml
8+
Juliet_Test/CWE476*_long*.yml
9+
Juliet_Test/CWE476*_struct*.yml
310

0 commit comments

Comments
 (0)