Skip to content

Commit ee86a4d

Browse files
committed
Disable 90003.
1 parent bb1bbec commit ee86a4d

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

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

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

31+
configuration.DisableActiveScanRule(
32+
90003,
33+
"The Blog theme references Google Fonts using link elements that lack an integrity tag. This " +
34+
"is not relevant for us.");
35+
3136
FalsePositive(
3237
configuration,
3338
10202,

0 commit comments

Comments
 (0)