Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Releases: geektechdude/qa-se-webapp

Release For SE and DevOps Assignment

20 Jul 17:35
d03c3d8
Compare
Choose a tag to compare

Release for Software Engineering and DevOps Assignment.

Refactoring

09 Jul 15:44
4bca61c
Compare
Choose a tag to compare

Refactoring of release headers. The headers are now returned on every GET, not just the GETs for defined views.

More CSP Changes

29 Jun 18:21
2868f95
Compare
Choose a tag to compare

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

27 Jun 13:12
7e5d4de
Compare
Choose a tag to compare

Security changes around Content-Security-Policy (CSP) Headers.

Password Length, BootStrap Change

27 Jun 09:34
4e7884a
Compare
Choose a tag to compare
  • 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

14 Jun 09:30
Compare
Choose a tag to compare
assets-app Pre-release
Pre-release

Initial release of Assets, a web application written in Flask (Python).