Skip to content

Commit

Permalink
feat(scan): add support for the amazon_s3_takeover test (#152)
Browse files Browse the repository at this point in the history
closes #151
  • Loading branch information
derevnjuk authored Apr 11, 2023
1 parent 55ff491 commit f1f30f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SecTester.Scan/Models/TestType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ public enum TestType
ProtoPollution,
RetireJs,
Rfi,
AmazonS3Takeover,
SecretTokens,
ServerSideJsInjection,
Sqli,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ public class MessageSerializerTests
new object[] { TestType.ProtoPollution, @"""proto_pollution""" },
new object[] { TestType.RetireJs, @"""retire_js""" },
new object[] { TestType.Rfi, @"""rfi""" },
new object[] { TestType.AmazonS3Takeover, @"""amazon_s3_takeover""" },
new object[] { TestType.SecretTokens, @"""secret_tokens""" },
new object[] { TestType.ServerSideJsInjection, @"""server_side_js_injection""" },
new object[] { TestType.Sqli, @"""sqli""" },
Expand Down

0 comments on commit f1f30f6

Please sign in to comment.