diff --git a/tests/appsec/iast/sink/test_insecure_cookie.py b/tests/appsec/iast/sink/test_insecure_cookie.py index e3c7fba51d..e70381f007 100644 --- a/tests/appsec/iast/sink/test_insecure_cookie.py +++ b/tests/appsec/iast/sink/test_insecure_cookie.py @@ -11,7 +11,7 @@ @coverage.basic -@released(dotnet="?", golang="?", php_appsec="?", python="?", ruby="?") +@released(dotnet="?", golang="?", php_appsec="?", python="1.17.0", ruby="?") @released(nodejs={"express4": "4.1.0", "*": "?"}) @released(java={"akka-http": "?", "ratpack": "?", "spring-boot-3-native": "?", "*": "1.18.0"}) class TestInsecureCookie: diff --git a/tests/appsec/iast/sink/test_no_httponly_cookie.py b/tests/appsec/iast/sink/test_no_httponly_cookie.py index 029de81d5c..16d851bee2 100644 --- a/tests/appsec/iast/sink/test_no_httponly_cookie.py +++ b/tests/appsec/iast/sink/test_no_httponly_cookie.py @@ -11,7 +11,7 @@ @coverage.basic -@released(dotnet="?", golang="?", php_appsec="?", python="?", ruby="?", nodejs="?") +@released(dotnet="?", golang="?", php_appsec="?", python="1.17.0", ruby="?", nodejs="?") @released(java={"akka-http": "?", "ratpack": "?", "spring-boot-3-native": "?", "*": "1.18.0"}) class TestNoHttponlyCookie: """Test no HttpOnly cookie detection.""" diff --git a/tests/appsec/iast/sink/test_no_samesite_cookie.py b/tests/appsec/iast/sink/test_no_samesite_cookie.py index 89b4c58d1a..af648b7111 100644 --- a/tests/appsec/iast/sink/test_no_samesite_cookie.py +++ b/tests/appsec/iast/sink/test_no_samesite_cookie.py @@ -11,7 +11,7 @@ @coverage.basic -@released(dotnet="?", golang="?", php_appsec="?", python="?", ruby="?", nodejs="?") +@released(dotnet="?", golang="?", php_appsec="?", python="1.17.0", ruby="?", nodejs="?") @released(java={"akka-http": "?", "ratpack": "?", "spring-boot-3-native": "?", "*": "1.18.0"}) class TestNoSamesiteCookie: """Test No SameSite cookie detection."""