File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
python/ql/src/experimental/semmle/python/templates Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import experimental.semmle.python.templates.SSTISink
7
7
deprecated ClassValue theDjangoTemplateClass ( ) { result = Value:: named ( "django.template.Template" ) }
8
8
9
9
/**
10
- * A sink representng `django.template.Template` class instantiation argument.
10
+ * A sink representing `django.template.Template` class instantiation argument.
11
11
*
12
12
* from django.template import Template
13
13
* template = Template(`sink`)
@@ -26,7 +26,7 @@ deprecated class DjangoTemplateTemplateSink extends SSTISink {
26
26
}
27
27
// TODO (intentionally commented out QLDoc, since qlformat will delete those lines otherwise)
28
28
// /**
29
- // * Sinks representng the django.template.Template class instantiation.
29
+ // * Sinks representing the django.template.Template class instantiation.
30
30
// *
31
31
// * from django.template import engines
32
32
// *
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ deprecated Value theFlaskRenderTemplateClass() {
9
9
}
10
10
11
11
/**
12
- * A sink representng `flask.render_template_string` function call argument.
12
+ * A sink representing `flask.render_template_string` function call argument.
13
13
*
14
14
* from flask import render_template_string
15
15
* render_template_string(`sink`)
You can’t perform that action at this time.
0 commit comments