Skip to content

Commit 60c3eb0

Browse files
Update comment line numbers for clarity in project_a_vuln.py and project_d_vuln.py
1 parent 7181387 commit 60c3eb0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

monorepo/project-python-1/project_a_vuln.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of a CodeQL project that tests for SQL injection vulnerabilities.
2-
# 15
2+
# 16
33

44
import sqlite3
55
from flask import Flask, request

monorepo/project-python-2/project_d_vuln.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This file is part of a CodeQL project that tests for SQL injection vulnerabilities.
2-
# 3
2+
# 4
33

44
import sqlite3
55
from flask import Flask, request

0 commit comments

Comments
 (0)