-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix AccessList & AccessMask processing in security data_stream (#29016)…
… (#29055) - According to MS documentation examples AccessList contains a space separated list of access masks and AccessMask contains an integer. - Retain old behavior if AccessMask contains a space separated list of access masks - Add new code to parse AccessList as space separated list of access masks - Add new code to parse AccessMask if an integer (cherry picked from commit 7323a63) Co-authored-by: Lee E Hinman <[email protected]>
- Loading branch information
1 parent
0ea1244
commit 6497af6
Showing
2 changed files
with
77 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters