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 e845b4b commit f7b2583Copy full SHA for f7b2583
2 files changed
.github/workflows/docker.yml
@@ -32,4 +32,4 @@ jobs:
32
run: sleep 30
33
34
- name: Test the application
35
- run: curl -k curl -k https://127.0.0.1:3000/swagger/
+ run: curl -k https://127.0.0.1:3000/swagger/
.gitignore
@@ -398,14 +398,14 @@ FodyWeavers.xsd
398
*.sln.iml
399
400
# Tests and logs files
401
+**/Logs/
402
Logs.html
403
*_logfile.txt
404
*_logfile.json
-pocXSS.svg
405
NewEmployees.txt
406
-
407
-# UNDO file
408
409
UNDO.md
+
+# Exploit files
410
Update.txt
411
Update.svg
+pocXSS.svg
0 commit comments