openscap icon indicating copy to clipboard operation
openscap copied to clipboard

Dynamic Probe Loading

Open DoctorPepper12 opened this issue 4 years ago • 1 comments

Description of Problem:

Currently OpenScap doesnt support current oval definition probes and / or custom definitions. For example I would like to make an OVAL definition that leverages SSDEEP so I would need to do the following (under the current code).

  1. Update Oval to support SSDEEP
  2. Update oscap.exe to read that oval definition

I am putting in software to override existing probes and to dynamically load dlls to accomplish those probes via Interface definitions. This will allow contributors to add dlls and/or custom definitions without impacting the community.

OpenSCAP Version:

1.3.5

Operating System & Version:

Windows

Steps to Reproduce:

Actual Results:

Expected Results:

Additional Information / Debugging Steps:

DoctorPepper12 avatar Aug 17 '21 14:08 DoctorPepper12

Code checked in

DoctorPepper12 avatar Aug 17 '21 20:08 DoctorPepper12