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

Set the security level of Windows named pipes to NoSecurity #6956

Merged
merged 1 commit into from Feb 14, 2024

Conversation

irsl
Copy link
Contributor

@irsl irsl commented Feb 1, 2024

Communication over named pipes on Windows is local IPC.

RELEASE NOTES:

  • Set the security level of Windows named pipes to NoSecurity

Copy link

linux-foundation-easycla bot commented Feb 1, 2024

CLA Signed

The committers listed above are authorized under a signed CLA.

Copy link

codecov bot commented Feb 1, 2024

Codecov Report

Merging #6956 (0537df0) into master (a3f5ed6) will decrease coverage by 1.28%.
Report is 9 commits behind head on master.
The diff coverage is 0.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6956      +/-   ##
==========================================
- Coverage   83.61%   82.33%   -1.28%     
==========================================
  Files         287      296       +9     
  Lines       30929    31434     +505     
==========================================
+ Hits        25860    25881      +21     
- Misses       3998     4488     +490     
+ Partials     1071     1065       -6     
Files Coverage Δ
credentials/local/local.go 75.67% <0.00%> (-4.33%) ⬇️

... and 34 files with indirect coverage changes

@irsl irsl changed the title Set the security level of Windows named pipes to NoSecurity Set the security level of Windows named pipes to PrivacyAndIntegrity Feb 6, 2024
@irsl irsl changed the title Set the security level of Windows named pipes to PrivacyAndIntegrity Set the security level of Windows named pipes to NoSecurity Feb 8, 2024
Communication over named pipes on Windows is local IPC.
@ginayeh ginayeh assigned dfawley and unassigned irsl Feb 8, 2024
@ginayeh ginayeh added this to the 1.62 Release milestone Feb 8, 2024
@ginayeh ginayeh added the Type: Feature New features or improvements in behavior label Feb 8, 2024
@ginayeh ginayeh modified the milestones: 1.62 Release, 1.63 Release Feb 8, 2024
credentials/local/local.go Show resolved Hide resolved
@dfawley dfawley removed their assignment Feb 14, 2024
Copy link
Member

@arvindbr8 arvindbr8 left a comment

Choose a reason for hiding this comment

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

LGTM. Thanks for the PR

@arvindbr8 arvindbr8 merged commit f94be9b into grpc:master Feb 14, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature New features or improvements in behavior
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants