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 14
14
15
15
import python
16
16
private import semmle.python.Concepts
17
- import semmle.python.security.injection .RegexInjection
17
+ import semmle.python.security.dataflow .RegexInjection
18
18
import DataFlow:: PathGraph
19
19
20
20
from
You can’t perform that action at this time.
0 commit comments