1
0
mirror of synced 2026-01-06 15:01:04 -05:00

Merge branch 'main' of github.com:github/docs-internal into use-ifversion-for-fbv

This commit is contained in:
Sarah Schneider
2022-06-07 08:57:57 -04:00
171 changed files with 981 additions and 669 deletions

View File

@@ -211,11 +211,12 @@ This SARIF output file has example values to show the minimum required propertie
"id": "R01"
...
"properties" : {
"id" : "java/unsafe-deserialization",
"kind" : "path-problem",
"name" : "...",
"problem.severity" : "error",
"security-severity" : "9.8",
"id" : "java/unsafe-deserialization",
"kind" : "path-problem",
"name" : "...",
"problem.severity" : "error",
"security-severity" : "9.8",
}
}
]
}