osu-capstone-cs72 / cs-applied-plan-portal

A portal that streamlines the planning process for OSU CS Applied students and advisors
https://applied-plan-portal.herokuapp.com
MIT License
2 stars 5 forks source link

Improve security #65

Closed philectron closed 4 years ago

philectron commented 4 years ago
philectron commented 4 years ago

Fixed most package vulnerabilities on security. Root and client/ should be clear except 300 low ones in client/ which caused by minimist which is a nested dependency of react-scripts.

silverware13 commented 4 years ago

Pull request 'Security #70' stores login credentials using cookies, sets up a proxy for the React and API server, and uses multiple methods to reduce the potential danger of xss attacks.