access-control
Here are 516 public repositories matching this topic...
-
Updated
May 31, 2021 - Go
-
Updated
Jan 17, 2021 - TypeScript
-
Updated
May 31, 2021 - TypeScript
-
Updated
May 22, 2021 - Java
With this policy:
f(x: Integer);
f(1);
g(1);
g(x: Integer);
You get:
query> f(1)
[debug] QUERY: f(1), BINDINGS: {}
[debug] APPLICABLE_RULES:
[debug] f(x: Integer);
[debug] f(1);
...
query> g(1)
[debug] QUERY: g(1), BINDINGS: {}
[debug] APPLICABLE_RULES:
[debug] g(x: Integer);
[debug] g(1);
...
The version with a sp
-
Updated
May 20, 2021 - Vue
-
Updated
Feb 22, 2021 - C++
-
Updated
May 26, 2021 - PHP
Description: from twitter: https://twitter.com/clintgibler/status/1398046293340037121?s=19
- The paper lists assurance/risk for each task. Would that be useful to add to the checklist?
- Map assurance levels to the checklist we provided
-------original
-
Updated
May 26, 2021 - TypeScript
-
Updated
Sep 11, 2018 - Ruby
-
Updated
Jun 4, 2021 - Python
-
Updated
May 30, 2021 - TypeScript
-
Updated
Jun 5, 2021 - C#
-
Updated
Jun 5, 2021 - Python
-
Updated
May 27, 2021 - Vue
-
Updated
Jan 23, 2021
-
Updated
Nov 15, 2020 - TypeScript
-
Updated
Jun 4, 2021 - PHP
-
Updated
May 1, 2021 - Go
-
Updated
Jul 17, 2018 - JavaScript
-
Updated
May 14, 2021 - Go
Every now and then happens that the instance fails to boot up and it would be good to have a way how to debug it, AWS just provided it. aws-gate should have support for this.
More https://aws.amazon.com/about-aws/whats-new/2021/03/introducing-ec2-serial-console/
Type annotations
-
Updated
Jun 25, 2020 - C++
-
Updated
May 19, 2021 - Ruby
-
Updated
Jul 26, 2017 - Go
-
Updated
Jun 4, 2021 - Python
-
Updated
Jan 30, 2021 - Go
Improve this page
Add a description, image, and links to the access-control topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the access-control topic, visit your repo's landing page and select "manage topics."
Steps to reproduce: