From 3584257e1b619aef55fa631daf92607bb5c8791f Mon Sep 17 00:00:00 2001 From: Igor Date: Sun, 18 Jun 2023 15:59:49 -0400 Subject: [PATCH] update project goals file --- projectGoals.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/projectGoals.md b/projectGoals.md index 613f570..8fce0ad 100644 --- a/projectGoals.md +++ b/projectGoals.md @@ -1,6 +1,5 @@ # Project Goals - CHANGELOG file for proper versioning -- Basic input validation on endpoints - CI/CD pipeline including: - Snyk security scan - Lint checks @@ -8,6 +7,10 @@ - Visual regression tests with Rainforest QA - Functional testing with Postman - Deploying to staging and production environments -- Snyk static scan monitoring and alerts, including automated PRs for security-related dependency updates -- Github Dependabot for dependency security alerts and updates +- Security: + - Basic input validation on endpoints + - Rate limiting + - Snyk static scan monitoring and alerts, including automated PRs for security-related dependency updates + - Github Dependabot for dependency security alerts and updates + - Github CodeQL for static analysis and security alerts - API documentation with Swagger \ No newline at end of file