mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-11-29 18:17:40 +00:00
The vulnerability was scanned by Trivy on May 28,2024. Vulnerability ID is GHSA-xphf-cx8h-7q9g and severity is medium, with title iFrames Bypass Origin Checks for Tauri API Access Control. I fixed the crash and checked by build-install-launch procedure, I confirm it was solved. Signed-off-by: dongpingx <dongpingx.wu@intel.com> Tracked-On: #8613
Supporting libraries of ACRN configuration toolset
This package contains the libraries supporting ACRN configuration toolset, including:
- The manipulators and validators of scenario schemas or XMLs
- The generator of guest ACPI tables
The main objective of this package is to ease the import of the supporting libraries in the ACRN configurator which uses a Python interpreter built in WebAssembly (WASM). This package is thus NOT intended to be used by users; invoke the Python scripts directly if needed.