Updated jQuery to 3.5.1

Fixes #972.
jQuery below 3.5.0 is vulnerable to code injection even when inputs are sanitised. Please see:

[CVE-2020-11022](https://nvd.nist.gov/vuln/detail/CVE-2020-11022)
[CVE-2020-11023](https://nvd.nist.gov/vuln/detail/CVE-2020-11023)
This commit is contained in:
TimZ99 2020-08-12 12:16:50 +02:00
parent 5e4413bb2e
commit dd915ae97b
No known key found for this signature in database
GPG Key ID: 4D8268DC68E8339D
3 changed files with 3 additions and 3 deletions

View File

@ -74,7 +74,7 @@
</footer>
{% endblock %}
{% endif %}
<script src="src/templates/default/static/plugin/jquery/jquery-3.3.1.min.js"></script>
<script src="src/templates/default/static/plugin/jquery/jquery-3.5.1.min.js"></script>
<script src="src/templates/default/static/plugin/popper.js/popper.min.js"></script>
<script src="src/templates/default/static/plugin/bootstrap/js/dist/index.js"></script>
<script src="src/templates/default/static/plugin/bootstrap/js/dist/util.js"></script>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long