Releases: mpast/mobileAudit
Releases · mpast/mobileAudit
Version 3.0.0
- Upgrade python to 3.9.16
- Upgrade nginx to 1.23.3
- Upgrade rabbitmq to 3.11.5
- Upgrade postgres to 15.1
Note: Previous postgres data is not compatible with the new version, so to be able to run the new version, the docker volumes must be removed and recreated:
docker compose down
docker volume list
docker volume rm <volumename>
docker compose up
In case you care about the data, usepg_dumpall
to dump you data before removing the files and restore after you rundocker-compose up
Version 2.2.2
- Improve performance (drastically) scanning every file instead of looping every line
- Fix errors exporting to pdf or Defect Dojo
Version 2.2.1
Version 2.2.0
- Upgrade docker images
- Upgrade python and dependencies
- Issue #41
Version 2.1.0
- Include Top 10 Mobile Risk Reference
- Include models image
- Various fixes
Version 2.0.1
- Dependencies upgrade
- Vulnerabilities fixed
- Various fixes
Version 2.0.0
- Material Design
- Upgraded dependencies
- Various fixes
Version 1.3.8
- Upgrade dependencies.
- Upgrade docker images.
- Integration of Maltrail
Version 1.3.7
- New hardcoded rules.
- Security vulnerabilities fixes.
Version 1.3.6
- Delete scan feature.
- Evolution chart of the findings in app.
- Upgraded Python base image.