[Bug 1658792] Re: libopenscap8: Enable SCE option to make broader SCAP content available for Ubuntu users

2018-07-25 Thread Joy Latten
*** This bug is a duplicate of bug 1782031 ***
https://bugs.launchpad.net/bugs/1782031

** This bug has been marked a duplicate of bug 1782031
   [SRU][xenial] Enable SCE option and systemd probe in libopenscap8

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658792

Title:
  libopenscap8: Enable SCE option to make broader SCAP content available
  for Ubuntu users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/1658792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 1658792] Re: libopenscap8: Enable SCE option to make broader SCAP content available for Ubuntu users

2017-07-05 Thread Bug Watch Updater
** Changed in: openscap (Debian)
   Status: New => Fix Released

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658792

Title:
  libopenscap8: Enable SCE option to make broader SCAP content available
  for Ubuntu users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/1658792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1658792] Re: libopenscap8: Enable SCE option to make broader SCAP content available for Ubuntu users

2017-02-07 Thread Alan Guan
A PPA to address both this bug and #1661401 is available here:
https://launchpad.net/~fips-cc-stig/+archive/ubuntu/fipsdevppa

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658792

Title:
  libopenscap8: Enable SCE option to make broader SCAP content available
  for Ubuntu users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/1658792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1658792] Re: libopenscap8: Enable SCE option to make broader SCAP content available for Ubuntu users

2017-01-30 Thread Alan Guan
** Description changed:

  [Impact]
  
  Canonical security certification team is implementing SCAP content based
  on CIS and STIG compliance rules. A good portion of these rules are
  beyond the scope of SCAP and OVAL, and will require the Script Check
  Engine (SCE) facility provided by OpenSCAP.
  
  SCE is not enabled by default, and will require the addition of the
  "--enable-sce" option in the "debian/rules" file to turn it on. The
  attached patch has all the necessary code change.
  
- 
  [Test Case]
  
  run the command "oscap --v", and without the SCE option, content under
  " Capabilities added by auto-loaded plugins " will be empty.
  With the SCE option turned on, we'll see the following:
  
- Capabilities added by auto-loaded plugins 
-SCE Version: 1.0 (from libopenscap_sce.so.8)
+     Capabilities added by auto-loaded plugins 
+    SCE Version: 1.0 (from libopenscap_sce.so.8)
  
+ [Regression Potential]
  
- [Regression Potential] 
+ The changes proposed just enables new code and does not change the
+ behavior of existing code.
  
- Using the same patch attached to this bug report, Canonical security
- certification team has created a PPA here:
- https://launchpad.net/~guanym/+archive/ubuntu/ppa. The team is actively
- using the PPA to develop SCAP content, including shell and python
- scripts for SCE consumption. No regression has been noticed.
+ Using the same patch attached to this bug report, Canonical security 
certification team has created a PPA here: 
https://launchpad.net/~guanym/+archive/ubuntu/ppa. The team is actively using 
the PPA to develop SCAP content, including shell and python scripts for SCE 
consumption. We also ran the following tests with and without the proposed 
changes: 
+  -- Without the proposed changes, ran scans using OpenSCAP against SCAP 
content with about 35 diverse rules based on CIS benchmark, and saved the xml 
scan result. The content included a rule that requires SCE support, and the 
rule simply evaluated to "not checked", which is expected since SCE support is 
not included with OpenSCAP without the proposed changes. 
+  -- With the proposed changes, ran scan against the same SCAP content, and 
saved the xml scan result. The result was identical with the only exception 
that the SCE rule evaluated properly, since the SCE support is included in 
OpenSCAP after making the proposed changes. 
+ 
+ We also have been running similar scans against an ever growing SCAP
+ content base 20~30 times on a daily basis, and OpenSCAP behaved the same
+ way as before the SCE functionality was enabled.
  
  
  [Other Info]
  
  A similar bug report has been submitted to Debian.

** Description changed:

  [Impact]
  
  Canonical security certification team is implementing SCAP content based
  on CIS and STIG compliance rules. A good portion of these rules are
  beyond the scope of SCAP and OVAL, and will require the Script Check
  Engine (SCE) facility provided by OpenSCAP.
  
  SCE is not enabled by default, and will require the addition of the
  "--enable-sce" option in the "debian/rules" file to turn it on. The
  attached patch has all the necessary code change.
  
  [Test Case]
  
  run the command "oscap --v", and without the SCE option, content under
  " Capabilities added by auto-loaded plugins " will be empty.
  With the SCE option turned on, we'll see the following:
  
      Capabilities added by auto-loaded plugins 
     SCE Version: 1.0 (from libopenscap_sce.so.8)
  
  [Regression Potential]
  
- The changes proposed just enables new code and does not change the
- behavior of existing code.
+ The changes proposed enables new functionality that is already included
+ in the source package, and does not change the behavior of existing code
+ significantly.
  
- Using the same patch attached to this bug report, Canonical security 
certification team has created a PPA here: 
https://launchpad.net/~guanym/+archive/ubuntu/ppa. The team is actively using 
the PPA to develop SCAP content, including shell and python scripts for SCE 
consumption. We also ran the following tests with and without the proposed 
changes: 
-  -- Without the proposed changes, ran scans using OpenSCAP against SCAP 
content with about 35 diverse rules based on CIS benchmark, and saved the xml 
scan result. The content included a rule that requires SCE support, and the 
rule simply evaluated to "not checked", which is expected since SCE support is 
not included with OpenSCAP without the proposed changes. 
-  -- With the proposed changes, ran scan against the same SCAP content, and 
saved the xml scan result. The result was identical with the only exception 
that the SCE rule evaluated properly, since the SCE support is included in 
OpenSCAP after making the proposed changes. 
+ Using the same patch attached to this bug report, Canonical security
+ certification team has created a PPA here:
+ https://launchpad.net/~guanym/+archive/ubuntu/ppa.
+ 

[Bug 1658792] Re: libopenscap8: Enable SCE option to make broader SCAP content available for Ubuntu users

2017-01-27 Thread Bug Watch Updater
** Changed in: openscap (Debian)
   Status: Unknown => New

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658792

Title:
  libopenscap8: Enable SCE option to make broader SCAP content available
  for Ubuntu users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/1658792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1658792] Re: libopenscap8: Enable SCE option to make broader SCAP content available for Ubuntu users

2017-01-27 Thread dann frazier
** Bug watch added: Debian Bug tracker #852826
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852826

** Also affects: openscap (Debian) via
   http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=852826
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658792

Title:
  libopenscap8: Enable SCE option to make broader SCAP content available
  for Ubuntu users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/1658792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1658792] Re: libopenscap8: Enable SCE option to make broader SCAP content available for Ubuntu users

2017-01-26 Thread Alan Guan
** Description changed:

- Dear Maintainer,
+ [Impact]
  
- We are implementing SCAP content based on CIS and STIG compliance rules.
- A good portion of these rules are beyond the scope of SCAP and OVAL, and
- will require the Script Check Engine (SCE) facility provided by
- OpenSCAP. However SCE is not enabled by default, and will require the
- addition of the "--enable-sce" option in the "debian/rules" file to turn
- it on.
+ Canonical security certification team is implementing SCAP content based
+ on CIS and STIG compliance rules. A good portion of these rules are
+ beyond the scope of SCAP and OVAL, and will require the Script Check
+ Engine (SCE) facility provided by OpenSCAP.
+ 
+ SCE is not enabled by default, and will require the addition of the
+ "--enable-sce" option in the "debian/rules" file to turn it on. The
+ attached patch has all the necessary code change.
+ 
+ 
+ [Test Case]
+ 
+ run the command "oscap --v", and without the SCE option, content under
+ " Capabilities added by auto-loaded plugins " will be empty.
+ With the SCE option turned on, we'll see the following:
+ 
+ Capabilities added by auto-loaded plugins 
+SCE Version: 1.0 (from libopenscap_sce.so.8)
+ 
+ 
+ [Regression Potential] 
+ 
+ Using the same patch attached to this bug report, Canonical security
+ certification team has created a PPA here:
+ https://launchpad.net/~guanym/+archive/ubuntu/ppa. The team is actively
+ using the PPA to develop SCAP content, including shell and python
+ scripts for SCE consumption. No regression has been noticed.
+ 
+ 
+ [Other Info]
+ 
+ A similar bug report has been submitted to Debian.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658792

Title:
  libopenscap8: Enable SCE option to make broader SCAP content available
  for Ubuntu users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/1658792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1658792] Re: libopenscap8: Enable SCE option to make broader SCAP content available for Ubuntu users

2017-01-26 Thread Alan Guan
** Summary changed:

- [SRU] Enable the Script Check Engine
+ libopenscap8: Enable SCE option to make broader SCAP content available for 
Ubuntu users

** Description changed:

- The Script Check Engine is disabled by default. Xenial and Zesty binary
- packages should have the Script Check Engine enabled.
+ Dear Maintainer,
+ 
+ We are implementing SCAP content based on CIS and STIG compliance rules.
+ A good portion of these rules are beyond the scope of SCAP and OVAL, and
+ will require the Script Check Engine (SCE) facility provided by
+ OpenSCAP. However SCE is not enabled by default, and will require the
+ addition of the "--enable-sce" option in the "debian/rules" file to turn
+ it on.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1658792

Title:
  libopenscap8: Enable SCE option to make broader SCAP content available
  for Ubuntu users

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/openscap/+bug/1658792/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs