Skip to content

Commit 0b4ca6d

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

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

monorepo/.codeql.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@
1717
"path": "./monorepo/project-python-1",
1818
"build-mode": "none"
1919
},
20+
{
21+
"path": "./monorepo/project-python-2",
22+
"build-mode": "none"
23+
},
2024
{
2125
"path": "./monorepo/project-python-javascript-cpp",
2226
"build-mode": "none",

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-
# 16
2+
# 17
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-
# 4
2+
# 5
33

44
import sqlite3
55
from flask import Flask, request

0 commit comments

Comments
 (0)