Skip to content

Commit a10795b

Browse files
committed
fixing pylint issues
1 parent 61219c6 commit a10795b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.pylintrc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
[main]
2-
3-
ignore=tests,.env
1+
[MASTER]
2+
ignore=tests,.env
3+
disable=import-error,line-too-long

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)