Skip to content

Commit

Permalink
Merge pull request #412 from Lombiq/issue/LMBQ-401
Browse files Browse the repository at this point in the history
LMBQ-401: Adapting security scanning URL excludes to OC 2.0 upgrade
  • Loading branch information
MZole authored Oct 6, 2024
2 parents a89265a + b9d1007 commit a533c0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Lombiq.Tests.UI/Helpers/UrlCheckHelper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ public static bool IsOrchardPage(UITestContext context)
path.StartsWithOrdinalIgnoreCase("/Register") ||
path.StartsWithOrdinalIgnoreCase("/Login") ||
path.StartsWithOrdinalIgnoreCase("/ChangePassword") ||
path.StartsWithOrdinalIgnoreCase("/ExternalLogins") ||
path.StartsWithOrdinalIgnoreCase("/ExternalLogin") ||
context.IsSetupPage();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
newRisk: False Positive
parameter: ''
parameterRegex: false
url: .*/(ChangePassword|Account/LinkLogin|Account/ExternalLogin|Users/LogOff|api/content).*
url: .*/(ChangePassword|ExternalAuthentications/LinkExternalLogin|ExternalAuthentications/ExternalLogin|Users/LogOff|api/content).*
urlRegex: true
attack: ''
attackRegex: false
Expand Down

0 comments on commit a533c0b

Please sign in to comment.