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
The artifacts output generated will contain "sourceLanguage": "unknown" if the artifact uri has a jar extension.
Currently, languages.ts only returns "sourceLanguage": "Java" is the extension is java.
I propose that languages.ts should contain jar: 'Java',
The text was updated successfully, but these errors were encountered:
jordancontrast
changed the title
.jar extensions should be in languages.ts
jar extensions should be in languages.ts
Jun 7, 2024
jordancontrast
changed the title
jar extensions should be in languages.ts
jar extensions should be mapped to java in languages.ts
Jun 7, 2024
I'm trying to remember where I found language.ts (I obviously not written it ^^ )
@jordancontrast as SARIF does not enforces a specific list (the property type is string), i'll validate your Pull Request if you add the update you are suggesting :)
The artifacts output generated will contain "sourceLanguage": "unknown" if the artifact uri has a jar extension.
Currently, languages.ts only returns "sourceLanguage": "Java" is the extension is java.
I propose that languages.ts should contain
jar: 'Java',
The text was updated successfully, but these errors were encountered: