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
Is this for statistics purposes? Counting how frequently asm sources have issues compared to other languages.
If this is instead for assigning already found issues to an employee who knows the language, then I expect you'd also need to indicate the processor family.
If an artifact object represents a text artifact that contains source code, it MAY contain a property named sourceLanguage whose value is a hierarchical string (§3.5.4) that specifies the programming language in which the source code is written.
NOTE 1: This property is intended to help SARIF viewers to render code snippets with appropriate syntax coloring.
NOTE 2: Typically, this is the language implied by the file name extension.
Also there is an option to explicit declare a variant, the spec gives, in exact this place the sample "csharp/7", so once a language identifier is chosen, it can be "extended" with the assembly variant for example "assembler/gnu".
Appendix J doesn't seem to have an entry for assembly language.
Would "asm" be a good one to add?
The text was updated successfully, but these errors were encountered: