javascriptsecurityjavascript-security

What Javascript security techniques and issues should be part of a programmer's skill set for solid web development?


What Javascript security techniques, issues, and limitations should be part of a programmer's skill set for solid web development?


Solution

  • Quick Google:

    Cross Site Scripting

    JavaScript Security

    Basically JavaScript is fairly secure, running in a sand boxed environment, but there are vulnerabilities that need to be avoided.