Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 424 Bytes

0715.md

File metadata and controls

15 lines (12 loc) · 424 Bytes

What are the possible security implications of printing an unfiltered request variable ?

  • A) An XSS atack
  • B) No security implications
  • C) Unfiltered request variables can not be filtered in PHP
  • D) Sql Fixation
Answer

Answer: A