InvenTree/InvenTree/company
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
..
fixtures fix endline 2022-05-20 13:35:07 +02:00
migrations SupplierPart availability (#3148) 2022-06-08 21:49:07 +10:00
templates/company SupplierPart availability (#3148) 2022-06-08 21:49:07 +10:00
__init__.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
admin.py Merge pull request from GHSA-7rq4-qcpw-74gq 2022-06-15 18:32:35 +10:00
api.py Add bleach (#41) (#3204) 2022-06-16 10:01:53 +10:00
apps.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
forms.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
models.py SupplierPart availability (#3148) 2022-06-08 21:49:07 +10:00
serializers.py SupplierPart availability (#3148) 2022-06-08 21:49:07 +10:00
test_api.py SupplierPart availability (#3148) 2022-06-08 21:49:07 +10:00
test_migrations.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
test_views.py Docstring checks in QC checks (#3089) 2022-06-02 01:37:39 +10:00
tests.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 Add more checks to pre-commit (#3132) 2022-06-06 08:56:52 +10:00