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

Return correct OS details for Windows Server 2019 #17760

Merged
merged 3 commits into from Mar 25, 2024

Conversation

dantecatalfamo
Copy link
Member

@dantecatalfamo dantecatalfamo commented Mar 21, 2024

#17562

  • Changes file added for user-visible changes in changes/ or orbit/changes/.
    See Changes files for more information.
  • Input data is properly validated, SELECT * is avoided, SQL injection is prevented (using placeholders for values in statements)
  • Added/updated tests Query was not returning results because of a select on a nonexistant row
  • Manual QA for all new/changed functionality

@dantecatalfamo
Copy link
Member Author

Fixed the os version-related issues, but it looks like the memory usage is a problem with osquery itself osquery/osquery#8059

Copy link

codecov bot commented Mar 21, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 65.61%. Comparing base (1d736d8) to head (a48996d).
Report is 19 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17760      +/-   ##
==========================================
- Coverage   65.68%   65.61%   -0.07%     
==========================================
  Files        1193     1193              
  Lines      108031   108031              
  Branches     2574     2574              
==========================================
- Hits        70955    70883      -72     
- Misses      31707    31766      +59     
- Partials     5369     5382      +13     
Flag Coverage Δ
backend 66.61% <ø> (-0.08%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@dantecatalfamo
Copy link
Member Author

The memory detection issue seems to be VM-related, I'm not going to pursue it further as part of this issue. If it comes up again on hardware I'll look deeper into it

@dantecatalfamo dantecatalfamo marked this pull request as ready for review March 21, 2024 18:54
@dantecatalfamo dantecatalfamo requested a review from a team as a code owner March 21, 2024 18:54
Copy link
Member

@roperzh roperzh left a comment

Choose a reason for hiding this comment

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

@dantecatalfamo dantecatalfamo merged commit ee14a26 into main Mar 25, 2024
21 checks passed
@dantecatalfamo dantecatalfamo deleted the windows-server-2019-details branch March 25, 2024 14:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants