Skip to content

Commit

Permalink
[Nodejs] Fix nodejs stack trace easy wins for iast (#3898)
Browse files Browse the repository at this point in the history
  • Loading branch information
IlyasShabi authored Jan 27, 2025
1 parent 738b206 commit a1c6820
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions manifests/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ tests/:
TestInsecureCookieNameFilter:
'*': *ref_5_24_0
nextjs: missing_feature
TestInsecureCookie_StackTrace: missing_feature
TestInsecureCookie_StackTrace:
'*': *ref_5_33_0
nextjs: missing_feature
test_ldap_injection.py:
TestLDAPInjection:
'*': *ref_4_1_0
Expand All @@ -175,15 +177,19 @@ tests/:
TestNoHttponlyCookieNameFilter:
'*': *ref_5_24_0
nextjs: missing_feature
TestNoHttponlyCookie_StackTrace: missing_feature
TestNoHttponlyCookie_StackTrace:
'*': *ref_5_33_0
nextjs: missing_feature
test_no_samesite_cookie.py:
TestNoSamesiteCookie:
'*': *ref_4_3_0
nextjs: missing_feature
TestNoSamesiteCookieNameFilter:
'*': *ref_5_24_0
nextjs: missing_feature
TestNoSamesiteCookie_StackTrace: missing_feature
TestNoSamesiteCookie_StackTrace:
'*': *ref_5_33_0
nextjs: missing_feature
test_nosql_mongodb_injection.py:
TestNoSqlMongodbInjection:
'*': *ref_4_17_0
Expand Down

0 comments on commit a1c6820

Please sign in to comment.