-
Notifications
You must be signed in to change notification settings - Fork 94
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
In HDF->SARIF, include HDF's "controls.descriptions[label=check/fix]" as SARIF "help" #2633
Comments
candrews
added a commit
that referenced
this issue
Jul 24, 2023
Signed-off-by: Craig Andrews <[email protected]>
candrews
added a commit
that referenced
this issue
Jul 24, 2023
Signed-off-by: Craig Andrews <[email protected]>
candrews
added a commit
that referenced
this issue
Jul 24, 2023
Signed-off-by: Craig Andrews <[email protected]>
candrews
added a commit
that referenced
this issue
Jul 25, 2023
Signed-off-by: Craig Andrews <[email protected]>
candrews
added a commit
that referenced
this issue
Jul 25, 2023
Signed-off-by: Craig Andrews <[email protected]>
michaelcfanning
pushed a commit
that referenced
this issue
Jul 27, 2023
* HdfConverter: Add location, address GitHub validation error (#2694) Per https://sarifweb.azurewebsites.net/Validation > Each result location must provide the property 'physicalLocation.artifactLocation.uri'. > GitHub Advanced Security code scanning will not display a result whose location does not provide the URI of the artifact that contains the result. Signed-off-by: Craig Andrews <[email protected]> * HdfConvert: Use HDF "control.descriptions" for "help" (#2633) Signed-off-by: Craig Andrews <[email protected]> * HdfConverter: Use HDF title as SARIF shortDescription * HdfConverter: make name a Pascal case identifier See: https://docs.oasis-open.org/sarif/sarif/v2.1.0/os/sarif-v2.1.0-os.html#_Toc34317843 Signed-off-by: Craig Andrews <[email protected]> * HdfConverter: Set Enabled to true if and only if all results have status skipped See: https://docs.oasis-open.org/sarif/sarif/v2.1.0/os/sarif-v2.1.0-os.html#_Toc34317854 Signed-off-by: Craig Andrews <[email protected]> --------- Signed-off-by: Craig Andrews <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
HDF includes check and fix information, per https://saf.mitre.org/#/normalize
Example HDF including this information:
In the HDF->SARIF converter, the value of HDF's "controls.descriptions[label=check/fix]" should be used as SARIF's
help
: https://github.com/microsoft/sarif-sdk/blob/v4.0.0/src/Sarif.Converters/HdfConverter.cs#L102The definition of SARIF's
help
from https://docs.oasis-open.org/sarif/sarif/v2.1.0/os/sarif-v2.1.0-os.html#_Toc34317849The text was updated successfully, but these errors were encountered: