humanmade / humanmade/Mercator
Replace $_REQUEST with $_GET or $_POST
Open
- Dominant language
- PHP
- Stars
- 527
- Forks
- 61
- PR merge metrics
- No merged PRs in 30d
Description
$_REQUEST has security issues. See https://vip.wordpress.com/documentation/code-review-what-we-look-for/#using-_request should be replaced with $_GET or $_POST instead depending on usage
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.