Skip to content

Commit 8191be9

Browse files
committed
Python: Move last XXE/XML bomb out of experimental
1 parent 405480c commit 8191be9

File tree

6 files changed

+2
-2
lines changed

6 files changed

+2
-2
lines changed

python/ql/src/experimental/semmle/python/security/dataflow/XmlBombCustomizations.qll renamed to python/ql/lib/semmle/python/security/dataflow/XmlBombCustomizations.qll

File renamed without changes.

python/ql/src/experimental/semmle/python/security/dataflow/XmlBombQuery.qll renamed to python/ql/lib/semmle/python/security/dataflow/XmlBombQuery.qll

File renamed without changes.

python/ql/src/experimental/semmle/python/security/dataflow/XxeCustomizations.qll renamed to python/ql/lib/semmle/python/security/dataflow/XxeCustomizations.qll

File renamed without changes.

python/ql/src/experimental/semmle/python/security/dataflow/XxeQuery.qll renamed to python/ql/lib/semmle/python/security/dataflow/XxeQuery.qll

File renamed without changes.

python/ql/src/Security/CWE-611/Xxe.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
import python
16-
import experimental.semmle.python.security.dataflow.XxeQuery
16+
import semmle.python.security.dataflow.XxeQuery
1717
import DataFlow::PathGraph
1818

1919
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink

python/ql/src/Security/CWE-776/XmlBomb.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*/
1414

1515
import python
16-
import experimental.semmle.python.security.dataflow.XmlBombQuery
16+
import semmle.python.security.dataflow.XmlBombQuery
1717
import DataFlow::PathGraph
1818

1919
from Configuration cfg, DataFlow::PathNode source, DataFlow::PathNode sink

0 commit comments

Comments
 (0)