Skip to content

Commit

Permalink
Python: Fix naming
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusWL committed Aug 28, 2023
1 parent b579ab0 commit 39e2b13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ private import TemplateConstructionConcept
* "template injection"
* vulnerabilities, as well as extension points for adding your own.
*/
module SqlInjection {
module TemplateInjection {
/**
* A data flow source for "template injection" vulnerabilities.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
private import python
import semmle.python.dataflow.new.DataFlow
import semmle.python.dataflow.new.TaintTracking
import TemplateInjectionCustomizations::SqlInjection
import TemplateInjectionCustomizations::TemplateInjection

module TemplateInjectionConfig implements DataFlow::ConfigSig {
predicate isSource(DataFlow::Node node) { node instanceof Source }
Expand Down

0 comments on commit 39e2b13

Please sign in to comment.