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

Fixes wrong path variable in Bitsadmin artifact #682

Merged
merged 2 commits into from
Sep 27, 2023

Conversation

f-block
Copy link
Contributor

@f-block f-block commented Sep 18, 2023

FullPath is not defined/part of any surrounding select statement and hence not known to the query. This artifact fails with:

ERROR: Symbol FullPath not found. Current Scope is: ...

FullPath is not defined/part of any surrounding select statement and hence not known to the query. This artifact fails with:

```
ERROR: Symbol FullPath not found. Current Scope is: ...
```
@CLAassistant
Copy link

CLAassistant commented Sep 18, 2023

CLA assistant check
All committers have signed the CLA.

Copy link
Collaborator

@scudette scudette left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FullPath is actually provided from the files query. In recent velociraptor versions we have deprecated FullPath in favour of OSPath so probably we need to change that instead

@f-block
Copy link
Contributor Author

f-block commented Sep 19, 2023

Interesting, using OSPath does indeed fix it, even though other artifacts still work with FullPath and just note the deprecation. Probably depends on which plugin/function is used.

@mgreen27 mgreen27 merged commit f920b8f into Velocidex:master Sep 27, 2023
2 checks passed
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.

4 participants