You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Header_Injection issue exists @ index.php in branch master
Method <?php at line 8 of index.php receives a user input from the _GET element. This element’s value then copied into the request header without being properly sanitized or validated in <?php at line 11 of index.php. If a 3rd party can influence this value it may enable an HTTP Header Injection attack.
Header_Injection issue exists @ index.php in branch master
Method <?php at line 8 of index.php receives a user input from the _GET element. This element’s value then copied into the request header without being properly sanitized or validated in <?php at line 11 of index.php. If a 3rd party can influence this value it may enable an HTTP Header Injection attack.
Severity: Medium
CWE:113
Checkmarx
Training
Recommended Fix
Lines: 8
Code (Line #8):
The text was updated successfully, but these errors were encountered: