forked from pool/openscap
- openscap-1.2.15 / 25-08-2017
- New features - short profile names can be used instead of long IDs - new option --rule allows to evaluate only a single rule - new option --fix-type in "oscap xccdf generate fix" allows choosing remediation script type without typing long URL - "oscap info" shows profile titles - OVAL details in HTML report are easier to read - HTML report is smaller because unselected rules are removed - HTML report supports NIST 800-171 and CJIS - remediation scripts contain headers with useful information - remediation scripts report progress when they run - basic support for Oracle Linux (CPEs, runlevels) - remediation scripts can be generated from datastreams that contain multiple XCCDF benchmarks (issue #772) - basic support for OVAL 5.11.2 (only schemas, no features) - enabled offline RPM database in rpminfo probe (issue #778) - added Fedora 28 CPE - Maintenance - fixed oscap-docker with Docker >= 2.0 (issue #794) - fixed behavior of sysctl probe to be consistent with sysctl tool - fixed generating remediation scripts (issue #723, #773) - severity of tailored rules is not discarded (issue #739) - fixed errors in RPM probes initialization - oscap-docker shows all warnings reported by oscap (issue #713) - small improvements in verbose mode - standard C operations are used instead of custom OpenSCAP operations - fixed compiler warnings - fixed missing header files - fixed resource leaks (issue #715) OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=183
This commit is contained in:
parent
32c1e2af94
commit
be41d8de13
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:54c21a570e51f4637edef2fa835c48b8f9164139f9e15cf0abd1b3ba3dd07163
|
|
||||||
size 11917646
|
|
3
1.2.15.tar.gz
Normal file
3
1.2.15.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:595e5d59ca726ce0d65982212e4b23fe9341133fa815b942ee99fd539c4f01e9
|
||||||
|
size 12419336
|
@ -1,3 +1,40 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 25 13:41:48 UTC 2017 - meissner@suse.com
|
||||||
|
|
||||||
|
- openscap-1.2.15 / 25-08-2017
|
||||||
|
- New features
|
||||||
|
- short profile names can be used instead of long IDs
|
||||||
|
- new option --rule allows to evaluate only a single rule
|
||||||
|
- new option --fix-type in "oscap xccdf generate fix" allows choosing
|
||||||
|
remediation script type without typing long URL
|
||||||
|
- "oscap info" shows profile titles
|
||||||
|
- OVAL details in HTML report are easier to read
|
||||||
|
- HTML report is smaller because unselected rules are removed
|
||||||
|
- HTML report supports NIST 800-171 and CJIS
|
||||||
|
- remediation scripts contain headers with useful information
|
||||||
|
- remediation scripts report progress when they run
|
||||||
|
- basic support for Oracle Linux (CPEs, runlevels)
|
||||||
|
- remediation scripts can be generated from datastreams that contain
|
||||||
|
multiple XCCDF benchmarks (issue #772)
|
||||||
|
- basic support for OVAL 5.11.2 (only schemas, no features)
|
||||||
|
- enabled offline RPM database in rpminfo probe (issue #778)
|
||||||
|
- added Fedora 28 CPE
|
||||||
|
- Maintenance
|
||||||
|
- fixed oscap-docker with Docker >= 2.0 (issue #794)
|
||||||
|
- fixed behavior of sysctl probe to be consistent with sysctl tool
|
||||||
|
- fixed generating remediation scripts (issue #723, #773)
|
||||||
|
- severity of tailored rules is not discarded (issue #739)
|
||||||
|
- fixed errors in RPM probes initialization
|
||||||
|
- oscap-docker shows all warnings reported by oscap (issue #713)
|
||||||
|
- small improvements in verbose mode
|
||||||
|
- standard C operations are used instead of custom OpenSCAP operations
|
||||||
|
- fixed compiler warnings
|
||||||
|
- fixed missing header files
|
||||||
|
- fixed resource leaks (issue #715)
|
||||||
|
- fixed pkgconfig file (RHBZ #1414777)
|
||||||
|
- refactoring
|
||||||
|
- documentation fixes and improvements
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Fri Apr 7 09:35:00 UTC 2017 - jengelh@inai.de
|
Fri Apr 7 09:35:00 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -20,7 +20,7 @@
|
|||||||
%define with_bindings 0
|
%define with_bindings 0
|
||||||
|
|
||||||
Name: openscap
|
Name: openscap
|
||||||
Version: 1.2.14
|
Version: 1.2.15
|
||||||
Release: 1.0
|
Release: 1.0
|
||||||
Source: https://github.com/OpenSCAP/openscap/archive/%{version}.tar.gz
|
Source: https://github.com/OpenSCAP/openscap/archive/%{version}.tar.gz
|
||||||
Source1: oscap-scan.init
|
Source1: oscap-scan.init
|
||||||
|
Loading…
x
Reference in New Issue
Block a user