openscap icon indicating copy to clipboard operation
openscap copied to clipboard

NIST Certified SCAP 1.2 toolkit

Results 155 openscap issues
Sort by recently updated
recently updated
newest added

#### Description of Problem: reviewing the execution of the review process with XCCDF our recently installed Ubuntu 20.04 and 18.04 servers we identified that the probe_systemdunitproperty validation process fails when...

1.2

#### Description of Problem: How do I view the results of a DISA Ansible Role XCCDF output with oscap? [Red Hat Enterprise Linux 8 STIG for Ansible - Ver 1,...

#### Description Add an option in OpenSCAP that allow to evaluate rules based on their references. For example: RHEL STIG id in rules is put as a reference such as:...

enhancement
big idea

Creation of a new probe for OVAL service_test for Windows systems. The probe use Windows API to reach services information. Configuration used : - Dev OS : Windows 10 Pro...

Creation of a new probe for OVAL process_test for Windows systems. The probe use Windows API, CreateToolhelp32Snapshot and NT API to reach process informations. Configuration used : Dev OS :...

oval eval --results report.xml --report report.html microsoft_windows_server_2019.xml Download from: https://oval.cisecurity.org/repository/download/5.11.2/vulnerability/microsoft_windows_server_2019.xml `File 'microsoft_windows_server_2019.xml' line 65535: Element '{http://oval.mitre.org/XMLSchema/oval-definitions-5#windows}product_version', attribute 'datatype': [facet 'enumeration'] The value 'version' is not an element of the set...

windows

#### Description of Problem: When i use "--fetch-remote-resources" option, at the end the process is killed #### OpenSCAP Version: jumpgm:~ # oscap -V OpenSCAP command line tool (oscap) 1.3.5 Copyright...

Running oscap-podman as rootless only requires that we run "podman unshare" at key points to change the namespace. Check if we're rootless, and if so, prepend with unshare. This appears...

We call `dI` after `chroot()` but before calling `chdir("/")`. ``` openscap-1.2.17/src/OVAL/probes/probe/main.c:253: chroot_call: Calling chroot: "chroot(rootdir)". 16. openscap-1.2.17/src/OVAL/probes/probe/main.c:263: chroot: Calling function "__oscap_dlprintf" after chroot() but before calling chdir("/"). # 261| *...

offline mode

#### Description of Problem: oscap sometimes crashes randomly due to an abort in `pthread_mutex_unlock`. It happens in multiple XCCDF "unit tests" when they run command `oscap xccdf eval --remediate`. ####...

bug