Skip to content

Commit

Permalink
fix(scan): deprecate dom_xss test (#162)
Browse files Browse the repository at this point in the history
fixes #156
  • Loading branch information
david-kalachyan authored Aug 1, 2023
1 parent 647db80 commit c1f509c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/SecTester.Scan/Models/TestType.cs
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
using System;
using System.Runtime.Serialization;

namespace SecTester.Scan.Models;
Expand All @@ -18,9 +19,7 @@ public enum TestType
DateManipulation,
DefaultLoginLocation,
DirectoryListing,
/**
* @deprecated Use TestType.XSS instead
*/
[Obsolete("Use TestType.XSS instead")]
DomXss,
EmailInjection,
ExposedCouchDbApis,
Expand Down

0 comments on commit c1f509c

Please sign in to comment.