Skip to content

Commit d3ba000

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

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.pylintrc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
[main]
22

3-
ignore=tests,.env
3+
ignore=tests,.env
4+
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)