Skip to content

Releases: mpast/mobileAudit

Version 3.0.0

26 Dec 21:39
e190bb8
Compare
Choose a tag to compare
  • 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, use pg_dumpall to dump you data before removing the files and restore after you run docker-compose up

Version 2.2.2

26 Dec 20:17
21d4029
Compare
Choose a tag to compare
  • Improve performance (drastically) scanning every file instead of looping every line
  • Fix errors exporting to pdf or Defect Dojo

Version 2.2.1

01 Oct 15:13
cc392ea
Compare
Choose a tag to compare

Downgraded rabbitmq version because of permissions issues #44 and #45

Version 2.2.0

11 Sep 17:24
5bdf60b
Compare
Choose a tag to compare
  • Upgrade docker images
  • Upgrade python and dependencies
  • Issue #41

Version 2.1.0

16 May 17:04
afd50e0
Compare
Choose a tag to compare
  • Include Top 10 Mobile Risk Reference
  • Include models image
  • Various fixes

Version 2.0.1

08 May 19:55
e852f28
Compare
Choose a tag to compare
  • Dependencies upgrade
  • Vulnerabilities fixed
  • Various fixes

Version 2.0.0

02 May 07:51
Compare
Choose a tag to compare
  • Material Design
  • Upgraded dependencies
  • Various fixes

Version 1.3.8

24 Apr 19:47
1042ac8
Compare
Choose a tag to compare
  • Upgrade dependencies.
  • Upgrade docker images.
  • Integration of Maltrail

Version 1.3.7

07 Apr 15:52
bf2dad1
Compare
Choose a tag to compare
  • New hardcoded rules.
  • Security vulnerabilities fixes.

Version 1.3.6

14 Mar 17:27
Compare
Choose a tag to compare
  • Delete scan feature.
  • Evolution chart of the findings in app.
  • Upgraded Python base image.