Gabe Alford

Results 45 comments of Gabe Alford

@robertgendler thank you for opening a ticket! Unfortunately, MacOSX probes have not been implemented in OpenSCAP yet. If you would like to contribute the OSX probes, that would be awesome!

@willumpie if is in the CIS profile for Ubuntu, I don't see why not.

@themeswordpress `shellcommand_test` isn't supported by the official spec. Also, if you manually removed the `shellcommand_test`, you need to also remove the shellcommand_object and state if the exist as well.

@kh-34 can you provide some more info? The warnings that you are getting are expected when oval objects aren't currently supported. For example, `rpminfo_object` is not supported at all on...

Probably because you are using Red Hat vulnerability feeds for RHEL on a CentOS machine. So this is working as expected.

Also: ``` /Users/travis/build/redhatrises/openscap/src/OVAL/probes/independent/system_info_probe.c:518:15: error: use of undeclared identifier 'MAX_BUFFER_SIZE' char grubcfg[MAX_BUFFER_SIZE+1] = { '\0' }; ^ /Users/travis/build/redhatrises/openscap/src/OVAL/probes/independent/system_info_probe.c:526:11: error: use of undeclared identifier 'PCRE_ERROR_NOMATCH' int rc = PCRE_ERROR_NOMATCH; ^ /Users/travis/build/redhatrises/openscap/src/OVAL/probes/independent/system_info_probe.c:527:22: error:...

> > security_patches_up_to_date > > Under SCAP 1.3 this rule should not have an OCIL check. I need to look at the reasons why this was removed in 1.3, but...

A couple of things/comments: 1. Agree that `make bundle` shouldn't be used at all as part of CI as any number of changes can update the bundle content, e.g. the...

@anweiss curious if you have further thoughts on this because the OSCAL format in JSON could be used for the API itself. For example: ``` GET /catalog GET /catalog/title GET...

Hello, We will look into this, but I can't make any guarantees or promises about making the terraform public on GH.