Evgeny Kolesnikov

Results 40 issues of Evgeny Kolesnikov

Man pages are generated from the contents of `README.md` file. It will be useful for packagers and would allow to have a handy help in form of `git sha --help`.

This functionality is not considered as part of the primary user experience. But we still want users and developers to be able to experiment with this feature.

#### Description of Problem: When `textfilecontent` probe encounters a non-UTF8 file it fails to clearly communicate the problem to the user. HTML report contains the error: `/home/test Regular expression pattern...

enhancement

Related to #1781, specifically: https://github.com/OpenSCAP/openscap/pull/1781#discussion_r670229692 We can't really do that in a patch version update. So, this is a reminder for minor version.

The `--skip-valid` option is one of the most misleading things we have. But since it is effectively a part of the API we should tread carefully. #1689 introduces `--skip-validation` synonym....

According to the SCAP standard scanner does not have to provide inbuilt CPE dictionary. We see more harm than good from having it. It will be removed (emptied) in the...

MacOS X build fails (GH actions CI). ``` /Users/runner/work/openscap/openscap/src/OVAL/probes/probe/worker.c:1013:8: error: implicit declaration of function 'chroot' is invalid in C99 [-Werror,-Wimplicit-function-declaration] if (chroot(rootdir) != 0) { ^ /Users/runner/work/openscap/openscap/src/OVAL/probes/probe/worker.c:1176:7: error: implicit declaration...

portability
macosx