Description of problem:
The patterns in ruleID "weblogic-catchall-01000" in "129-weblogic-catchall.windup.yaml" should be updated so as to match the "import" statements like following.
pattern: import *(?P<prefix>(com\.weblogic[^.]*\.)|(com\.bea[^.]*\.)|(bea\.)|(weblogic\.))?(?P<remainder>.*);
mta-8.0.0-cli-linux-amd64/rulesets/eap7/129-weblogic-catchall.windup.yaml
1 - category: potential 2 customVariables: 3 - name: remainder 4 nameOfCaptureGroup: remainder ==> 5 pattern: (?P<prefix>(com\.weblogic[^.]*\.)|(com\.bea[^.]*\.)|(bea\.)|(weblogic\.))?(?P<remainder>.*) 6 - name: prefix 7 nameOfCaptureGroup: prefix ==> 8 pattern: (?P<prefix>(com\.weblogic[^.]*\.)|(com\.bea[^.]*\.)|(bea\.)|(weblogic\.))?(?P<remainder>.*) 9 description: WebLogic proprietary type reference
Version-Release number of selected component (if applicable):