SHA256
1
0
forked from pool/openscap
Commit Graph

184 Commits

Author SHA256 Message Date
Dominique Leuenberger
7f3f508bf4 Accepting request 518767 from security
- 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/request/show/518767
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=50
2017-08-28 13:16:32 +00:00
be41d8de13 - 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
2017-08-25 13:42:56 +00:00
Yuchen Lin
a814530fd4 Accepting request 486410 from security
- Remove line-trailing whitespace from last changelog entry.
- Rename %soname to %sover to better reflect its use.
- Replace unnecessary %__-type macro indirections.

- openscap-1.2.14 / 21-03-2017
  - New features
    - Detailed information about ARF files in 'oscap info' (issue #664)
    - XSLT template creating XCCDF files from OVAL files
    - Generating remediation scripts from ARF
    - Significant improvements of User Manual (issue #249, #513)
    - HTML report UX improvements (issue #601, #620, #622, #655)
    - Warnings are shown by default
    - Verbose mode is available in 'xccdf remediate' module (issue #520)
    - Added Fedora 26, Fedora 27 and OpenSUSE 42.2 CPEs (issue #698)
    - Support for Anaconda remediation in HTML report
  - Maintenance
    - Fixed CPE dictionary to identify RHEVH as RHEL7 (RHBZ #1420038)
    - Fixed systemd probes crashes inside containers (RHBZ #1431186, issue #700)
    - Added a warning on non-existing XCCDF Benchmarks (issue #614)
    - Fixed output on terminals with white background (RHBZ #1365911, issue #512)
    - Error handling in oscap-vm (RHBZ #1391754)
    - Fixed SCE stderr stalling (RHBZ #1420811)
    - Fixed Android OVAL schema (issue #279)
    - Fixed absolute filepath parsing in OVAL (RHBZ #1312831, #1312824)
    - Fixes based on Coverity scan report (issue #581, #634, #681)
    - Fixed duplicated error messages (issue #707)
    - Fixed XCCDF score calculation (issue #617)
    - Fixed segmentation faults in RPM probes (RHBZ #1414303, #1414312)
    - Fixed failing DataStream build if "@" is in filepath
    - Fixed missing header in result-oriented Ansible remediations

OBS-URL: https://build.opensuse.org/request/show/486410
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=49
2017-04-12 15:35:15 +00:00
32c1e2af94 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=181 2017-04-07 11:21:07 +00:00
ad166be9c5 Accepting request 486359 from home:jengelh:branches:security
- Remove line-trailing whitespace from last changelog entry.
- Rename %soname to %sover to better reflect its use.

OBS-URL: https://build.opensuse.org/request/show/486359
OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=180
2017-04-07 11:11:30 +00:00
75f2a2ef28 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=179 2017-04-07 11:11:21 +00:00
ae7828b162 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=178 2017-04-07 11:09:18 +00:00
46c29bfaf0 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=177 2017-03-21 16:49:08 +00:00
a65fcb6897 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=176 2017-03-21 16:31:53 +00:00
47a1d0d6f6 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=175 2017-03-21 14:39:33 +00:00
02c3b71e6c OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=174 2017-03-21 13:57:45 +00:00
e5bf5e59f3 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=173 2017-03-21 13:07:28 +00:00
6851872d5b OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=172 2017-03-21 12:31:31 +00:00
90f776a3a7 - openscap-1.2.14 / 21-03-2017
- New features                                                                                                                                                                             
    - Detailed information about ARF files in 'oscap info' (issue #664)                                                                                                                      
    - XSLT template creating XCCDF files from OVAL files                                                                                                                                     
    - Generating remediation scripts from ARF                                                                                                                                                
    - Significant improvements of User Manual (issue #249, #513)                                                                                                                             
    - HTML report UX improvements (issue #601, #620, #622, #655)                                                                                                                             
    - Warnings are shown by default                                                                                                                                                          
    - Verbose mode is available in 'xccdf remediate' module (issue #520)                                                                                                                     
    - Added Fedora 26, Fedora 27 and OpenSUSE 42.2 CPEs (issue #698)                                                                                                                         
    - Support for Anaconda remediation in HTML report                                                                                                                                        
  - Maintenance                                                                                                                                                                              
    - Fixed CPE dictionary to identify RHEVH as RHEL7 (RHBZ #1420038)                                                                                                                        
    - Fixed systemd probes crashes inside containers (RHBZ #1431186, issue #700)                                                                                                             
    - Added a warning on non-existing XCCDF Benchmarks (issue #614)                                                                                                                          
    - Fixed output on terminals with white background (RHBZ #1365911, issue #512)                                                                                                            
    - Error handling in oscap-vm (RHBZ #1391754)                                                                                                                                             
    - Fixed SCE stderr stalling (RHBZ #1420811)                                                                                                                                              
    - Fixed Android OVAL schema (issue #279)                                                                                                                                                 
    - Fixed absolute filepath parsing in OVAL (RHBZ #1312831, #1312824)                                                                                                                      
    - Fixes based on Coverity scan report (issue #581, #634, #681)                                                                                                                           
    - Fixed duplicated error messages (issue #707)                                                                                                                                           
    - Fixed XCCDF score calculation (issue #617)                                                                                                                                             
    - Fixed segmentation faults in RPM probes (RHBZ #1414303, #1414312)                                                                                                                      
    - Fixed failing DataStream build if "@" is in filepath                                                                                                                                   
    - Fixed missing header in result-oriented Ansible remediations                                                                                                                           
    - Memory leak and resource leak fixes (issue #635, #636)                                                                                                                                 
    - New upstream tests                                                                                                                                                                     
    - Many minor fixes and improvements

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=171
2017-03-21 12:22:06 +00:00
Dominique Leuenberger
d4ba59b1a5 Accepting request 449070 from security
- openscap-1.2.13 / 05-01-2017
  - Maintenance
    - we always build system_info OVAL probe, fixed configure output accordingly
    - warn when the user requests to generate an ARF from XCCDF 1.1
    - fixed a segfault when loading an OVAL file with invalid family attribute
    - added --thin-results CLI override to oscap xccdf eval
    - added --without-syschar CLI override to oscap xccdf eval
    - fixed a segfault when freeing xccdf_policy of the default profile
    - removed ARF schematron workaround when there are no applicable checks
    - fixed verbose output in oscap xccdf generate fix
    - do not filter fix by applicability when generating remediations from results
    - fixed memory leaks, resource leaks and other minor issues

OBS-URL: https://build.opensuse.org/request/show/449070
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=48
2017-01-09 10:01:01 +00:00
66bcb524f7 - openscap-1.2.13 / 05-01-2017
- Maintenance
    - we always build system_info OVAL probe, fixed configure output accordingly
    - warn when the user requests to generate an ARF from XCCDF 1.1
    - fixed a segfault when loading an OVAL file with invalid family attribute
    - added --thin-results CLI override to oscap xccdf eval
    - added --without-syschar CLI override to oscap xccdf eval
    - fixed a segfault when freeing xccdf_policy of the default profile
    - removed ARF schematron workaround when there are no applicable checks
    - fixed verbose output in oscap xccdf generate fix
    - do not filter fix by applicability when generating remediations from results
    - fixed memory leaks, resource leaks and other minor issues

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=169
2017-01-06 14:38:48 +00:00
Dominique Leuenberger
ec7d4313b9 Accepting request 441166 from security
- openscap-1.2.12 / 21-11-2016
  - New features
    - separated stdout and stderr in SCE results and HTML report
    - HTML reports contain [ref] links for rules and groups
  - Maintenance
    - fixed ARF errors reported by the SCAPval tool
    - fixed CVE parsing (issue #550)
    - fixed namespace of ARF vocabulary according to NIST SP800-126 errata
    - fixed exporting OVAL Windows namespaces
    - fixed injecting xccdf:check-content-ref references in ARF results
    - fixed oscap-docker incompliance reporting (issue #475, RHBZ #1387248)
    - fixed oscap-docker man page (RHBZ #1387166)
    - fixed memory leaks and resource leaks
    - small fixes and refactoring, test suite fixes

OBS-URL: https://build.opensuse.org/request/show/441166
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=47
2016-11-22 17:58:17 +00:00
4bb4bf0fc8 - New features
- separated stdout and stderr in SCE results and HTML report
    - HTML reports contain [ref] links for rules and groups
  - Maintenance
    - fixed ARF errors reported by the SCAPval tool
    - fixed CVE parsing (issue #550)
    - fixed namespace of ARF vocabulary according to NIST SP800-126 errata
    - fixed exporting OVAL Windows namespaces
    - fixed injecting xccdf:check-content-ref references in ARF results
    - fixed oscap-docker incompliance reporting (issue #475, RHBZ #1387248)
    - fixed oscap-docker man page (RHBZ #1387166)
    - fixed memory leaks and resource leaks
    - small fixes and refactoring, test suite fixes

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=167
2016-11-21 09:41:33 +00:00
76f0dfc61c - openscap-1.2.12 / 21-11-2016
- New features                                                                                                                                                                             
    - separated stdout and stderr in SCE results and HTML report                                                                                                                             
    - HTML reports contain [ref] links for rules and groups                                                                                                                                  
  - Maintenance                                                                                                                                                                              
    - fixed ARF errors reported by the SCAPval tool                                                                                                                                          
    - fixed CVE parsing (issue #550)                                                                                                                                                         
    - fixed namespace of ARF vocabulary according to NIST SP800-126 errata                                                                                                                   
    - fixed exporting OVAL Windows namespaces                                                                                                                                                
    - fixed injecting xccdf:check-content-ref references in ARF results                                                                                                                      
    - fixed oscap-docker incompliance reporting (issue #475, RHBZ #1387248)                                                                                                                  
    - fixed oscap-docker man page (RHBZ #1387166)                                                                                                                                            
    - fixed memory leaks and resource leaks                                                                                                                                                  
    - small fixes and refactoring, test suite fixes

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=166
2016-11-21 09:40:53 +00:00
Dominique Leuenberger
dd23f9a623 Accepting request 435870 from security
- openscap-1.2.11 / 14-10-2016
  - New features
    - huge speed-up of generating HTML reports and guides
    - support remote datastream components (issue #526)
    - support tailoring of external datastreams
    - various attributes of remediation scripts are now shown in HTML report (issue #541)
    - new option generating OVAL results without system characteristics
    - remediation scripts in HTML report are now collapsed
    - support for extracting Ansible playbooks
    - enabled fetching remote resources in OVAL module
    - added Wind River Linux CPE
  - Maintenance
    - updated jQuery and bootstrap libraries in HTML reports
    - extended, improved and updated user manual
    - fixed issues with proxy in oscap-docker (RHBZ #1351952)
    - fixed a bug in OVAL arithmetic function
    - fixed a segmentation fault (issue #529)
    - fixed results of XCCDF rules with @role="unscored" (issue #525)
    - fixed invalid characters in OVAL results (issue #468)
    - fixed a segmentation fault in tailoring (RHBZ #1367896)
    - updated SUSE 11 CPE
    - fixed many memory issues
    - large refactoring of datastream module
    - new tests in upstream test suite
    - various small fixes and improvements
- openscap-1.2.10 / 29-06-2016
  - New features
    - support --benchmark-id when running `oscap xccdf generate guide`
    - added CPE support for OpenSUSE 42.1
  - Maintenance

OBS-URL: https://build.opensuse.org/request/show/435870
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=46
2016-10-19 11:14:04 +00:00
7fa2172dc6 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=164 2016-10-18 07:42:31 +00:00
477af14752 - openscap-1.2.11 / 14-10-2016
- New features
    - huge speed-up of generating HTML reports and guides
    - support remote datastream components (issue #526)
    - support tailoring of external datastreams
    - various attributes of remediation scripts are now shown in HTML report (issue #541)
    - new option generating OVAL results without system characteristics
    - remediation scripts in HTML report are now collapsed
    - support for extracting Ansible playbooks
    - enabled fetching remote resources in OVAL module
    - added Wind River Linux CPE
  - Maintenance
    - updated jQuery and bootstrap libraries in HTML reports
    - extended, improved and updated user manual
    - fixed issues with proxy in oscap-docker (RHBZ #1351952)
    - fixed a bug in OVAL arithmetic function
    - fixed a segmentation fault (issue #529)
    - fixed results of XCCDF rules with @role="unscored" (issue #525)
    - fixed invalid characters in OVAL results (issue #468)
    - fixed a segmentation fault in tailoring (RHBZ #1367896)
    - updated SUSE 11 CPE
    - fixed many memory issues
    - large refactoring of datastream module
    - new tests in upstream test suite
    - various small fixes and improvements
- openscap-1.2.10 / 29-06-2016
  - New features
    - support --benchmark-id when running `oscap xccdf generate guide`
    - added CPE support for OpenSUSE 42.1
  - Maintenance

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=163
2016-10-18 07:16:58 +00:00
Dominique Leuenberger
6f127116f5 Accepting request 391973 from security
- openscap 1.2.9 release
  - New features
    - oscap-chroot - a tool for offline scanning of filesystems mounted at arbitrary paths
    - enabled offline scanning in many probes
    - support for SCE in data streams
    - many improvements of verbose mode
    - verbose messages can be written on stderr
    - runlevel probe supports SUSE systems
    - new upstream tests
  - Maintenance
    - a lot of refactoring
    - fixes in various tests
    - OCILs are correctly placed in datastreams (issue #364)
    - oscap-vm can work with fusermount when guestunmount is not available
    - fixed oscap-docker HTTP communication issues (issue #304)
    - fixed oscap-docker tracebacks (issue #303, #317)
    - fixed container mounting in oscap-docker (issue #329)
    - added Fedora 25 CPE
    - only non-empty profiles are built (rhbz#1256879, rhbz#1302230)
    - fixed compiler errors on RHEL5 and SLES11
    - fixed sorting of groups in HTML report (issue #342)
    - fixed version/@time and version/@update in XCCDF Benchmark
    - fixed CPE definitions to work also in offline mode
    - fixed sysctl probe (issue #258)
    - fixed manual page for oscap-ssh (rhbz#1299969)
    - updated user manuals and manual pages
    - updated .gitignore
- dropped fix-missing-include.dif, not needed anymore

OBS-URL: https://build.opensuse.org/request/show/391973
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=45
2016-04-30 21:31:39 +00:00
555cce08b2 - New features
- oscap-chroot - a tool for offline scanning of filesystems mounted at arbitrary paths
    - enabled offline scanning in many probes
    - support for SCE in data streams
    - many improvements of verbose mode
    - verbose messages can be written on stderr
    - runlevel probe supports SUSE systems
    - new upstream tests
  - Maintenance
    - a lot of refactoring
    - fixes in various tests
    - OCILs are correctly placed in datastreams (issue #364)
    - oscap-vm can work with fusermount when guestunmount is not available
    - fixed oscap-docker HTTP communication issues (issue #304)
    - fixed oscap-docker tracebacks (issue #303, #317)
    - fixed container mounting in oscap-docker (issue #329)
    - added Fedora 25 CPE
    - only non-empty profiles are built (rhbz#1256879, rhbz#1302230)
    - fixed compiler errors on RHEL5 and SLES11
    - fixed sorting of groups in HTML report (issue #342)
    - fixed version/@time and version/@update in XCCDF Benchmark
    - fixed CPE definitions to work also in offline mode
    - fixed sysctl probe (issue #258)
    - fixed manual page for oscap-ssh (rhbz#1299969)
    - updated user manuals and manual pages
    - updated .gitignore

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=161
2016-04-28 15:54:23 +00:00
bcacd01e79 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=160 2016-04-28 15:54:06 +00:00
70a316a1c5 - dropped fix-missing-include.dif, not needed anymore
OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=159
2016-04-28 15:20:44 +00:00
bbaadf429b OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=158 2016-04-28 15:18:52 +00:00
fec937d301 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=157 2016-04-28 13:30:20 +00:00
0be622f517 - openscap 1.2.9 release
- New features                                                                                                                                                                             
    - oscap-chroot - a tool for offline scanning of filesystems mounted at arbitrary paths                                                                                                   
    - enabled offline scanning in many probes                                                                                                                                                
    - support for SCE in data streams                                                                                                                                                        
    - many improvements of verbose mode                                                                                                                                                      
    - verbose messages can be written on stderr                                                                                                                                              
    - runlevel probe supports SUSE systems                                                                                                                                                   
    - new upstream tests                                                                                                                                                                     
  - Maintenance                                                                                                                                                                              
    - a lot of refactoring                                                                                                                                                                   
    - fixes in various tests                                                                                                                                                                 
    - OCILs are correctly placed in datastreams (issue #364)                                                                                                                                 
    - oscap-vm can work with fusermount when guestunmount is not available                                                                                                                   
    - fixed oscap-docker HTTP communication issues (issue #304)                                                                                                                              
    - fixed oscap-docker tracebacks (issue #303, #317)                                                                                                                                       
    - fixed container mounting in oscap-docker (issue #329)                                                                                                                                  
    - added Fedora 25 CPE                                                                                                                                                                    
    - only non-empty profiles are built (rhbz#1256879, rhbz#1302230)                                                                                                                         
    - fixed compiler errors on RHEL5 and SLES11                                                                                                                                              
    - fixed sorting of groups in HTML report (issue #342)                                                                                                                                    
    - fixed version/@time and version/@update in XCCDF Benchmark                                                                                                                             
    - fixed CPE definitions to work also in offline mode                                                                                                                                     
    - fixed sysctl probe (issue #258)                                                                                                                                                        
    - fixed manual page for oscap-ssh (rhbz#1299969)                                                                                                                                         
    - updated user manuals and manual pages                                                                                                                                                  
    - updated .gitignore

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=156
2016-04-28 12:53:05 +00:00
Dominique Leuenberger
27c5679785 Accepting request 378600 from security
- enable the SCE (script checking engine)
  packaged in "openscap-engine-sce" subpackage.
- enable the CCE (Common Configuration Enumeration)

OBS-URL: https://build.opensuse.org/request/show/378600
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=44
2016-03-26 14:27:37 +00:00
14b3c5ae96 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=154 2016-03-23 11:00:47 +00:00
66ad6c2088 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=153 2016-03-23 10:50:27 +00:00
8120fab210 packaged in "openscap-engine-sce" subpackage.
OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=152
2016-03-23 10:43:09 +00:00
bc955772b8 - enable the SCE (script checking engine)
- enable the CCE (Common Configuration Enumeration)

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=151
2016-03-23 10:24:34 +00:00
Dominique Leuenberger
e0ed3f63ea Accepting request 354754 from security
- openscap 1.2.8 release
  - Maintenance
    - textfilecontent54_probe does not produce false positives on non-UTF files (rhbz #1285757)
    - fixed oscap-docker
    - small improvements in verbose mode
    - oscap info module shows information about tailoring files
    - fixed build with CCE (issue #264)
    - fixed XCCDF score computation (issue #272)
    - fixed segmentation fault in variable probe (issue #277)
    - fixed broken support for OVAL directives
    - fixed bash completion
    - plugged memory leaks
    - fixed fresh static analysis (coverity) findings
    - fixed shellcheck warnings
    - new tests
    - refactoring in datastream module
    - many small bugfixes and typo fixes

OBS-URL: https://build.opensuse.org/request/show/354754
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=43
2016-01-21 22:44:00 +00:00
e5564e2ae3 - openscap 1.2.8 release
- Maintenance
    - textfilecontent54_probe does not produce false positives on non-UTF files (rhbz #1285757)
    - fixed oscap-docker
    - small improvements in verbose mode
    - oscap info module shows information about tailoring files
    - fixed build with CCE (issue #264)
    - fixed XCCDF score computation (issue #272)
    - fixed segmentation fault in variable probe (issue #277)
    - fixed broken support for OVAL directives
    - fixed bash completion
    - plugged memory leaks
    - fixed fresh static analysis (coverity) findings
    - fixed shellcheck warnings
    - new tests
    - refactoring in datastream module
    - many small bugfixes and typo fixes

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=149
2016-01-19 10:25:06 +00:00
Dominique Leuenberger
94085afd87 Accepting request 348807 from security
- openscap 1.2.7 release
  - New features                                                                                                                                                                             
    - OVAL 5.11.1 fully supported                                                                                                                                                            
    - oscap-vm - tool for offline scanning of virtual machines                                                                                                                               
    - verbose mode                                                                                                                                                                           
    - added SLED, SLES and OpenSUSE CPE names                                                                                                                                                
    - show profile description in HTML report and guide                                                                                                                                      
    - group rules by PCI DSS identifier in HTML report                                                                                                                                       
    - preliminary support for Ansible Playbooks within xccdf:fix                                                                                                                             
    - added "How to contribute" and "Versioning" documents                                                                                                                                   
  - Maintenance                                                                                                                                                                              
    - using bziped RHSA documents in oscap-docker                                                                                                                                            
    - fixed errors of sysctl probe                                                                                                                                                           
    - fixed skip-valid option (issue #203)                                                                                                                                                   
    - fixed segmentation faults in SCE content reporting (issue #231)                                                                                                                        
    - fixed tracebacks of scap-as-rpm                                                                                                                                                        
    - fixed invalid memory reads in rpmverifyfile probe (issue #212)                                                                                                                         
    - updated README and user manual                                                                                                                                                         
    - many small bugfixes and new tests                                                                                                                                                      
- openscap-new-inventory.patch: upstreamed
- fix-missing-include.dif: refreshed, 1 hunk upstream

OBS-URL: https://build.opensuse.org/request/show/348807
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=42
2015-12-16 16:43:00 +00:00
b2e2d22272 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=147 2015-12-14 08:19:26 +00:00
4b5ac2cdec OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=146 2015-12-04 10:58:11 +00:00
bf543a29a6 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=145 2015-12-04 10:36:28 +00:00
d41de1b761 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=144 2015-12-03 16:40:27 +00:00
8d54ea3b8e - openscap 1.2.7 release
- New features                                                                                                                                                                             
    - OVAL 5.11.1 fully supported                                                                                                                                                            
    - oscap-vm - tool for offline scanning of virtual machines                                                                                                                               
    - verbose mode                                                                                                                                                                           
    - added SLED, SLES and OpenSUSE CPE names                                                                                                                                                
    - show profile description in HTML report and guide                                                                                                                                      
    - group rules by PCI DSS identifier in HTML report                                                                                                                                       
    - preliminary support for Ansible Playbooks within xccdf:fix                                                                                                                             
    - added "How to contribute" and "Versioning" documents                                                                                                                                   
  - Maintenance                                                                                                                                                                              
    - using bziped RHSA documents in oscap-docker                                                                                                                                            
    - fixed errors of sysctl probe                                                                                                                                                           
    - fixed skip-valid option (issue #203)                                                                                                                                                   
    - fixed segmentation faults in SCE content reporting (issue #231)                                                                                                                        
    - fixed tracebacks of scap-as-rpm                                                                                                                                                        
    - fixed invalid memory reads in rpmverifyfile probe (issue #212)                                                                                                                         
    - updated README and user manual                                                                                                                                                         
    - many small bugfixes and new tests                                                                                                                                                      
- openscap-new-inventory.patch: upstreamed
- fix-missing-include.dif: refreshed, 1 hunk upstream

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=143
2015-12-03 13:08:43 +00:00
Stephan Kulow
8d852f0048 Accepting request 340304 from security
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/340304
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=41
2015-10-25 18:13:06 +00:00
Dominique Leuenberger
26630cb11c Accepting request 337016 from security
- openscap 1.2.6 release
  - New features
    - introduced OpenSCAP user manual
    - improved OVAL 5.11.1 support
      - added OVAL 5.11.1 XSD schemas and schematrons
      - support for core/platform schema versions
      - support for check_existence attribute in state entities
      - support for CIM datetime format
      - amended behavior of mask attribute
    - added support for remote .xml.bz2 files (use with --fetch-remote-resources)
    - rewrote oscap-docker to python, deeper integration with Atomic Host
    - introduced CPE name for Fedora 24 to the internal dictionary
  - HTML report & guide
    - results can be grouped by according to various aspects
    - printing supported (interactive elements are now hidden when printing)
    - table of content now shows only selected items (rule & groups)
    - references to RHSA are presented as links to website (rhbz#1243808)
  - Maintenance
    - scap-as-rpm can now build source rpm packages (srpms) (trac#469)
    - scap-as-rpm now supports python3
    - refactored oval processing into oval_session structure
    - many smaller bugfixes and new tests
- new openscap-docker subpackage

OBS-URL: https://build.opensuse.org/request/show/337016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=40
2015-10-14 14:44:34 +00:00
9e48751654 - openscap-new-inventory.patch: find out the CPE ids of
SUSE Linux Enterprise and openSUSE versions.

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=140
2015-10-09 14:57:21 +00:00
bffb547538 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=139 2015-10-07 15:00:34 +00:00
4b4f421f42 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=138 2015-10-07 14:59:25 +00:00
8715e38cfc OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=137 2015-10-07 14:54:11 +00:00
0f07ed8cf6 - new openscap-docker subpackage
OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=136
2015-10-07 14:40:50 +00:00
069487e388 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=135 2015-10-07 14:34:37 +00:00