53 lines
1.3 KiB
Plaintext
53 lines
1.3 KiB
Plaintext
include::../summary.adoc[]
|
|
|
|
== Why is this an issue?
|
|
|
|
include::../rationale.adoc[]
|
|
|
|
include::../impact.adoc[]
|
|
|
|
// How to fix it section
|
|
|
|
include::how-to-fix-it/django.adoc[]
|
|
|
|
include::how-to-fix-it/dtl.adoc[]
|
|
|
|
include::how-to-fix-it/flask.adoc[]
|
|
|
|
include::how-to-fix-it/jinja.adoc[]
|
|
|
|
include::how-to-fix-it/fastapi.adoc[]
|
|
|
|
== Resources
|
|
|
|
include::../common/resources/docs.adoc[]
|
|
|
|
* https://docs.djangoproject.com/en/4.0/ref/request-response/[Django Project, Request and response objects (Django 4.0)]
|
|
* https://docs.djangoproject.com/en/4.0/ref/templates/builtins[Django, Built-in template tags and filters]
|
|
* https://flask.palletsprojects.com/en/2.1.x/security/?highlight=xss#cross-site-scripting-xss[Flask, Security Considerations]
|
|
* https://jinja.palletsprojects.com/en/3.0.x/templates/[The Pallets Projects, Jinja, Template Designer Documentation]
|
|
|
|
include::../common/resources/articles.adoc[]
|
|
|
|
include::../common/resources/presentations.adoc[]
|
|
|
|
include::../common/resources/standards.adoc[]
|
|
|
|
ifdef::env-github,rspecator-view[]
|
|
|
|
'''
|
|
== Implementation Specification
|
|
(visible only on this page)
|
|
|
|
include::../message.adoc[]
|
|
|
|
include::../highlighting.adoc[]
|
|
|
|
'''
|
|
== Comments And Links
|
|
(visible only on this page)
|
|
|
|
include::../comments-and-links.adoc[]
|
|
|
|
endif::env-github,rspecator-view[]
|