Skip to content

Commit

Permalink
add ellipsis
Browse files Browse the repository at this point in the history
  • Loading branch information
colleend committed May 16, 2023
1 parent 6872ce6 commit 769ee0f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/lang/security/jackson-unsafe-deserialization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,15 @@ rules:
- patterns:
- pattern-inside: |
class $CLASS {
...
ObjectMapper $OM;
...
$INITMETHODTYPE $INITMETHOD(...) {
...
$OM = new ObjectMapper();
...
$OM.enableDefaultTyping();
...
}
...
}
Expand Down

0 comments on commit 769ee0f

Please sign in to comment.