-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Setting a SECURITY_DESCRIPTOR’s DACL to NULL #212
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
Conversation
Closing the gap between Semmle & PreFAST This rule is equivalent to C6248
|
There are some Unicode curly apostrophes (’ instead of ') in this PR that's causing our tests to fail due to platform differences. Please rebase to remove them from the git history. I've spotted them in the following places
|
|
Submitting fix. I will have to be careful in the future when using single quote ( ' ) to make sure my machine is not automatically replacing it. |
|
I just noticed that some files use a mix of tabs and spaces. Sorry, but we have a CI check for that that only runs internally and not on external PRs. It'll start failing if we merge this. Please change tabs to spaces in all files. Apart from that, this PR looks great, and I'll be happy to merge it. Thanks for the detailed help text and tests. |
|
The tests are failing after 925c3b5 because all the line numbers in the |
|
Fixing the .expected file and a few more tabs that I found. |
|
The last fix to the There's also now a conflict in |
|
Thanks… I have to find out why VS is changing the ' to ‘ … in the meantime I will try to get rid of them in the text. |
jbj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the contribution and the fixups! The tests are passing, except for a new test that's experimental for now and apparently broken.
|
Thanks a lot |
Add `Ssa::WriteDefinition::assigns/1` predicate
Kotlin: Fix build with old JDKs
Update go references in mod and sum files
Closing the gap between Semmle & PreFAST
This rule is equivalent to C6248