Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/blaumaus/writing-secure-javascript
A presentation that covers common and uncommon security vulnerabilities in JS, their real life & code examples and prevention techniques
https://github.com/blaumaus/writing-secure-javascript
hacking javascript security
Last synced: about 1 month ago
JSON representation
A presentation that covers common and uncommon security vulnerabilities in JS, their real life & code examples and prevention techniques
- Host: GitHub
- URL: https://github.com/blaumaus/writing-secure-javascript
- Owner: Blaumaus
- License: cc0-1.0
- Created: 2024-08-14T00:52:20.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-08-14T00:57:25.000Z (5 months ago)
- Last Synced: 2024-11-27T00:43:01.805Z (about 2 months ago)
- Topics: hacking, javascript, security
- Homepage:
- Size: 6.99 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Writing secure JavaScript
This repository contains slides from a talk I gave at a WarsawJS conference. JavaScript is the [most popular](https://survey.stackoverflow.co/2024/technology#most-popular-technologies) 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:
- [Writing secure JavaScript, Andrii Romasiun](writing-secure-javascript-by-andrii-romasiun.pdf)A recording of my speech can be found on [WarsawJS YouTube channel](https://www.youtube.com/watch?v=63HtFIqKWKY).