Skip to content

Commit c665c21

Browse files
committed
Python: More style-guide renaming
Split it into multiple commits to make it easier to review.
1 parent 996364d commit c665c21

File tree

9 files changed

+3
-3
lines changed

9 files changed

+3
-3
lines changed

python/ql/src/experimental/Security/CWE-522/LDAPInsecureAuth.ql renamed to python/ql/src/experimental/Security/CWE-522/LdapInsecureAuth.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
// determine precision above
1414
import python
15-
import experimental.semmle.python.security.LDAPInsecureAuth
15+
import experimental.semmle.python.security.LdapInsecureAuth
1616
import LdapInsecureAuthFlow::PathGraph
1717

1818
from LdapInsecureAuthFlow::PathNode source, LdapInsecureAuthFlow::PathNode sink

python/ql/test/experimental/query-tests/Security/CWE-522-global-option/LDAPInsecureAuth.qlref

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
experimental/Security/CWE-522/LdapInsecureAuth.ql

python/ql/test/experimental/query-tests/Security/CWE-522/LDAPInsecureAuth.qlref

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
experimental/Security/CWE-522/LdapInsecureAuth.ql

0 commit comments

Comments
 (0)