Skip to content

v0.8.0

Choose a tag to compare

@markusleh markusleh released this 07 Mar 12:18
fb29bb4

[v0.8.0] - 2024-03-07

ℹ️ This update includes optional changes to the docker-compose file. You may update your docker-compose.yml file to reflect the changes in this version.

You can run the following command to compare your docker-compose.yml file with the latest version:

git diff main:docker-compose.yml docker-compose.yml

Added

  • Added option to limit scans of URLs that resolve to private IP addresses (SCANNER_NO_PRIVATE_IPS). This is useful when you want to prevent scanning of internal sites. [commit]

Changed

  • Added warning to the main scanning UI when there are no scanners configured. [commit]
Screenshot 2024-03-07 at 14 16 46
  • EXTERNAL_URL environment variable is now optional. The variable can be set to point to the external URL of the backend. This variable is only useful when the backend is located in another port/host than the UI. This variable will default to / [commit]

Full Changelog: v0.7.1...v0.8.0