SHA256
1
0
forked from pool/openscap
Commit Graph

258 Commits

Author SHA256 Message Date
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
517cb9d0f1 u
M    openscap.spec

Diff for working copy: .
Index: openscap.spec
===================================================================

--- openscap.spec	(revision c86548ec47e882d642c97e427035b5b3)
+++ openscap.spec	(working copy)
@@ -74,6 +74,13 @@
 %description -n libopenscap%{soname}
 The OpenSCAP C Library for easy integration with SCAP.
 
+%package docker
+Summary:        Docker plugin for OpenSCAP
+Group:          System/Libraries
+
+%description docker
+This package contains the Docker support for OpenSCAP.
+
 
 %package devel
 Requires:       %{name} = %{version}-%{release}
@@ -241,10 +248,14 @@
 %{_libdir}/*.so
 %{_libdir}/pkgconfig/*.pc
 
+%files docker
+%defattr(-, root, root)
+%{python_sitearch}/*
+
 %if 0%{?with_bindings}
 %files -n python-openscap
 %defattr(-, root, root)
-%{python_sitearch}/*
+%{python_sitearch}/oscap_docker_python
 
 %files -n perl-openscap
 %defattr(-, root, root)

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=134
2015-10-07 14:33:06 +00:00
d9711fcd1b OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=133 2015-10-05 12:24:09 +00:00
2593aea15d - 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

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=132
2015-10-05 11:46:16 +00:00
Stephan Kulow
90426d344b Accepting request 315206 from security
- openscap-1.2.5 update
 - maintenance
   - smaller bugfixes
   - plugged memory leaks
   - fixed fresh static analysis (coverity) findings
   - fixed shellcheck warnings
   - fixes for Solaris platform

OBS-URL: https://build.opensuse.org/request/show/315206
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=39
2015-07-08 04:59:43 +00:00
8cf933142b - openscap-1.2.5 update
- maintenance
   - smaller bugfixes
   - plugged memory leaks
   - fixed fresh static analysis (coverity) findings
   - fixed shellcheck warnings
   - fixes for Solaris platform

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=130
2015-07-06 11:46:24 +00:00
Dominique Leuenberger
513f14d1e9 Accepting request 313072 from security
- openscap-1.2.4 update
  - new features
    - OVAL 5.11 support 99.8% completed!
      - new symlink probe introduced
      - new process58 test capabilities
      - added possible_value support for external variables
      - added possible_restriction support for external variables
      - improved IP address comparisons
    - Added Scientific Linux CPEs
    - Added oscap-docker tool
    - Created man-page for oscap-ssh
  - HTML changes
    - improved visibility of selected XCCDF profile in guides and reports
    - render rule-result/message contents in reports
  - maintenance
    - Tests now pass on ppc64 little endian arch (rhbz#1215220)
    - partition probe now supports remount, bind and move mount options
    - Patched NIST OVAL-5.11 schemas to be backward compatible with
      OVAL-5.10 (rhbz#1220262)
    - fixed scap-as-rpm to work with vintage python (2.6)
    - better error reporting when a probe dies (i.e. due to OOM killer)
    - dropped selinux policy from upstream (rhbz#1209969)
    - fix segfault on invalid selectors (rhbz#1220944)
    - solaris support patches: file-system zones, systeminfo improvements
    - many smaller fixes and new tests

OBS-URL: https://build.opensuse.org/request/show/313072
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=38
2015-06-23 10:00:11 +00:00
faa84ec7fb OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=128 2015-06-22 13:37:59 +00:00
c1283142d9 - openscap-1.2.4 update
- new features
    - OVAL 5.11 support 99.8% completed!
      - new symlink probe introduced
      - new process58 test capabilities
      - added possible_value support for external variables
      - added possible_restriction support for external variables
      - improved IP address comparisons
    - Added Scientific Linux CPEs
    - Added oscap-docker tool
    - Created man-page for oscap-ssh
  - HTML changes
    - improved visibility of selected XCCDF profile in guides and reports
    - render rule-result/message contents in reports
  - maintenance
    - Tests now pass on ppc64 little endian arch (rhbz#1215220)
    - partition probe now supports remount, bind and move mount options
    - Patched NIST OVAL-5.11 schemas to be backward compatible with
      OVAL-5.10 (rhbz#1220262)
    - fixed scap-as-rpm to work with vintage python (2.6)
    - better error reporting when a probe dies (i.e. due to OOM killer)
    - dropped selinux policy from upstream (rhbz#1209969)
    - fix segfault on invalid selectors (rhbz#1220944)
    - solaris support patches: file-system zones, systeminfo improvements
    - many smaller fixes and new tests

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=127
2015-06-22 09:42:15 +00:00
Stephan Kulow
308772d933 Accepting request 306169 from security
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/306169
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=37
2015-05-11 17:38:55 +00:00
cd55f7dc7d - openscap-1.2.3 update
- new features
   - oscap-ssh -- handy utility to run remote scan over ssh
   - glob_to_regexp OVAL function added
 - HTML changes
   - show rationale elements
   - show fixtext elements
   - show Benchmark's front-matter, description and notices
   - show warnings for Groups and Rules
   - improved handling of multiple fixes within a single Rule
   - scroll evaluation characteristic if they overflow
 - maintenance
   - OVAL 5.11 schema fixes
   - Coverity and memory leak fixes
   - skip transient files when traversing /proc (trac#457)

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=125
2015-05-03 07:56:39 +00:00
Dominique Leuenberger
20401bd4cd Accepting request 294719 from security
- openscap-1.2.2 update
 - new features
   - OVAL 5.11 support turned on by default
   - included OVAL 5.11 schematron rules
   - DataStream can now contain OVAL 5.11
   - `oscap ds sds-compose` now supports --skip-valid parameter
 - HTML report changes
   - Notably increased level of OVAL details
   - Table of contents is now generated for HTML guides
 - maitenance
   - rhbz#1182242, rhbz#1159289 - @var_check & @var_ref exporting
   - solaris build fixes
   - xccdf:fix/instance processing fixes
   - improved (none) epoch processing in rpm probe
   - environmentvariable58 now emits warning messages when appropriate
   - offline mode improvements
   - other bugfixes

- openscap-1.2.1 update

OBS-URL: https://build.opensuse.org/request/show/294719
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=36
2015-04-10 07:51:03 +00:00
124567a319 - openscap-1.2.2 update
- new features
   - OVAL 5.11 support turned on by default
   - included OVAL 5.11 schematron rules
   - DataStream can now contain OVAL 5.11
   - `oscap ds sds-compose` now supports --skip-valid parameter
 - HTML report changes
   - Notably increased level of OVAL details
   - Table of contents is now generated for HTML guides
 - maitenance
   - rhbz#1182242, rhbz#1159289 - @var_check & @var_ref exporting
   - solaris build fixes
   - xccdf:fix/instance processing fixes
   - improved (none) epoch processing in rpm probe
   - environmentvariable58 now emits warning messages when appropriate
   - offline mode improvements
   - other bugfixes
- openscap-1.2.1 update

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=123
2015-04-07 09:36:35 +00:00
Dominique Leuenberger
ad0890887f Accepting request 280877 from security
- openscpa-1.2.1 update
 - API changes
   - 5.11 schemas updated (from RC1 to gold)
   - oscap_source_new_from_memory can take bzip2ed content
 - HTML report changes
   - severity bar is now reversed (left-to-right)
 - maintenance
   - rhbz#1165139 - fix probe cancelation
   - dozen of bugfixes

OBS-URL: https://build.opensuse.org/request/show/280877
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=35
2015-01-14 10:44:52 +00:00
36c6eae53e - openscpa-1.2.1 update
- API changes
   - 5.11 schemas updated (from RC1 to gold)
   - oscap_source_new_from_memory can take bzip2ed content
 - HTML report changes
   - severity bar is now reversed (left-to-right)
 - maintenance
   - rhbz#1165139 - fix probe cancelation
   - dozen of bugfixes

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=121
2015-01-12 09:44:35 +00:00
Dominique Leuenberger
5789663cea Accepting request 263739 from security
- openscap-1.2.0 update
 - new features
   - native support of bzip2ed SCAP files (file extension needs to be '.xml.bz2')
   - improved performance on huge XML documents, especially DataStreams
   - minimized use of temp files to absolute minimum
   - added OVAL-5.11 release candidate schemas
 - API changes
   - overall 50 new symbols added to public API
   - introduced oscap_source abstraction for input files
     - further info: http://isimluk.livejournal.com/4859.html
     - all the parsers converted to use oscap_source abstraction
   - introduced ds_sds_session, high level API for playing with Source DataStreams
   - introduced cpe_session, abstraction to approach multiple CPE resources
   - introduced ds_rds_session, high level API for playing with Result DataStreams
     (ARF files)
   - deprecated dozens of API calls dependent on filepath
   - introduced API for waivers (xccdf:override) and modification of ARF
     - initial support for waivers in HTML Report
   - dozens of small improvements
 - maintenance
   - dozens of small fixes
   - dozens of memory leaks (whole test suite is now leak free)
   - updated gnulib
- openscap-1.1.0-fix-bashisms.patch: upstreamed

- openscap-1.1.1 update
  - Hint towards `oscap info` when profile is not found in oscap tool
  - HTML report changes:
    - Source OVAL results from ARF if available
    - Highlight notchecked rules, treat them as rules that need attention

OBS-URL: https://build.opensuse.org/request/show/263739
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=34
2014-12-03 21:48:19 +00:00
795d12e3e0 OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=119 2014-12-02 12:50:29 +00:00
e68db1f763 - openscap-1.1.0-fix-bashisms.patch: upstreamed
OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=118
2014-12-02 12:46:26 +00:00
85a3903be3 - openscap-1.2.0 update
- new features
   - native support of bzip2ed SCAP files (file extension needs to be '.xml.bz2')
   - improved performance on huge XML documents, especially DataStreams
   - minimized use of temp files to absolute minimum
   - added OVAL-5.11 release candidate schemas
 - API changes
   - overall 50 new symbols added to public API
   - introduced oscap_source abstraction for input files
     - further info: http://isimluk.livejournal.com/4859.html
     - all the parsers converted to use oscap_source abstraction
   - introduced ds_sds_session, high level API for playing with Source DataStreams
   - introduced cpe_session, abstraction to approach multiple CPE resources
   - introduced ds_rds_session, high level API for playing with Result DataStreams
     (ARF files)
   - deprecated dozens of API calls dependent on filepath
   - introduced API for waivers (xccdf:override) and modification of ARF
     - initial support for waivers in HTML Report
   - dozens of small improvements
 - maintenance
   - dozens of small fixes
   - dozens of memory leaks (whole test suite is now leak free)
   - updated gnulib
- Remove unused build require on libnl-1_1 according to the

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=117
2014-12-02 12:45:22 +00:00
f503b7ad65 - openscap-1.1.1 update
- Hint towards `oscap info` when profile is not found in oscap tool
  - HTML report changes:
    - Source OVAL results from ARF if available
    - Highlight notchecked rules, treat them as rules that need attention
  - HTML guide changes:
    - Variable Substitution improvements
    - Show benchmark title
    - Show info about selected profile
    - Avoid cdf12:notice, show only its contents
  - bugfixes:
    - improved handling of fqdn in XCCDF
    - memory leaks
    - static analysis fixes

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=116
2014-12-01 12:39:14 +00:00
c36700dc75 Accepting request 263389 from home:Ledest:bashisms
fix bashism in oscap-scan.cron script

OBS-URL: https://build.opensuse.org/request/show/263389
OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=115
2014-12-01 12:33:36 +00:00
Stephan Kulow
81e8ad109f Accepting request 247494 from security
- openscap-1.1.0 update
 - HTML report and guide redesign
 - dropped support for docbook
 - Introduced new probes (that are to be part of OVAL 5.11)
   - probe_systemdunitproperty
   - probe_systemdunitdependency
 - introduced raw bindings for python3
 - dozens of small bug fixes

OBS-URL: https://build.opensuse.org/request/show/247494
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=33
2014-09-05 07:34:20 +00:00
68ca51a38a OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=113 2014-09-03 12:18:44 +00:00
618821d9a6 - openscap-1.1.0 update
- HTML report and guide redesign
 - dropped support for docbook
 - Introduced new probes (that are to be part of OVAL 5.11)
   - probe_systemdunitproperty
   - probe_systemdunitdependency
 - introduced raw bindings for python3
 - dozens of small bug fixes

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=112
2014-09-03 12:10:47 +00:00
Stephan Kulow
b9b0ea120c Accepting request 239982 from security
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/239982
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=31
2014-07-10 06:17:37 +00:00
ce95a2fa9b - openscap-1.0.9 update
- xccdf_session_export_arf must not return 0 if the export failed
 - expose xccdf_policy_get_value_of_item as public API
 - skip "Signature" when parsing sds_index without spewing out an error
 - return non-zero when cannot resolve XCCDF
 - consider the last set-value as the effective set-value and export only one
 - test suite fixes
 - do not destroy SVG data in XCCDFs when generating guide or report

OBS-URL: https://build.opensuse.org/package/show/security/openscap?expand=0&rev=110
2014-07-02 12:59:37 +00:00
Stephan Kulow
937a2adb2d Accepting request 238127 from security
- Remove unused build require on libnl-1_1 according to the 
  changelog, it stopped beign used in 2010
- libattr is also unused. (forwarded request 238064 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/238127
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openscap?expand=0&rev=30
2014-06-23 07:23:59 +00:00