Skip to content

Commit b14702a

Browse files
authored
[skip ci] Specify unserialize() in security policy (GH-22184)
unserialize() may not receive attacker-controlled inputs according to our documentation. This is technically already included in the second bullet point, but common enough to be spelled out.
1 parent 7092ff5 commit b14702a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ are not limited to):
3434

3535
- `open_basedir` or `disable_functions` bypasses.
3636

37+
- Malicious `unserialize()` inputs.
38+
3739
# Vulnerability Policy
3840

3941
Our full policy is described at

0 commit comments

Comments
 (0)