Skip to content
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

Improved artifact verifier #3914

Merged
merged 3 commits into from
Nov 23, 2024
Merged

Improved artifact verifier #3914

merged 3 commits into from
Nov 23, 2024

Conversation

scudette
Copy link
Contributor

Error conditions that are identified now:

  1. Calling undefined functions/plugins

  2. Providing invalid args to functions/plugins

  3. Omitting required args from functions/plugins

  4. Calling undefined artifacts as in

    SELECT * FROM Artifact.Unknown.Artifact()

Error conditions that are identified now:

1. Calling undefined functions/plugins
2. Providing invalid args to functions/plugins
3. Omitting required args from functions/plugins
4. Calling undefined artifacts as in

   SELECT * FROM Artifact.Unknown.Artifact()
@scudette scudette merged commit 9fa908b into master Nov 23, 2024
3 checks passed
@scudette scudette deleted the verifier branch November 23, 2024 14:13
scudette pushed a commit to Velocidex/velociraptor-docs that referenced this pull request Nov 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant