forked from SummitRoute/aws_managed_policies
-
-
Notifications
You must be signed in to change notification settings - Fork 32
/
AWSCodeCommitReadOnly.json
41 lines (41 loc) · 1.43 KB
/
AWSCodeCommitReadOnly.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
[
{
"findingDetails": "Use the operator type ARN instead of operator string for the condition key codestar-notifications:NotificationsForResource.",
"findingType": "SECURITY_WARNING",
"issueCode": "STRING_LIKE_OPERATOR_WITH_ARN_CONDITION_KEYS",
"learnMoreLink": "https://docs.aws.amazon.com/IAM/latest/UserGuide/access-analyzer-reference-policy-checks.html#access-analyzer-reference-policy-checks-security-warning-string-like-operator-with-arn-condition-keys",
"locations": [
{
"path": [
{
"value": "Statement"
},
{
"index": 7
},
{
"value": "Condition"
},
{
"value": "StringLike"
},
{
"key": "codestar-notifications:NotificationsForResource"
}
],
"span": {
"end": {
"column": 1453,
"line": 1,
"offset": 1453
},
"start": {
"column": 1404,
"line": 1,
"offset": 1404
}
}
}
]
}
]