An open API service indexing awesome lists of open source software.

https://github.com/sofiane-abou-abderrahim/javascript-security-share-my-place

I improved my previous "JavaScript Share My Place" app so that I can protect it from security holes and concepts. I specifically handled the two most important JavaScript attack patterns or vulnerabilities, which are Security Details in my code exposed accidentally and Cross Site Scripting (XSS) attacks, with Sanitize HTML package for example.
https://github.com/sofiane-abou-abderrahim/javascript-security-share-my-place

cross-site-request-forgery cross-site-scripting sanitize-html security security-hole security-vulnerability

Last synced: about 1 year ago
JSON representation

I improved my previous "JavaScript Share My Place" app so that I can protect it from security holes and concepts. I specifically handled the two most important JavaScript attack patterns or vulnerabilities, which are Security Details in my code exposed accidentally and Cross Site Scripting (XSS) attacks, with Sanitize HTML package for example.

Awesome Lists containing this project