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

0.6.7 sync #2239

Merged
merged 17 commits into from
Nov 14, 2022
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
MappingNameRegex fix (#2231)
added a typo to ensure MappingNameRegex is applied
  • Loading branch information
mgreen27 authored and scudette committed Nov 11, 2022
commit 4c9a96e5531ffec40057066ad9c1d22657151c74
4 changes: 2 additions & 2 deletions artifacts/definitions/Windows/System/VAD.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ sources:
DelegatePath=Pid,
Path=Address) AS _PathSpec
FROM vad(pid=Pid)
WHERE if(condition=MappingName,
WHERE if(condition=MappingNameRegex,
then= MappingName=~MappingNameRegex,
else= True)
AND if(condition = ProtectionRegex,
Expand Down Expand Up @@ -123,4 +123,4 @@ sources:
-- output rows
SELECT * FROM if(condition= UploadSection,
then= upload_results,
else= results)
else= results)