Package edu.umd.cs.findbugs.sarif
package edu.umd.cs.findbugs.sarif
The package providing a
BugReporter
implementation which produces report in SARIF format.
SARIF | SpotBugs | Note |
---|---|---|
ruleId | BugPattern#type | |
results | BugInstance[] | |
shortDescription | BugPattern#shortDescription | |
messageStrings | BugPattern#longDescription | |
category | BugCategory | |
helpUri | BugPattern#url | |
level | Priorities | |
toolExecutionNotification | AbstractBugReporter#missingClasses AbstractBugReporter#queuedErrors | |
reportingDescriptor.helpUri | BugPattern#url |
- See Also:
-
ClassDescriptionThe GUID calculator class has methods to calculate UUIDs based on UUID version 5.An enum representing
level
property.Object which representsmessage
property.Class to parse longDescription to generate formatted test for SARIF.A class representingnotification
object (§3.58) inrun.invocations.toolExecutionNotifications
(§3.20.21)Object which represents result object inrun.results
property.Object which represents reportingDescriptor inrun.driver.rules
property.A class representingstack
object (§3.44)A class representingstackFrame
object (§3.45)A taxon SARIF element (see: §3.19.3).