You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plugins/codemodder-plugin-appscan/src/main/java/io/codemodder/providers/sarif/appscan/AppScanProvider.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@
8
8
importjava.util.List;
9
9
importjava.util.Set;
10
10
11
-
/** Provides codemods that act on AppSCan results. */
11
+
/** Provides codemods that act on AppScan results. */
Copy file name to clipboardExpand all lines: plugins/codemodder-plugin-appscan/src/main/java/io/codemodder/providers/sarif/appscan/AppScanRuleSarif.java
+22-13Lines changed: 22 additions & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,11 @@ final class AppScanRuleSarif implements RuleSarif {
21
21
privatefinalPathrepositoryRoot;
22
22
privatefinalList<String> locations;
23
23
24
-
/** A map of a HCL SARIF "location" URIs mapped to their respective file paths. */
24
+
/** A map of a AppScan SARIF "location" URIs mapped to their respective file paths. */
Copy file name to clipboardExpand all lines: plugins/codemodder-plugin-appscan/src/test/java/io/codemodder/providers/sarif/appscan/AppScanRuleSarifFactoryTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ void it_parses_sarif_and_maps_java_locations(@TempDir final Path tmpDir) throws
0 commit comments