Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

An audit of the app should address web security vulnerabilities to meet production release standards. #11

Open
kimdj opened this issue Aug 17, 2017 · 0 comments

Comments

@kimdj
Copy link
Owner

kimdj commented Aug 17, 2017

OWASP's Top 10 Application Security Risks would be a starting point in addressing web security vulnerabilities: https://www.owasp.org/index.php/Top_10_2017-Top_10. In particular, due to the app using MongoDB (NoSQL) for the backend database, all incoming data sent to the server should be properly vetted and filtered for malicious to prevent SQL injections.

In addition, account passwords need to be vetted to avoid weak passwords.

Some relevant links:
https://zanon.io/posts/nosql-injection-in-mongodb
https://github.com/minimaxir/big-list-of-naughty-strings/blob/master/blns.txt
http://project-rainbowcrack.com/table.htm
https://wiki.skullsecurity.org/Passwords

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant