v0.8.0
[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.ymlAdded
- 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]
EXTERNAL_URLenvironment 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