Skip to content

Blaumaus/writing-secure-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Writing secure JavaScript

This repository contains slides from a talk I gave at a WarsawJS conference. JavaScript is the most popular programming language in the world, and it is important to know how to use it safely to prevent your applications from being hacked.

This presentation aims to cover common and uncommon vulnerabilities, such as Cross-Site Scripting, Mass Assignment, Path Traversal, CSRF, RCE, Open Redirects and many others and educate people on how to detect and prevent them by showing:

  • Examples of vulnerable JavaScript code;
  • Real life examples;
  • And ways to prevent these vulnerabilities.

This repository contains a PDF formatted presentation:

A recording of my speech can be found on WarsawJS YouTube channel.

About

A presentation that covers common and uncommon security vulnerabilities in JS, their real life & code examples and prevention techniques

Topics

Resources

License

Stars

Watchers

Forks

Contributors