Hi all! We (Trail of Bits) have a client who would...
# core
m
Hi all! We (Trail of Bits) have a client who would like to query for file version information on Windows; I wanted to ask if you all would be open to a PR that adds a column with this to the
file
table (using
extended_schema
)? I'm a little new to this community, so I wanted to ask because it struck me that schema modifications might not be something done lightly 🙂
g
Hi Mark, I don't think anyone is against adding new columns. Changing existing column behavior is really a problem. I don't see why we should not have it. Just, please, make sure you have the tests as well. If sometime you decide to implement larger feature, you can also create Blueprint at our github issues section
f
Blueprints are recommended (you can read about it at https://github.com/facebook/osquery/blob/experimental/CONTRIBUTING.md#blueprints). But if the change is trivial no need.
m
ok thanks guys 🙂
👍 1