The ASIS (Application Security Integration Suite) 8.6.0 release introduces a set of functional, performance, and compatibility enhancements aimed at improving security scanning, reporting, and integration capabilities. This document summarizes the testing activities performed during the upgrade from 8.5.x to 8.6.0, highlights the most significant changes, and outlines any observed regressions or required actions.
Benchmark testing on a 16core VM (32GB RAM) shows the following average improvements over 8.5.2:
The performance gains are primarily attributable to the new multithreaded I/O layer and optimized patternmatching algorithms.
Version 8.6.0 introduces two new tables (policy_audit_log and secret_finding) and adds a column remediation_status to the findings table. The upgrade script upgrade_8.5_to_8.6.sql performs the modifications automatically. It is recommended to back up the database before executing the script.
/api/v1/policies now returns YAML when the Accept: application/x-yaml header is present./api/v1/scan/start in favor of /api/v1/scans (POST). Old endpoint still works but emits a warning.The user interface has been modernized. Existing user settings are migrated, but custom CSS overrides may need review because the base stylesheet has been refactored.
The upgrade testing was performed in three stages:
policy_migration_tool before enabling the new policy engine.upgrade_8.5_to_8.6.sql script on a clone.ASIS 8.6.0 presents a solid step forward in policy flexibility, scanning depth, and reporting clarity while delivering measurable performance gains. The upgrade path is wellsupported, with only a few manageable regressions identified during testing. By following the migration checklist and applying the noted hotfixes, organizations can safely adopt the new version and benefit from its enhanced security capabilities.
For further details, consult the official release notes and the upgrade guide.
