Skip to content

Commit 2ed0b1d

Browse files
committed
upgrading python version because of black
1 parent 14a5a3a commit 2ed0b1d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint-format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ["3.12.5"]
12+
python-version: ["3.12.6"]
1313

1414
steps:
1515
- uses: actions/checkout@v4

main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
Module containing examples of common vulnerabilities in web applications.
33
44
This FastAPI app demonstrates insecure coding practices such as SQL injection,
5-
directory traversal, improper exception handling, insecure file uploads, and
6-
weak authentication mechanisms. The purpose is to highlight vulnerabilities
5+
directory traversal, improper exception handling, insecure file uploads, and
6+
weak authentication mechanisms. The purpose is to highlight vulnerabilities
77
for educational purposes.
88
"""
99

0 commit comments

Comments
 (0)