-
Notifications
You must be signed in to change notification settings - Fork 631
Implement SARIF formatter for Eslint #4956
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
iclanton
merged 26 commits into
microsoft:main
from
atingmicrosoft:ating/eslint-sarif-formatter
Oct 9, 2024
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
4f03791
[heft-lint-plugin] Support outputting SARIF logs
atingmicrosoft 4527b76
fixed type issues in typescript for Sarifformmater. Upgrade @types/es…
atingmicrosoft 43530f3
PR fixes for creating SARIF Formatter
atingmicrosoft c3b019c
Merge branch 'main' of https://github.com/atingmicrosoft/rushstack in…
atingmicrosoft 1a816a8
rush update
atingmicrosoft e6d4fb6
rush change
atingmicrosoft 9c7f7fe
rush update
atingmicrosoft dfff00a
Merge branch 'main' of https://github.com/atingmicrosoft/rushstack in…
atingmicrosoft 1a735c9
rush update
atingmicrosoft 2342332
updated test snapshot
atingmicrosoft bbf1287
rush change
atingmicrosoft d267129
pnpm file fix
atingmicrosoft f60e827
updated snapshot
atingmicrosoft 433dacd
2nd round PR fixes for sarifFormatter
atingmicrosoft 0669aaa
Merge branch 'main' of https://github.com/atingmicrosoft/rushstack in…
atingmicrosoft 9f547f7
resolve repo-state.json merge conflict
atingmicrosoft b641d6c
deleted change file for webpack5-localization-plugin. Changes were re…
atingmicrosoft f11ec5f
PR changes 3 for implementing SARIF formatter
atingmicrosoft 3843d89
3rd round PR changes for SARIF formatter
atingmicrosoft f1b8755
made IRegion interface exportable
atingmicrosoft de829a6
created snapshot tests and updated schema descriptions
atingmicrosoft 1f1a5c8
minor fixes and improvements to formatEslintResultsAsSARIF function
atingmicrosoft 38be04f
edited rush changes
atingmicrosoft 000961e
fixed functionality of sarifFormmater to properly track rule and arti…
atingmicrosoft 01f2bf5
fixed bug with importing linter
atingmicrosoft 79f4ffc
imporved efficiency of formatAsASARIF function
atingmicrosoft File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
10 changes: 10 additions & 0 deletions
10
common/changes/@rushstack/eslint-patch/ating-eslint-sarif-formatter_2024-10-02-21-04.json
This file contains hidden or 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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@rushstack/eslint-patch", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@rushstack/eslint-patch" | ||
} |
10 changes: 10 additions & 0 deletions
10
...nges/@rushstack/eslint-plugin-packlets/ating-eslint-sarif-formatter_2024-10-02-21-04.json
This file contains hidden or 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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@rushstack/eslint-plugin-packlets", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@rushstack/eslint-plugin-packlets" | ||
} |
10 changes: 10 additions & 0 deletions
10
...nges/@rushstack/eslint-plugin-security/ating-eslint-sarif-formatter_2024-10-02-21-04.json
This file contains hidden or 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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@rushstack/eslint-plugin-security", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@rushstack/eslint-plugin-security" | ||
} |
10 changes: 10 additions & 0 deletions
10
common/changes/@rushstack/eslint-plugin/ating-eslint-sarif-formatter_2024-10-02-21-04.json
This file contains hidden or 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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@rushstack/eslint-plugin", | ||
"comment": "", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@rushstack/eslint-plugin" | ||
} |
10 changes: 10 additions & 0 deletions
10
...on/changes/@rushstack/heft-lint-plugin/ating-eslint-sarif-formatter_2024-10-01-21-31.json
This file contains hidden or 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,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@rushstack/heft-lint-plugin", | ||
"comment": "Add an option `sarifLogPath` that, when specified, will emit logs in the SARIF format: https://sarifweb.azurewebsites.net/. Note that this is only supported by ESLint.", | ||
"type": "minor" | ||
} | ||
], | ||
"packageName": "@rushstack/heft-lint-plugin" | ||
} |
This file contains hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or 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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
// DO NOT MODIFY THIS FILE MANUALLY BUT DO COMMIT IT. It is generated and used by Rush. | ||
{ | ||
"pnpmShrinkwrapHash": "5afee1d392a0c2404869d7eda687b5571fe88515", | ||
"pnpmShrinkwrapHash": "673f7de41244835915a7947c11b6dbe80f944010", | ||
"preferredVersionsHash": "ce857ea0536b894ec8f346aaea08cfd85a5af648" | ||
} |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.