This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
Releases: geektechdude/qa-se-webapp
Releases · geektechdude/qa-se-webapp
Release For SE and DevOps Assignment
Release for Software Engineering and DevOps Assignment.
Refactoring
Refactoring of release headers. The headers are now returned on every GET, not just the GETs for defined views.
More CSP Changes
Returning value for Content-Security-Policy Header as one line rather than multiple lines, which caused values to be overwritten by the last line.
CSP Header Changes
Security changes around Content-Security-Policy (CSP) Headers.
Password Length, BootStrap Change
- The password fields now require that a password is at least 8 characters long. Complexity has not been added, instead a paragraph about and link to NCSC Three Random Words has been added to templates.
- Bootstrap is now serving files locally instead of via a CDN. This change also allow the Content-Security-Policy (CSP) Header to be altered to just 'self'.
assets-app
Initial release of Assets, a web application written in Flask (Python).