Skip to content

Commit af7b5fa

Browse files
committed
fix test
1 parent 7fcd910 commit af7b5fa

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

dd-java-agent/agent-iast/src/test/groovy/com/datadog/iast/model/VulnerabilityTypeTest.groovy

+9-9
Original file line numberDiff line numberDiff line change
@@ -30,15 +30,15 @@ class VulnerabilityTypeTest extends DDSpecification {
3030
WEAK_CIPHER | getSpanAndClassAndMethodLocation(123) | new Evidence("MD5") | 3265519776
3131
WEAK_CIPHER | getSpanAndClassAndMethodLocation(456) | new Evidence("MD4") | 3265519776
3232
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
4242
XCONTENTTYPE_HEADER_MISSING | getSpanAndService(123, null) | null | 3429203725
4343
XCONTENTTYPE_HEADER_MISSING | getSpanAndService(123, 'serviceName1') | null | 2718833340
4444
XCONTENTTYPE_HEADER_MISSING | getSpanAndService(123, 'serviceName2') | null | 990333702

0 commit comments

Comments
 (0)