mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-10-12 07:57:53 +00:00
Although my former patch can pass through build procedure but when I launch configurator and try to load board.xml, the loading procedure wont finish. So we cannot step forward anymore. I cannot find a solution right now, so I have to fix the version to v3.2.33 for several weeks. This patch is applied to fix vulnerability scanned by Trivy also. Vulnerability ID is CVE-2024-4068 & fixed version of dependency is 3.0.3. I added one configuration item named override for package.json. I tested and confirmed the fix is ok. Signed-off-by: dongpingx <dongpingx.wu@intel.com> Tracked-On: #8626
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.