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/ProvidedAppScanScan.java
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,9 @@
13
13
@Target(ElementType.PARAMETER)
14
14
public @interface ProvidedAppScanScan {
15
15
16
-
/** The AppScan rule "id" field from the sarif. */
17
-
StringruleId();
16
+
/**
17
+
* The AppScan rule "id" field from the sarif. If multiple are provided, we look for the first ID
18
+
* in the SARIF before looking up alternative rule IDs
Copy file name to clipboardExpand all lines: plugins/codemodder-plugin-appscan/src/test/java/io/codemodder/providers/sarif/appscan/AppScanModuleTest.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -28,7 +28,7 @@ static class AppScanSarifTestCodemod implements CodeChanger {
0 commit comments