Skip to content

Commit a0fa1b1

Browse files
authored
Fix ADO pipeline (#455)
Co-authored-by: Nikola Metulev <711864+nmetulev@users.noreply.github.com>
1 parent 219738f commit a0fa1b1

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

.config/guardian/.gdnbaselines

Lines changed: 13 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -7,39 +7,33 @@
77
"default": {
88
"name": "default",
99
"createdDate": "2025-10-14 18:40:43Z",
10-
"lastUpdatedDate": "2025-10-14 18:40:43Z"
10+
"lastUpdatedDate": "2026-04-17 00:00:00Z"
1111
}
1212
},
1313
"results": {
14-
"4e7824f7df49062dd7edfc58de620340ee94abb2edb366ca9d8f78202607b454": {
15-
"signature": "4e7824f7df49062dd7edfc58de620340ee94abb2edb366ca9d8f78202607b454",
16-
"alternativeSignatures": [
17-
"193511ab86392d208ad4b5b1ef546ccd73498c2a9790e6908eec60114de1226f"
18-
],
19-
"target": "cli/win-arm64/winapp.exe",
14+
"5ca1b6336b4c897e0051c1906282d756496583cf01f2396f075954644f2bdc13": {
15+
"signature": "5ca1b6336b4c897e0051c1906282d756496583cf01f2396f075954644f2bdc13",
16+
"target": "cli/win-arm64/libSkiaSharp.dll",
2017
"memberOf": [
2118
"default"
2219
],
2320
"tool": "binskim",
2421
"ruleId": "BA2008",
25-
"createdDate": "2025-10-14 18:40:43Z",
26-
"expirationDate": "2026-04-02 18:45:20Z",
27-
"justification": "This error is baselined with an expiration date of 180 days from 2025-10-14 18:45:20Z"
22+
"createdDate": "2026-04-17 00:00:00Z",
23+
"expirationDate": "2026-10-14 00:00:00Z",
24+
"justification": "libSkiaSharp.dll is a third-party native binary shipped by the SkiaSharp NuGet package. We cannot recompile it to enable /guard:cf. Tracked by upstream SkiaSharp."
2825
},
29-
"10b385649c04b33c1e1e3346c399eee67c8f36872165c6c05d7dc358e6326327": {
30-
"signature": "10b385649c04b33c1e1e3346c399eee67c8f36872165c6c05d7dc358e6326327",
31-
"alternativeSignatures": [
32-
"64b71262df8c91b9b863ca4c959cdcc727251361b9b4e4c0f700b2518a547ed3"
33-
],
34-
"target": "cli/win-x64/winapp.exe",
26+
"4b54f4eb14c18c15cb572b88baa253008f728ee4ff3e248f8bf767fad27eac8a": {
27+
"signature": "4b54f4eb14c18c15cb572b88baa253008f728ee4ff3e248f8bf767fad27eac8a",
28+
"target": "cli/win-x64/libSkiaSharp.dll",
3529
"memberOf": [
3630
"default"
3731
],
3832
"tool": "binskim",
3933
"ruleId": "BA2008",
40-
"createdDate": "2025-10-14 18:40:43Z",
41-
"expirationDate": "2026-04-02 18:45:20Z",
42-
"justification": "This error is baselined with an expiration date of 180 days from 2025-10-14 18:45:20Z"
34+
"createdDate": "2026-04-17 00:00:00Z",
35+
"expirationDate": "2026-10-14 00:00:00Z",
36+
"justification": "libSkiaSharp.dll is a third-party native binary shipped by the SkiaSharp NuGet package. We cannot recompile it to enable /guard:cf. Tracked by upstream SkiaSharp."
4337
}
4438
}
4539
}

0 commit comments

Comments
 (0)