Evgeny Kolesnikov

Results 203 comments of Evgeny Kolesnikov

You're correct about defaults, but there is a nuance: we need either OpenSSL or NSS to be the bakend-in-use for openscap-1.3 in Fedora ELN at least. Probably it makes sense...

Okay, so where we are going to gate this backend? Fedora in GH Actions? Fedoras in Packit? All Fedoras? New F Rawhide GH Action?

> @evgenyz I think the easiest way would be to create a new job in GitHub actions using Fedora. Would you prefer to have that in this PR or in...

The scanner itself does not define applicability of rules in XCCDF. The content itself contains all applicability checks, and easily amendable (one can either remove platforms conditions from rules, or...

@ggbecker If I got you right, this is a variation for multiple tailored profiles in a single JSON tailoring: ```json { "profiles": [ { "id": "tailoring_id", "title": "Test", "base_profile_id": "original_profile_id",...

I've integrated schema changes into PR.

Latest changes include `groups` override in JSON tailoring.

So, in this scenario, when `--rule` is provided the scanner should just ignore `--profile` completely? Is it actually desirable? What is the behaviour where the is no `--profile` argument at...

Related PR: https://github.com/OpenSCAP/openscap/pull/1832