Skip to content

Commit 876f801

Browse files
committed
Clean issue #469 web_main.py
1 parent beef8be commit 876f801

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

application/web/web_main.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,6 @@
4848

4949

5050
ITEMS_PER_PAGE = 20
51-
OWASP_TOP10_2025_DATA_FILE = (
52-
pathlib.Path(__file__).resolve().parent.parent
53-
/ "utils"
54-
/ "external_project_parsers"
55-
/ "data"
56-
/ "owasp_top10_2025.json"
57-
)
5851
OPENCRE_STANDARD_NAME = "OpenCRE"
5952

6053
app = Blueprint(

0 commit comments

Comments
 (0)