Hello! I am interested in possibly adding some add...
# general
r
Hello! I am interested in possibly adding some additional targets for a preexisting feature. I'm not sure which channel is appropriate for that discussion as this would be my first contribution.
z
What is the feature?
r
The startup_items table (windows) (source here: https://github.com/osquery/osquery/blob/3c64d802eb4c2a8de7e9e4ffbf6143e5aa9ef940/osquery/tables/system/windows/startup_items.cpp ) has some registry keys used for lookup. I wanted to add some more registry keys.
So just adding a line or two to the
std::set<std::string> kStartupRegKeys
variable.
z
Do you expect this to be controversial? Probably best off just putting up a PR.
r
I doubt it will be controversial. I was in process of making the PR. I read contrib but wanted to make sure there weren't any gotchas for new contributors.
z
As long as you can sign the CLA should be little trouble 🙂
r
If I had questions about current existing keys do you know where I should go to ask them (channel-wise)?
z
#windows probably best
r
Thank you!