Skip to content

Commit

Permalink
[Nodejs] Enable untrusted deserialization stack trace test for Node.js (
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasShabi authored Feb 7, 2025
1 parent 715f680 commit 41dc047
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ tests/:
TestUntrustedDeserialization:
'*': *ref_5_32_0
nextjs: missing_feature
TestUntrustedDeserialization_StackTrace: missing_feature
TestUntrustedDeserialization_StackTrace:
'*': *ref_5_32_0
nextjs: missing_feature
test_unvalidated_redirect.py:
TestUnvalidatedHeader:
'*': *ref_4_3_0
Expand Down
2 changes: 1 addition & 1 deletion tests/appsec/iast/sink/test_untrusted_deserialization.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class TestUntrustedDeserialization_StackTrace:
"""Validate stack trace generation"""

def setup_stack_trace(self):
self.r = weblog.get("/iast/untrusted_deserialization/test_insecure")
self.r = weblog.get("/iast/untrusted_deserialization/test_insecure?name=example")

def test_stack_trace(self):
validate_stack_traces(self.r)

0 comments on commit 41dc047

Please sign in to comment.