File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
lib/semmle/python/security/injection Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1+ /** DEPRECATED: use semmle.python.security.dataflow.RegexInjection instead. */
2+
3+ private import semmle.python.security.dataflow.RegexInjection as New
4+
5+ /** DEPRECATED: use semmle.python.security.dataflow.RegexInjection instead. */
6+ deprecated module RegexInjection = New:: RegexInjection;
Original file line number Diff line number Diff line change 1+ /** DEPRECATED: use semmle.python.security.dataflow.RegexInjectionCustomizations instead. */
2+
3+ private import semmle.python.security.dataflow.RegexInjectionCustomizations as New
4+
5+ /** DEPRECATED: use semmle.python.security.dataflow.RegexInjectionCustomizations instead. */
6+ deprecated module RegexInjection = New:: RegexInjection;
Original file line number Diff line number Diff line change 1414
1515import python
1616private import semmle.python.Concepts
17- import semmle.python.security.injection .RegexInjection
17+ import semmle.python.security.dataflow .RegexInjection
1818import DataFlow:: PathGraph
1919
2020from
You can’t perform that action at this time.
0 commit comments