how to review PHP code for CSS and SQL Injection vulnerability

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • neovantage
    New Member
    • Aug 2008
    • 245

    how to review PHP code for CSS and SQL Injection vulnerability

    Hey All,
    how can i review my code for Cross Site Scripting and SQL Injection vulnerability.. ?


    kind regards,
    Mohsin Rafique
  • Dormilich
    Recognized Expert Expert
    • Aug 2008
    • 8694

    #2
    this article should give you a good starting point for that.

    besides that Prepared Statements provide a good way to prevent SQL Injection.

    Comment

    • Markus
      Recognized Expert Expert
      • Jun 2007
      • 6092

      #3
      I read the title and thought 'Cascading Style Sheets are a security vulnerability now? Great, more work to do.'

      :P

      Refer to Cross-site Scripting as XSS to avoid confusion.

      Comment

      • neovantage
        New Member
        • Aug 2008
        • 245

        #4
        Thanks for your help Dormilich

        Comment

        Working...