We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385745e commit 123e248Copy full SHA for 123e248
internal/commands/result.go
@@ -924,6 +924,7 @@ func printAPIsSecuritySummary(summary *wrappers.ResultSummary) {
924
if summary.HasAPISecurityDocumentation() {
925
fmt.Printf(" APIS DOCUMENTATION: %*d \n", defaultPaddingSize, summary.GetAPISecurityDocumentationTotal())
926
}
927
+ fmt.Printf(" Note: APIs vulnerability are part of SAST and therefore excluded from the TOTAL.\n")
928
fmt.Printf(tableLine + twoNewLines)
929
930
0 commit comments