InvenTree/InvenTree/plugin
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
..
base Ensure an error gets logged when a delivery method fails (#3144) 2022-06-07 08:58:00 +10:00
builtin Overdue order notification (#3114) 2022-06-06 19:12:29 +10:00
migrations user notification settings 2022-04-04 23:46:19 +02:00
mixins Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
samples Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
templatetags Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +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 Setting caching (#3178) 2022-06-12 10:56:16 +10:00
events.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
helpers.py Add error handling for case where user does not have git installed (#3179) 2022-06-11 23:11:50 +10:00
models.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
plugin.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
registry.py Add error handling for case where user does not have git installed (#3179) 2022-06-11 23:11:50 +10:00
serializers.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
template.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_api.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_helpers.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_plugin.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
urls.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
views.py Ensure an error gets logged when a delivery method fails (#3144) 2022-06-07 08:58:00 +10:00