OpenSCAP / openscap-daemon

Manages continuous scans of your infrastructure
https://www.open-scap.org/tools/openscap-daemon
GNU Lesser General Public License v2.1
106 stars 32 forks source link

Remove workaround locks #78

Closed jan-cerny closed 5 years ago

jan-cerny commented 8 years ago

We have solved occasional tracebacks within atomic mount using locks. However this is only a workaround. This issue is a reminder that it is not a final solution. See https://github.com/OpenSCAP/openscap-daemon/issues/58

mpreisler commented 8 years ago

See https://github.com/OpenSCAP/openscap-daemon/blob/master/openscap_daemon/cve_scanner/scan.py#L38

This only affects the cve_scanner module in openscap_daemon. Please note that cve_scanner module is going to be deprecated and unused soon.

mpreisler commented 8 years ago

If we decide to do this for 0.2.0, #93 will be enough to solve this bug.

matejak commented 5 years ago

Closing as sortof duplicate of #93