Skip to content

Commit

Permalink
Merge pull request #2471 from DataDog/christophe-papazian/more_easywi…
Browse files Browse the repository at this point in the history
…ns_for_python

[python] easy wins for python (iast)
  • Loading branch information
juanjux authored May 21, 2024
2 parents 9fea5d4 + 17d9974 commit 002dc22
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion manifests/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ tests/:
sink/:
test_command_injection.py:
TestCommandInjection:
'*': v2.2.0
'*': v2.10.0dev
fastapi: missing_feature
test_hardcoded_passwords.py:
Test_HardcodedPasswords: missing_feature
Expand Down
2 changes: 0 additions & 2 deletions tests/appsec/iast/sink/test_command_injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,9 @@ def test_secure(self):

@missing_feature(context.library < "[email protected]", reason="Metrics not implemented")
@missing_feature(library="dotnet", reason="Not implemented yet")
@missing_feature(library="python", reason="Not implemented yet")
def test_telemetry_metric_instrumented_sink(self):
super().test_telemetry_metric_instrumented_sink()

@missing_feature(context.library < "[email protected]", reason="Metrics not implemented")
@missing_feature(library="python", reason="Not implemented yet")
def test_telemetry_metric_executed_sink(self):
super().test_telemetry_metric_executed_sink()

0 comments on commit 002dc22

Please sign in to comment.