-
Notifications
You must be signed in to change notification settings - Fork 1
/
.snyk
43 lines (43 loc) · 2.08 KB
/
.snyk
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
42
43
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-CC-TF-73:
- main.tf > resource > aws_security_group[db_sg] > egress:
reason: AWS Security Group allows open egress
expires: 2024-04-01T00:00:00.000Z
created: 2022-11-14T18:20:39.256Z
- main.tf > resource > aws_security_group[standard_web_sg] > egress:
reason: AWS Security Group allows open egress
expires: 2024-04-01T00:00:00.000Z
created: 2022-11-14T18:20:39.256Z
- main.tf > resource > aws_security_group[ecs_tasks_sg] > egress:
reason: AWS Security Group allows open egress
expires: 2024-04-01T00:00:00.000Z
created: 2022-11-14T18:20:39.256Z
- main.tf > resource > aws_security_group[eks_sg] > egress:
reason: AWS Security Group allows open egress
expires: 2024-04-01T00:00:00.000Z
created: 2022-11-14T18:20:39.256Z
SNYK-CC-TF-1:
- main.tf > input > resource > aws_security_group[db_sg] > ingress[0]:
reason: Security Group allows open ingress
expires: 2024-04-01T00:00:00.000Z
created: 2022-11-14T18:20:39.256Z
- main.tf > input > resource > aws_security_group[eks_sg] > ingress:
reason: Security Group allows open ingress
expires: 2024-04-01T00:00:00.000Z
created: 2022-11-14T18:20:39.256Z
- main.tf > input > resource > aws_security_group[standard_web_sg] > ingress[0]:
reason: Security Group allows open ingress
expires: 2024-04-01T00:00:00.000Z
created: 2022-11-14T18:20:39.256Z
- main.tf > input > resource > aws_security_group[standard_web_sg] > ingress[1]:
reason: Security Group allows open ingress
expires: 2024-04-01T00:00:00.000Z
created: 2022-11-14T18:20:39.256Z
- main.tf > input > resource > aws_security_group[ecs_tasks_sg] > ingress:
reason: Security Group allows open ingress
expires: 2024-04-01T00:00:00.000Z
created: 2022-11-14T18:20:39.256Z
patch: {}