mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-10 08:15:00 -04:00
PHP Deserialize NULL values converted to correctly
PHP Deserialize now correctly returns N as a null instead of an empty object
This commit is contained in:
parent
770ec68a1d
commit
5fe5b212ff
1 changed files with 1 additions and 2 deletions
|
@ -128,8 +128,7 @@ class PHPDeserialize extends Operation {
|
|||
switch (kind) {
|
||||
case "n":
|
||||
expect(";");
|
||||
return "";
|
||||
|
||||
return "null";
|
||||
case "i":
|
||||
case "d":
|
||||
case "b": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue