Skip to content

Commit

Permalink
Fix last missing_feature
Browse files Browse the repository at this point in the history
  • Loading branch information
uurien committed Dec 13, 2024
1 parent 843d80d commit a361ab6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 0 additions & 1 deletion manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,6 @@ tests/:
test_nosql_mongodb_injection.py:
TestNoSqlMongodbInjection:
'*': *ref_4_17_0
express5: missing_feature # express-mongo-sanitize is not yet compatible with express5
nextjs: missing_feature
TestNoSqlMongodbInjection_StackTrace: missing_feature
test_path_traversal.py:
Expand Down
4 changes: 4 additions & 0 deletions tests/appsec/iast/sink/test_nosql_mongodb_injection.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ class TestNoSqlMongodbInjection(BaseSinkTest):
"nodejs": {"express4": "iast/index.js", "express4-typescript": "iast.ts", "express5": "iast/index.js"}
}

@missing_feature(context.weblog_variant == "express5", reason="express-mongo-sanitize is not yet compatible with express5")
def test_secure(self):
super().test_secure()

@missing_feature(context.library < "[email protected]", reason="Not implemented yet")
@missing_feature(library="python", reason="Not implemented yet")
@missing_feature(library="dotnet", reason="Not implemented yet")
Expand Down

0 comments on commit a361ab6

Please sign in to comment.