Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
frozen
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
CSE6
frozen
Commits
7907ef46
Commit
7907ef46
authored
2 years ago
by
MikaelKrats
Browse files
Options
Downloads
Patches
Plain Diff
Added weekly report for week 3
parent
2edc5974
No related branches found
No related tags found
1 merge request
!32
Added weekly report for week 3
Pipeline
#14968
passed
2 years ago
Stage: build
Stage: test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs/WeeklyReport3.md
+40
-0
40 additions, 0 deletions
docs/WeeklyReport3.md
with
40 additions
and
0 deletions
docs/WeeklyReport3.md
0 → 100644
+
40
−
0
View file @
7907ef46
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.
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment