Skip to content

Commit 123e248

Browse files
Add note
1 parent 385745e commit 123e248

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/commands/result.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -924,6 +924,7 @@ func printAPIsSecuritySummary(summary *wrappers.ResultSummary) {
924924
if summary.HasAPISecurityDocumentation() {
925925
fmt.Printf(" APIS DOCUMENTATION: %*d \n", defaultPaddingSize, summary.GetAPISecurityDocumentationTotal())
926926
}
927+
fmt.Printf(" Note: APIs vulnerability are part of SAST and therefore excluded from the TOTAL.\n")
927928
fmt.Printf(tableLine + twoNewLines)
928929
}
929930

0 commit comments

Comments
 (0)