Skip to content

Commit

Permalink
Merge pull request #1460 from evgenyz/maint-1.3
Browse files Browse the repository at this point in the history
1.3.2 release
  • Loading branch information
jan-cerny committed Jan 14, 2020
2 parents 9d02a13 + ebbe0fe commit 4513803
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 6 deletions.
26 changes: 23 additions & 3 deletions AUTHORS
Original file line number Diff line number Diff line change
@@ -1,18 +1,27 @@
Alexander Bergmann <[email protected]>
Alexander Scheel <[email protected]>
Axel Nennker <[email protected]>
Brady Alleman <[email protected]>
Brandon Dixon <[email protected]>
Brent Baude <[email protected]>
Brian Kolbay <[email protected]>
Bruno Ducrot <[email protected]>
Bryan Schneiders <[email protected]>
Charles Bushong <[email protected]>
Chris Lundquist <[email protected]>
Dan Kopeček <[email protected]>
David Niemoller <[email protected]>
De Huo <[email protected]>
Dmitry Teselkin <[email protected]>
DominiqueDevinci <[email protected]>
Ed Sealing <[email protected]>
Evgeni Golov <[email protected]>
Evgeny Kolesnikov <[email protected]>
Felix Wolfsteller <[email protected]>
Fen Labalme <[email protected]>
Francisco Slavin <[email protected]>
Gabe <[email protected]>
Gabe Alford <[email protected]>
Gabriel Gaspar Becker <[email protected]>
Gary Gapinski <[email protected]>
Gautam Satish <[email protected]>
Greg Elin <[email protected]>
Expand All @@ -28,45 +37,56 @@ John Whipple <[email protected]>
Jonathan Zember <[email protected]>
Josh Kayse <[email protected]>
Joshua Adams <[email protected]>
Julian Andres Klode <[email protected]>
Katarina Jankov <[email protected]>
Lenka Horáková <[email protected]>
Lukáš Kuklínek <[email protected]>
Malte Kraus <[email protected]>
Marcus Meissner <[email protected]>
Marek Haičman <[email protected]>
Maroš Barabas <[email protected]>
Marshall Miller <[email protected]>
Martin Preisler <[email protected]>
Matěj Týč <[email protected]>
matsushima <[email protected]>
Matthew Keeler <[email protected]>
Matus Marhefka <[email protected]>
Michaël Zaoui
Michaël Zaoui <[email protected]>
Michal Šrubař <[email protected]>
mildew <mildew@sapropelus.(none)>
Milan Lysonek <[email protected]>
Miloslav Trmač <[email protected]>
Miroslav Grepl <[email protected]>
Mooli Tayer <[email protected]>
msfuko <[email protected]>
Nitin Ravindran <[email protected]>
Ondrej Moriš <[email protected]>
Panu Matilainen <[email protected]>
Peter Vrabec <[email protected]>
Petr Lautrbach <[email protected]>
Pierre Chifflier <[email protected]>
Prasanth R <[email protected]>
Quey-Liang Kao <[email protected]>
Radzy Radzykewycz <[email protected]>
Raphael Sanchez Prudencio <[email protected]>
Reggie Adkins <[email protected]>
Richard W.M. Jones <[email protected]>
Riley C. Porter <[email protected]>
Robert Frohl <[email protected]>
Ryan E Haggerty <[email protected]>
Shawn Wells <[email protected]>
Šimon Lukašík <[email protected]>
Spencer Shimko <[email protected]>
Steve Grubb <[email protected]>
Tomas Heinrich <[email protected]>
T.O. Radzy Radzykewycz <[email protected]>
Trey Henefield <[email protected]>
V. Vinay <[email protected]>
Vincent Batts <[email protected]>
Watson Sato <wsato@redhat.com>
Vojtech Polasek <vpolasek@redhat.com>
Watson Yuuma Sato <[email protected]>
Wesley Ceraso Prudencio <[email protected]>
Xiang Zhai <[email protected]>
Zbyněk Moravec <[email protected]>
Yoon Jean Kim <[email protected]>
Андрей Рудаков <[email protected]>
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@ endif()
# See http://sources.redhat.com/autobook/autobook/autobook_91.html#SEC91 for details

## increment if the interface has additions, changes, removals.
set(LT_CURRENT 25)
set(LT_CURRENT 26)

## increment any time the source changes; set 0 to if you increment CURRENT
set(LT_REVISION 1)
set(LT_REVISION 0)

## increment if any interfaces have been added; set to 0
## if any interfaces have been changed or removed. removal has
## precedence over adding, so set to 0 if both happened.
set(LT_AGE 0)
set(LT_AGE 1)

math(EXPR LT_CURRENT_MINUS_AGE "${LT_CURRENT} - ${LT_AGE}")

Expand Down
20 changes: 20 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
openscap-1.3.2 13-01-2020
- New features
- Offline mode support for environmentvariable58 probe
- The oscap-docker wrapper is available without Atomic
- Maintenance, bug fixes
- Improved support of multi-check rules (report, remediations, console output)
- Improved HTML report look and feel, including printed version
- Less clutter in verbose mode output; some warnings and errors demoted to verbose mode levels
- Probe rpmverifyfile uses and returns canonical paths
- Improved a11y of HTML reports and guides
- Fixes and improvements for SWIG Python bindings
- #1403 fixed: Scanner would not apply remediation for multicheck rules (verbosity)
- Fixed URL link mechanism for Red Hat Errata
- New STIG Viewer URI: public.cyber.mil
- Probe selinuxsecuritycontext would not check if SELinux is enabled
- Scanner would provide information about unsupported OVAL objects
- Added more tests for offline mode (probes, remediation)
- #528 fixed: Eval SCE script when /tmp is in mode noexec
- #1173, RHBZ#1603347 fixed: Double chdir/chroot in probe rpmverifypackage

openscap-1.3.1 12-06-2019
- New features
- Support for SCAP 1.3 Source Datastreams (evaluating, XML schemas,
Expand Down

0 comments on commit 4513803

Please sign in to comment.