Skip to content

Commit

Permalink
loosen constraints on l4j hits too
Browse files Browse the repository at this point in the history
  • Loading branch information
wleightond committed Jul 31, 2023
1 parent a1ba06b commit 71b253b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canarytokens/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1409,7 +1409,7 @@ class FastRedirectTokenHit(TokenHit):

class Log4ShellTokenHit(TokenHit):
token_type: Literal[TokenTypes.LOG4SHELL] = TokenTypes.LOG4SHELL
src_data: dict[str, str]
src_data: dict


class QRCodeTokenHit(TokenHit):
Expand Down

0 comments on commit 71b253b

Please sign in to comment.