File tree Expand file tree Collapse file tree
python/ql/src/experimental/semmle/python/templates Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ import experimental.semmle.python.templates.SSTISink
77deprecated ClassValue theDjangoTemplateClass ( ) { result = Value:: named ( "django.template.Template" ) }
88
99/**
10- * A sink representng `django.template.Template` class instantiation argument.
10+ * A sink representing `django.template.Template` class instantiation argument.
1111 *
1212 * from django.template import Template
1313 * template = Template(`sink`)
@@ -26,7 +26,7 @@ deprecated class DjangoTemplateTemplateSink extends SSTISink {
2626}
2727// TODO (intentionally commented out QLDoc, since qlformat will delete those lines otherwise)
2828// /**
29- // * Sinks representng the django.template.Template class instantiation.
29+ // * Sinks representing the django.template.Template class instantiation.
3030// *
3131// * from django.template import engines
3232// *
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ deprecated Value theFlaskRenderTemplateClass() {
99}
1010
1111/**
12- * A sink representng `flask.render_template_string` function call argument.
12+ * A sink representing `flask.render_template_string` function call argument.
1313 *
1414 * from flask import render_template_string
1515 * render_template_string(`sink`)
You can’t perform that action at this time.
0 commit comments