Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@ tests/:
test_security_controls.py:
TestSecurityControls:
'*': *ref_5_37_0
fastify: flaky (APPSEC-58724)
fastify: *ref_5_61_0
nextjs: missing_feature
rasp/:
test_api10.py:
Expand Down
3 changes: 2 additions & 1 deletion tests/appsec/iast/test_security_controls.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
# This product includes software developed at Datadog (https://www.datadoghq.com/).
# Copyright 2021 Datadog, Inc.

from utils import features, rfc, weblog, irrelevant
from utils import features, rfc, weblog, irrelevant, flaky, context
from tests.appsec.iast.utils import BaseSinkTest, assert_iast_vulnerability, assert_metric
from utils._weblog import HttpResponse


@features.iast_security_controls
@rfc("https://docs.google.com/document/d/1j1hp87-2wJnXUGADZxzLnvKJmaF_Gd6ZR1hPS3LVguQ/edit?pli=1&tab=t.0")
@flaky(context.library <= "nodejs@5.80" and context.weblog_variant == "fastify", reason="APPSEC-58724")
class TestSecurityControls:
@staticmethod
def assert_iast_is_enabled(request: HttpResponse) -> None:
Expand Down
Loading