-
Notifications
You must be signed in to change notification settings - Fork 378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Skip certain paths from scanning #2052
Merged
Merged
Commits on Dec 18, 2023
-
This cast and rename of the `void *arg` to `struct pfdata *pfd` isn't necessary, we can change the argument type to the actual type, because the function is called only once and therefore always with an argument of the `struct pfdata *` type.
Configuration menu - View commit details
-
Copy full SHA for b62069e - Browse repository at this point
Copy the full SHA b62069eView commit details -
People will be able to tell probes to skip certain paths during content evaluation. They can specify a list of paths by setting the `OSCAP_PROBE_IGNORE_PATHS` environment variable. The paths in this list should be separated by a colon.
Configuration menu - View commit details
-
Copy full SHA for 1e4b8ae - Browse repository at this point
Copy the full SHA 1e4b8aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63d2a79 - Browse repository at this point
Copy the full SHA 63d2a79View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b367b6 - Browse repository at this point
Copy the full SHA 2b367b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for aa9ffd0 - Browse repository at this point
Copy the full SHA aa9ffd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for a2201c1 - Browse repository at this point
Copy the full SHA a2201c1View commit details -
This cast and rename of the `void *arg` to `struct pfdata *pfd` isn't necessary, we can change the argument type to the actual type, because the function is called only once and therefore always with an argument of the `struct pfdata *` type.
Configuration menu - View commit details
-
Copy full SHA for 551f972 - Browse repository at this point
Copy the full SHA 551f972View commit details -
Configuration menu - View commit details
-
Copy full SHA for e4ea549 - Browse repository at this point
Copy the full SHA e4ea549View commit details -
Configuration menu - View commit details
-
Copy full SHA for 830ea1d - Browse repository at this point
Copy the full SHA 830ea1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 65a40c5 - Browse repository at this point
Copy the full SHA 65a40c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1604943 - Browse repository at this point
Copy the full SHA 1604943View commit details -
Configuration menu - View commit details
-
Copy full SHA for 129a118 - Browse repository at this point
Copy the full SHA 129a118View commit details -
Extend test_skip_paths to test the "skip selected paths" feature also in the filehash58 probe.
Configuration menu - View commit details
-
Copy full SHA for a033aef - Browse repository at this point
Copy the full SHA a033aefView commit details -
Extend test_skip_paths to test the "skip selected paths" feature also in the xmlfilecontent probe.
Configuration menu - View commit details
-
Copy full SHA for c316bc4 - Browse repository at this point
Copy the full SHA c316bc4View commit details
Commits on Jan 10, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 592dd6a - Browse repository at this point
Copy the full SHA 592dd6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb70c5 - Browse repository at this point
Copy the full SHA 8cb70c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b50e1ba - Browse repository at this point
Copy the full SHA b50e1baView commit details -
Configuration menu - View commit details
-
Copy full SHA for faa742a - Browse repository at this point
Copy the full SHA faa742aView commit details
Commits on Jan 16, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e9e8558 - Browse repository at this point
Copy the full SHA e9e8558View commit details -
Configuration menu - View commit details
-
Copy full SHA for 58e409c - Browse repository at this point
Copy the full SHA 58e409cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d20f33 - Browse repository at this point
Copy the full SHA 2d20f33View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.