Skip to content

Commit 6fe8291

Browse files
committed
FalsePositive
1 parent ee86a4d commit 6fe8291

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

test/OrchardCore.Commerce.Tests.UI/Tests/BasicTests/SecurityScanningTests.cs

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,13 @@ public Task FullSecurityScanShouldPass() =>
2828
40027,
2929
"The query time is controllable using parameter value [some SQL injection]");
3030

31-
configuration.DisableActiveScanRule(
31+
FalsePositive(
32+
configuration,
3233
90003,
34+
"Sub Resource Integrity Attribute Missing",
3335
"The Blog theme references Google Fonts using link elements that lack an integrity tag. This " +
34-
"is not relevant for us.");
36+
"is not relevant for us.",
37+
"https://[^/]+/.*");
3538

3639
FalsePositive(
3740
configuration,

0 commit comments

Comments
 (0)