Skip to content

Releases: mpast/mobileAudit

3.1.0

07 Mar 16:49
c17eacc

Choose a tag to compare

Fixes and library upgrades

Version 3.0.0

26 Dec 21:39
e190bb8

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

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

Choose a tag to compare

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

Version 2.2.0

11 Sep 17:24
5bdf60b

Choose a tag to compare

  • Upgrade docker images
  • Upgrade python and dependencies
  • Issue #41

Version 2.1.0

16 May 17:04
afd50e0

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

Choose a tag to compare

  • Dependencies upgrade
  • Vulnerabilities fixed
  • Various fixes

Version 2.0.0

02 May 07:51

Choose a tag to compare

  • Material Design
  • Upgraded dependencies
  • Various fixes

Version 1.3.8

24 Apr 19:47
1042ac8

Choose a tag to compare

  • Upgrade dependencies.
  • Upgrade docker images.
  • Integration of Maltrail

Version 1.3.7

07 Apr 15:52
bf2dad1

Choose a tag to compare

  • New hardcoded rules.
  • Security vulnerabilities fixes.