We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64fb8c commit 874e5c1Copy full SHA for 874e5c1
1 file changed
.gitignore
@@ -204,8 +204,25 @@ QUICK_START.md
204
/security_tests/zap/wrk/*
205
!/security_tests/zap/wrk/.keep
206
207
+# ZAP certificates and keys (NEVER commit!)
208
+/security_tests/zap/*.cer
209
+/security_tests/zap/*.key
210
+/security_tests/zap/*.pem
211
+/security_tests/zap/config/webswing.config
212
+
213
# Security scan reports (local)
214
brakeman-report.json
215
brakeman-report.html
216
semgrep-report.json
217
bundle-audit.txt
218
+security_tests/security_tests/reports
219
220
+#INTERN DOCS
221
+DOCS/JIRA_IMPORT.csv
222
+DOCS/JIRA_IMPORT_FIXED.csv
223
+DOCS/JIRA_IMPORT_MINIMAL.csv
224
+DOCS/RIOT_INTEGRATION_IMPLEMENTATION_PLAN.md
225
+DOCS/FRONTEND_RIOT_INTEGRATION_PLAN.md
226
+DOCS/FRONTEND_RIOT_MISSING_FEATURES.md
227
+DOCS/JIRA_TASKS.md
228
0 commit comments