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
levelproperty.Object which representsmessageproperty.Class to parse longDescription to generate formatted test for SARIF.A class representingnotificationobject (§3.58) inrun.invocations.toolExecutionNotifications(§3.20.21)Object which represents result object inrun.resultsproperty.Object which represents reportingDescriptor inrun.driver.rulesproperty.A class representingstackobject (§3.44)A class representingstackFrameobject (§3.45)A taxon SARIF element (see: §3.19.3).