Skip to content

Cybersecurity🔗

At MVTec, we prioritize product quality and customer benefit. Our software is developed by highly skilled engineers at our headquarters in Munich, following industry best practices and stringent guidelines.

We are committed to ensuring that our software:

  • Retains recognized industry standards and regulatory requirements.
  • Is designed and tested to be free from known vulnerabilities and backdoors.
  • Is continuously monitored and updated to address emerging security threats.
  • Provides all necessary documentation for full transparency on third-party components and dependencies

All transmitted data complies with the General Data Protection Regulation (GDPR) and our data privacy guidelines. In no case, any personal data is transmitted to MVTec.

You can find relevant changes in the release notes.

Security contact🔗

If you have any security-related questions or concerns, please contact us at security@mvtec.com. Your request will be processed with care and discretion.

For more information and further contact options, please refer to the MVTec homepage at www.mvtec.com/cybersecurity.

Securing the License Server🔗

Using TLS🔗

The License Server opens one or several web servers. By default, these web servers only accept HTTPS requests to make sure that the communication between License Server and HALCON is encrypted. The required certificates and keys for the server can be provided as PEM-encoded files. If no valid files are provided, the server generates a self-signed certificate.

Note

Visiting a server URL with self-signed certificate in a browser can lead to warning messages because the browser cannot confirm the authenticity of the certificate.

Restricting access via IP whitelisting🔗

The server can be restricted to accept requests for licenses from specific IPs only. If no such whitelist is provided, the server does not restrict access. To learn how to restrict access, see Configuration options.

The following restrictions are possible:

  • IPv4 IPs and CIDR ranges
  • IPv6 IPs and CIDR ranges
  • Hostnames

    Important

    Hostnames will be resolved during startup only.