You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Also, we'll have to come up with some way of utilizing our existing /hardening tests for this, ie.
add some "hooks" functionality, which other tests (library?) can use to register at specific breakpoints of the hardening test(s), to run extra code on specific places
use the hardening tests as context managers (somehow), so other tests can import them and add extra code between the final post-remediation scan and resources being freed (VM undefined)
Or something like that.
Or maybe just some "test typical usage" function in lib that gets executed from all /hardening tests, though I don't like increasing the result scope of the hardening tests (adding non-rule results to TMT results).
Either way, we shouldn't re-run the hardening tests just to run something extra, we should re-use the state they set up.
On hardened system, perform typical OS commands as:
The idea:
The reasons are to check if system is sane and to check typical OS usage doesn't break hardening.
The text was updated successfully, but these errors were encountered: