Closed jtam360 closed 5 years ago
Security Measures: This list is constructed using OWASP's Top 10 -2017 Web Security Vulnerabilities, I added any additional security measures that are either important or can be easily implemented. OWASP: https://www.owasp.org/images/7/72/OWASP_Top_10-2017_%28en%29.pdf.pdf
Feasibility Report:
Overall, I'd recommend to focus on encrypting login credentials, session cookies, and protecting our data at rest and in transit. If we wanted to take security any further than we can set up a meeting with Dr. Aliasgari to discuss further security vulnerabilities.
Currently, our server has an SSL certificate:
Also, based on the SSL server test, we have received an A+ rating for our security at the moment.
Right now, we have basic certificates and configurations for our server. However, we can further improve our security by adding these. I previously attempted to implement some of these configurations for the security of our server such as adding TLS v1.3. However, I ran into some issues and got some errors through this process. But, I will try to fix this problem and also try to improve some of our ciphers.
Also, because we have basic certificates, we can maybe purchase more that can further increase our security such as buying a CAA certificate.
-List proposed security measures to be added -Rank proposals by priority and feasibility -Provide brief design plan of how the security measures are to be implemented -Server should have SSL -Login protection (sql injection, etc) -Final polishing of the database interface's security -Provide metrics for the expected security capabilities (the level of security we are promising)
child of #14 connects #14