Skip to content

Commit

Permalink
Slightly shorter name for phpserialize in decoding type
Browse files Browse the repository at this point in the history
  • Loading branch information
wdoekes committed Nov 11, 2022
1 parent d770d46 commit 9431ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alert_group_nl_log2slack.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ def decode_cookie(val):
from_utf8(phpserialize.loads(
val, object_hook=(lambda k, v: {k: dict(v)}))),
separators=(', ', ':')) # semi-compact
decoding.append('phpserialize')
decoding.append('phpser')
except Exception:
try:
val = val.decode('utf-8')
Expand Down

0 comments on commit 9431ee1

Please sign in to comment.