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

Guard use of sysinfo() in Generic.Client.Info #3180

Closed
scudette opened this issue Dec 22, 2023 · 1 comment
Closed

Guard use of sysinfo() in Generic.Client.Info #3180

scudette opened this issue Dec 22, 2023 · 1 comment

Comments

@scudette
Copy link
Contributor

The sysinfo() VQL function appeared in 0.7.1 but it is used in Generic.Client.Info artifact which is a central artifact. This means that when interrogating older clients the artifact collection fails

We need to guard access to this new function so the artifact does not break on older clients.

@scudette
Copy link
Contributor Author

Fixed in #3181

djoreilly added a commit to djoreilly/linux-security-sensor that referenced this issue Jan 31, 2024
The v0.6.7 client does not have the sysinfo() function,
so interrogating them fails after the server is upgraded
to v0.7.0+.

Velocidex/velociraptor#3180
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

No branches or pull requests

1 participant