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

(Windows) New table: default_environment #5441

Merged
merged 13 commits into from Oct 16, 2019
Merged

(Windows) New table: default_environment #5441

merged 13 commits into from Oct 16, 2019

Conversation

woodruffw
Copy link
Contributor

Adds the default_environment table, which contains rows of default environment variables added to each process on initialization by Windows.

This table proxies and extrapolates its contents from the registry table.

@facebook-github-bot facebook-github-bot added the cla signed Automated label: Pull Request author has signed the osquery CLA label Feb 14, 2019
Copy link
Contributor

@akindyakov akindyakov left a comment

Choose a reason for hiding this comment

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

Thank you @woodruffw for this contribution!
Just one small question about code changes. Also let me run more tests on it and we good to merge it.

tests/integration/tables/default_environment.cpp Outdated Show resolved Hide resolved
Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@akindyakov has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@facebook-github-bot
Copy link

@woodruffw has updated the pull request. Re-import the pull request

Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@akindyakov has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

Copy link

@facebook-github-bot facebook-github-bot left a comment

Choose a reason for hiding this comment

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

@akindyakov has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.

@woodruffw woodruffw changed the base branch from experimental to master September 30, 2019 20:16
@woodruffw
Copy link
Contributor Author

This has also been rebased and is good for another review (cc @alessandrogario / @theopolis / @Smjert).

@theopolis
Copy link
Member

We've addressed the CI failure. If you don't mind rebasing onto master, this should fix the issue.

@theopolis theopolis merged commit 1ca47d3 into osquery:master Oct 16, 2019
@woodruffw woodruffw deleted the william/feature/windows_default_env branch October 16, 2019 18:24

namespace osquery {
namespace tables {
static std::string kEnvironmentKey =
Copy link
Member

Choose a reason for hiding this comment

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

const

Copy link
Member

Choose a reason for hiding this comment

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

doh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla signed Automated label: Pull Request author has signed the osquery CLA Windows
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants