@@ -30,15 +30,15 @@ class VulnerabilityTypeTest extends DDSpecification {
30
30
WEAK_CIPHER | getSpanAndClassAndMethodLocation(123 ) | new Evidence (" MD5" ) | 3265519776
31
31
WEAK_CIPHER | getSpanAndClassAndMethodLocation(456 ) | new Evidence (" MD4" ) | 3265519776
32
32
WEAK_CIPHER | getSpanAndClassAndMethodLocation(789 ) | null | 3265519776
33
- INSECURE_COOKIE | getSpanAndStackLocation(123 ) | null | 3471934557
34
- INSECURE_COOKIE | getSpanAndStackLocation(123 ) | new Evidence (" cookieName1" ) | 360083726
35
- INSECURE_COOKIE | getSpanAndStackLocation(123 ) | new Evidence (" cookieName2" ) | 2357141684
36
- NO_HTTPONLY_COOKIE | getSpanAndStackLocation(123 ) | null | 2115643285
37
- NO_HTTPONLY_COOKIE | getSpanAndStackLocation(123 ) | new Evidence (" cookieName1" ) | 585548920
38
- NO_HTTPONLY_COOKIE | getSpanAndStackLocation(123 ) | new Evidence (" cookieName2" ) | 3153040834
39
- NO_SAMESITE_COOKIE | getSpanAndStackLocation(123 ) | null | 3683185539
40
- NO_SAMESITE_COOKIE | getSpanAndStackLocation(123 ) | new Evidence (" cookieName1" ) | 881944211
41
- NO_SAMESITE_COOKIE | getSpanAndStackLocation(123 ) | new Evidence (" cookieName2" ) | 2912433961
33
+ INSECURE_COOKIE | getSpanAndStackLocation(123 ) | null | 1156210466
34
+ INSECURE_COOKIE | getSpanAndStackLocation(123 ) | new Evidence (" cookieName1" ) | 1156210466
35
+ INSECURE_COOKIE | getSpanAndStackLocation(123 ) | new Evidence (" cookieName2" ) | 1156210466
36
+ NO_HTTPONLY_COOKIE | getSpanAndStackLocation(123 ) | null | 1522983769
37
+ NO_HTTPONLY_COOKIE | getSpanAndStackLocation(123 ) | new Evidence (" cookieName1" ) | 1522983769
38
+ NO_HTTPONLY_COOKIE | getSpanAndStackLocation(123 ) | new Evidence (" cookieName2" ) | 1522983769
39
+ NO_SAMESITE_COOKIE | getSpanAndStackLocation(123 ) | null | 1090504969
40
+ NO_SAMESITE_COOKIE | getSpanAndStackLocation(123 ) | new Evidence (" cookieName1" ) | 1090504969
41
+ NO_SAMESITE_COOKIE | getSpanAndStackLocation(123 ) | new Evidence (" cookieName2" ) | 1090504969
42
42
XCONTENTTYPE_HEADER_MISSING | getSpanAndService(123 , null ) | null | 3429203725
43
43
XCONTENTTYPE_HEADER_MISSING | getSpanAndService(123 , ' serviceName1' ) | null | 2718833340
44
44
XCONTENTTYPE_HEADER_MISSING | getSpanAndService(123 , ' serviceName2' ) | null | 990333702
0 commit comments