We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3a6bd8 commit aff0874Copy full SHA for aff0874
1 file changed
codesectools/sasts/tools/SpotBugs/parser.py
@@ -77,6 +77,7 @@ def __init__(self, output_dir: Path, result_data: dict, cmdout: dict) -> None:
77
rule_index = result["ruleIndex"]
78
checker = result["ruleId"]
79
80
+ # Note: All file paths are relative to the application's class path, not the project source directory.
81
partial_filepath = Path(
82
result["locations"][0]["physicalLocation"]["artifactLocation"][
83
"uri"
0 commit comments