Antiksec

Results 6 issues of Antiksec

![1](https://github.com/Jet-Security-Team/DAF-framework/assets/159251060/8a1e4c9a-6dc8-415e-b8d7-824ee39a5ef0) Нужно поправить на "Выполняется", "Частично выполняется"

Add description for SSO mapping for PR https://github.com/MobSF/Mobile-Security-Framework-MobSF/pull/2489

### Describe the Pull Request ``` I made some proxy fixes because of two bugs: - When running docker-compose setup because of mapping clean volume to "mobsf_data/tools" Jadx included in...

### Describe the Pull Request ``` Rework for SSO mapping: 1) Using list of mapped groups instead of one 2) Exception when SSO logged-in user doesn't have suitable SSO groups...

JADX installed during Docker build to mobsf_home/tools directory will disappear in docker-compose setup because of mounting docker volume to the mobsf_home directory (https://github.com/MobSF/Mobile-Security-Framework-MobSF/blob/d1d3b7a9aeb1a8c8c7c229a3455b19ade9fa8fe0/docker/docker-compose.yml#L48) which is clean at the beggining. If...