mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Added Django test
This commit is contained in:
@@ -65,4 +65,7 @@ function f() {
|
||||
<a href="{{ url_for('foo.html', 'foo')}}" target="_blank">Example</a>;
|
||||
|
||||
// OK, nunjucks template
|
||||
<a href="{{ url('foo', query={bla}) }}" target="_blank">Example</a>
|
||||
<a href="{{ url('foo', query={bla}) }}" target="_blank">Example</a>;
|
||||
|
||||
// OK, Django application with internal links
|
||||
<a href="{% url 'admin:auth_user_changelist' %}" target="_blank">Example</a>
|
||||
|
||||
Reference in New Issue
Block a user