Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 277 Bytes

File metadata and controls

5 lines (4 loc) · 277 Bytes

Recommendation(s)

  • Sanitize user-supplied input before displaying or processing it.
  • Use a secure terminal library or renderer that does not execute or interpret inputs from untrusted sources.
  • Validate and strip any non-printable or control characters from user inputs.