InvenTree/InvenTree/report
Matthias Mair e83995b4f5
Add bleach (#41) (#3204)
* use shims for API view inheritation

* Add mixin for input sanitation

* fix clean operation to fix all string values

* Also clean up dicts
this is to future-proof this function

* Update docstirng

* proof custom methods against XSS through authenticated users
2022-06-16 10:01:53 +10:00
..
migrations Adds a "filename_template" field to reports 2021-05-13 13:23:51 +10:00
templates/report fix endline 2022-05-20 13:35:07 +02:00
templatetags Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
__init__.py Add "report" app 2020-05-21 13:51:13 +10:00
admin.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
api.py Add bleach (#41) (#3204) 2022-06-16 10:01:53 +10:00
apps.py Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
models.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
serializers.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.py Clear cache for more unit tests (#3184) 2022-06-12 12:58:40 +10:00