Skip to content

Commit

Permalink
feat(scan): add new iframe_injection test type (#164)
Browse files Browse the repository at this point in the history
closes #163
  • Loading branch information
denis-maiorov-brightsec authored Aug 3, 2023
1 parent 6d2b5b7 commit fabb304
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 @@ -31,6 +31,7 @@ public enum TestType
HttpMethodFuzzing,
HttpResponseSplitting,
IdEnumeration,
IframeInjection,
ImproperAssetManagement,
InsecureTlsConfiguration,
Jwt,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ public class MessageSerializerTests
new object[] { TestType.HttpMethodFuzzing, @"""http_method_fuzzing""" },
new object[] { TestType.HttpResponseSplitting, @"""http_response_splitting""" },
new object[] { TestType.IdEnumeration, @"""id_enumeration""" },
new object[] { TestType.IframeInjection, @"""iframe_injection""" },
new object[] { TestType.ImproperAssetManagement, @"""improper_asset_management""" },
new object[] { TestType.InsecureTlsConfiguration, @"""insecure_tls_configuration""" },
new object[] { TestType.Jwt, @"""jwt""" },
Expand Down

0 comments on commit fabb304

Please sign in to comment.