Thomas Florio
Thomas Florio
## What does this PR change? This PR replaces the usages of `stringtree-json` `JSONWriter` and `JSONReader` with calls to existing gson conversion methods. ## GUI diff No difference. - [X]...
## What does this PR change? This PR handles the change of host identifier in virtual-host-gatherer when dealing with VMWare hosts. This is needed because the current field is not...
## What does this PR change? This PR uses absolute paths when invoking commands to avoid using the `PATH` environment variable and thus avoid being subjected to possible environment injection...
## What does this PR change? This PR removes the unused `MinionActionChainCleanup` taskomatic job. Currently the job in fact does nothing as all its features have been progressively removed. ##...
## What does this PR change? This PR refactors the attestation queue processor to allow shutting it down after being started. It also handles the shutdown hook to properly close...
## What does this PR change? This PR changes how java is invoked to ensure we correctly handle the `podman stop` command. Currently the stop signal is in fact not...
## What does this PR change? This PR refactors the `Context` code to ensure the timezone field is always non-null and the code consuming it does not to worry about...
## What does this PR change? This PR fixes the package required to run OpenSCAP tests on a Debian 12 and Ubuntu 24.04 systems. ## GUI diff No difference. -...
## What does this PR change? This PR introduces the following changes: - avoids an exception that might happen when trying to parse a missing or unreadable configuration file. -...
## What does this PR change? This PR refactors the ant script for improving the deployment process. Instead of having separate multiple tasks for deploying inside or outside the container,...