dmdhrumilmistry

Results 14 issues of dmdhrumilmistry

**Additional context** To able to run scanner agent docker containers in rootless mode. **Is your feature request related to a problem? Please describe.** Some organizations prefer running docker in rootless...

enhancement
needs-triage

Add security warning in [for_user](https://django-rest-framework-simplejwt.readthedocs.io/en/latest/rest_framework_simplejwt.html#rest_framework_simplejwt.tokens.Token.for_user) documentation to avoid introducing vulnerability in other applications. Security Warning: validate whether user is active or not before generating token for the user. This will...

docs

Currently each and every PR raised need to be tested manually. Add automated tests using pytest/unittest library which can test PR before merging using Github actions.