A demonstration of common XSS vulnerabilities in Django Rest Framework applications. This repository showcases intentionally vulnerable code to educate developers on identifying and mitigating XSS attacks in DRF-based projects. For educational purposes only.
[4.0K] /data/pocs/39f65a14b5f0453eb539ff9b683462a6fae48095
├── [4.0K] myproject
│ ├── [132K] db.sqlite3
│ ├── [ 665] manage.py
│ ├── [4.0K] myapp
│ │ ├── [ 63] admin.py
│ │ ├── [ 142] apps.py
│ │ ├── [ 0] __init__.py
│ │ ├── [4.0K] migrations
│ │ │ ├── [ 613] 0001_initial.py
│ │ │ └── [ 0] __init__.py
│ │ ├── [ 244] models.py
│ │ ├── [ 186] serializers.py
│ │ ├── [ 60] tests.py
│ │ ├── [ 317] urls.py
│ │ └── [ 955] views.py
│ └── [4.0K] myproject
│ ├── [ 395] asgi.py
│ ├── [ 0] __init__.py
│ ├── [3.2K] settings.py
│ ├── [ 816] urls.py
│ └── [ 395] wsgi.py
└── [ 99] requirements.txt
4 directories, 18 files