Skip to content
Snippets Groups Projects
Commit 7907ef46 authored by MikaelKrats's avatar MikaelKrats
Browse files

Added weekly report for week 3

parent 2edc5974
No related branches found
No related tags found
1 merge request!32Added weekly report for week 3
Pipeline #14968 passed
Weekly Report week 3
Mikael:
Wrote 6 more user stories and added them to gitlab
Added frontend solution for login and registration pages with bootstrap 4 style sheet
Identified the most relevant security issues for the week
Added static testing (SAST)
Arno:
Backend for saving of offers
Backend for loading of offers
Adding image saving feature to add_items page and backend support
Fixing deployment pipeline in gitlab
Code refactoring views.py for compliance with recommendations
Setup logging and monitoring scripts
Setup logging via sentry
Created database unittest
Considered OWASP A09:2021, A01:2021 and A05:2021.
Rayan:
Frontend page for list of items on offer
Top 5 security risks considered (from OWASP) https://owasp.org/www-project-top-ten/
A09:2021-Security Logging and Monitoring Failures
Setting up logging with sentry, including email notifications on failures
A04:2021-Insecure Design
Need for security testing was identified. User stories were written on that base.
A01:2021-Broken Access Control
Added access control this week. Access control cannot be bypassed by modifying the URL anymore (use of login_required feature of flask_login)
A05:2021-Security Misconfiguration
No default accounts are used. Unnecessary testing features should be removed before final submission of the project.
A08:2021-Software and Data Integrity Failures
Added static testing to minimise the chance that malicious or vulnerable code gets into the final product.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment