Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions security-classification.rst
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,9 @@ We do not classify as a security issue any issue that:
- requires invocation of specific code, which may be valid but is obviously
malicious

- requires invocation of functions with specific arguments, which may be valid
but are obviously malicious
- requires passing malicious arguments to functions clearly not intended to
receive unsanitized values, e.g. mysqli_query(). escapeshellarg() on the
other hand should clearly be hardened against unsafe inputs.

- requires specific actions to be performed on the server, which are not
commonly performed, or are not commonly permissible for the user (uid)
Expand Down