-
Notifications
You must be signed in to change notification settings - Fork 201
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2591 from yowl/merge-may24
[NativeAOT-LLVM] Merge may24
- Loading branch information
Showing
5,529 changed files
with
126,740 additions
and
88,210 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
## DO NOT MODIFY THIS FILE MANUALLY. This is part of auto-baselining from 1ES Pipeline Templates. Go to [https://aka.ms/1espt-autobaselining] for more details. | ||
|
||
pipelines: | ||
679: | ||
retail: | ||
binary: | ||
credscan: | ||
lastModifiedDate: 2024-04-11 | ||
binskim: | ||
lastModifiedDate: 2024-04-11 | ||
spotbugs: | ||
lastModifiedDate: 2024-04-11 | ||
source: | ||
credscan: | ||
lastModifiedDate: 2024-04-11 | ||
eslint: | ||
lastModifiedDate: 2024-04-11 | ||
psscriptanalyzer: | ||
lastModifiedDate: 2024-04-11 | ||
armory: | ||
lastModifiedDate: 2024-04-11 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
{ | ||
"properties": { | ||
"helpUri": "https://eng.ms/docs/microsoft-security/security/azure-security/cloudai-security-fundamentals-engineering/security-integration/guardian-wiki/microsoft-guardian/general/baselines" | ||
}, | ||
"version": "1.0.0", | ||
"baselines": { | ||
"default": { | ||
"name": "default", | ||
"createdDate": "2024-04-10 20:32:31Z", | ||
"lastUpdatedDate": "2024-04-10 20:32:31Z" | ||
} | ||
}, | ||
"results": { | ||
"3b1bb0185d74dd310884a85ad1252953dab0747790f5aecd5bf5bb3c1e2b515c": { | ||
"signature": "3b1bb0185d74dd310884a85ad1252953dab0747790f5aecd5bf5bb3c1e2b515c", | ||
"alternativeSignatures": [], | ||
"target": "src/libraries/System.Security.Cryptography/tests/X509Certificates/TestData.cs", | ||
"line": 3441, | ||
"memberOf": [ | ||
"default" | ||
], | ||
"tool": "credscan", | ||
"ruleId": "CSCAN-GENERAL0060", | ||
"createdDate": "2024-04-10 20:32:31Z", | ||
"expirationDate": "2024-09-28 00:14:56Z", | ||
"justification": "This error is baselined with an expiration date of 180 days from 2024-04-11 00:14:56Z" | ||
}, | ||
"2e4598005fdee72a4700697760c5f1b199c25d15a7c54de438ce939f125f3710": { | ||
"signature": "2e4598005fdee72a4700697760c5f1b199c25d15a7c54de438ce939f125f3710", | ||
"alternativeSignatures": [ | ||
"6b533da7f95704f4476b24f493f88b2b1fd7d3bba69105bf63530140e0b3c8f1" | ||
], | ||
"target": "src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_activedirectory_domaincontroller.ps1", | ||
"line": 36, | ||
"memberOf": [ | ||
"default" | ||
], | ||
"tool": "psscriptanalyzer", | ||
"ruleId": "PSAvoidUsingConvertToSecureStringWithPlainText", | ||
"createdDate": "2024-04-10 20:32:31Z", | ||
"expirationDate": "2024-09-28 00:14:56Z", | ||
"justification": "This error is baselined with an expiration date of 180 days from 2024-04-11 00:14:56Z" | ||
}, | ||
"df6d1096725378c354a363dbb40fca84b9eed42a724ffbde7de57a88fc4042df": { | ||
"signature": "df6d1096725378c354a363dbb40fca84b9eed42a724ffbde7de57a88fc4042df", | ||
"alternativeSignatures": [ | ||
"b090ab235a86ec5bc15243c19bc432f09e5aef816854bcbe120ab04c7c0332e1" | ||
], | ||
"target": "src/libraries/Common/tests/System/Net/Prerequisites/Deployment/setup_iisserver.ps1", | ||
"line": 82, | ||
"memberOf": [ | ||
"default" | ||
], | ||
"tool": "psscriptanalyzer", | ||
"ruleId": "PSAvoidUsingConvertToSecureStringWithPlainText", | ||
"createdDate": "2024-04-10 20:32:31Z", | ||
"expirationDate": "2024-09-28 00:14:56Z", | ||
"justification": "This error is baselined with an expiration date of 180 days from 2024-04-11 00:14:56Z" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
schedule: | ||
interval: daily | ||
open-pull-requests-limit: 5 | ||
labels: | ||
- area-codeflow | ||
ignore: | ||
- dependency-name: "actions/checkout" | ||
update-types: ["version-update:semver-patch","version-update:semver-minor"] |
Oops, something went wrong.