Skip to content

Commit

Permalink
Fix rule syntax (#100) (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Manuel Leflet Estrada <[email protected]>
  • Loading branch information
jmle authored Jul 30, 2024
1 parent cac7f3e commit 275d813
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions default/generated/eap7/137-weblogic.windup.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -186,12 +186,13 @@
```
ruleID: weblogic-eap7-08000
when:
java.referenced:
or:
- location: METHOD_CALL
pattern: weblogic.transaction.ClientTxHelper.getTransactionManager(*)
- location: METHOD_CALL
pattern: weblogic.transaction.TxHelper.getTransactionManager(*)
or:
- java.referenced:
location: METHOD_CALL
pattern: weblogic.transaction.ClientTxHelper.getTransactionManager(*)
- java.referenced:
location: METHOD_CALL
pattern: weblogic.transaction.TxHelper.getTransactionManager(*)
- category: mandatory
customVariables: []
description: WebLogic proprietary Clob JDBC object (OracleThinClob)
Expand Down

0 comments on commit 275d813

Please sign in to comment.