Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db04597

Browse files
committed
Python: rename file
1 parent 55707d3 commit db04597

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

python/ql/lib/semmle/python/security/dataflow/NoSQLInjection.qll renamed to python/ql/lib/semmle/python/security/dataflow/NoSQLInjectionQuery.qll

File renamed without changes.

python/ql/src/Security/CWE-943/NoSQLInjection.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
*/
1212

1313
import python
14-
import semmle.python.security.dataflow.NoSQLInjection
14+
import semmle.python.security.dataflow.NoSQLInjectionQuery
1515
import DataFlow::PathGraph
1616

1717
from NoSqlInjection::Configuration config, DataFlow::PathNode source, DataFlow::PathNode sink

0 commit comments

Comments
 (0)