You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But it didn't account for rtm.1 still being the old schema url format in PrereleaseCompatibilityTransformer.cs:
switch (schemaSubVersion)
{
- case "http://json.schemastore.org/sarif-2.1.0-rtm.1":
+ case "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.1.json":
{
The text was updated successfully, but these errors were encountered:
Updated the:
* @types/sarif package
* multitool
* supported schema version for when to update using multitool
* Includes a work around for microsoft/sarif-sdk#1584
Using the latest published multitool, to transform an older sarif filethat has a schema of "http://json.schemastore.org/sarif-2.1.0-rtm.1" the multitool does nothing.
It looks like #1501 updated the schema format to: "https://schemastore.azurewebsites.net/schemas/json/sarif-".
But it didn't account for rtm.1 still being the old schema url format in PrereleaseCompatibilityTransformer.cs:
The text was updated successfully, but these errors were encountered: