Commit f8159ff
Release/v1.8.0 (#106)
* Initial commit for ec2 close port for 1433, 1521, 20, 21, 23, 27017, … (#93)
* Initial commit for ec2 close port for 1433, 1521, 20, 21, 23, 27017, 3306, 5439, 5601, 8080, 9200 and 9300
* Checking in unit test and tox.ini, made modification to remove common pkg from ec2_close_port_20.py
* Checking in README with addition aws close port rules
* Update README with correct port names for the new scripts
* PLA-26195 - Handled PrincipalNotFound Exception in sql auditing job (#98)
* PLA-24844 - Remediation job to restrict default security group access (#85)
* PLA-24844 - Remediation job to restrict default security group access
* PLA-24844 - Remediation job to restrict default security group access
* Updated the remediation job code
* PLA-25429 - Remediation job to set password reuse prevention policy (#89)
* PLA-25429 - Remediation job to set password reuse prevention policy
* PLA-25429 - Updated unit test
* Updated the remediation job code
* PLA-25428 - Remediation Job to set minimum password length (#90)
* PLA-25430 - Remediation Job to delete expired server certificate (#96)
* Initial commit for kinesis_encrypt_stream (#97)
* Initial commit for kinesis_encrypt_stream
* modified to add a return and exception to kinesis_encrypt_stream.py and unit testcases for remediate
* remove print
* update README.md
* update README.md
* remove format in kinesis_encrypt_stream.py
* update README with a correct instruction to run the script and add a missing error loggin
Co-authored-by: Shrutika Kulkarni <73834811+kshrutik@users.noreply.github.com>
* PLA-26855 - Updated azure remediation jobs to wait for the poller result (#99)
* PLA-26855 - Updated azure remediation jobs to wait for the poller result
* PLA-26855 - Update azure jobs to poll continuously and log the status
* Initial commit for aws 3 jobs: ebs_private_snapshot, rds_enable_versi… (#101)
* Initial commit for aws 3 jobs: ebs_private_snapshot, rds_enable_version_update, rds_remove_public_endpoint
* Update ebs_private_snapshot.py
* Incorporated comments and inputs from PR review
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* Update README.md
* PLA-29176 - Fix remediation jobs for port rules (#102)
* PLA-29176 - Fix remediation jobs for port rules
* PLA-29176 - updated requirements
* PLA-29176 - Updated the public instance port remediation jobs
* PLA-29176 - Fixed readme file
* PLA-29176 - Fixed comments
* PLA-29176 - Updated all the AWS port rule remediation jobs
* PLA-29176 - Fixed requirements-dev file
* PLA-29176 - Added comments
* PLA-29459 - Update Readme and tox file (#104)
* PLA-29459 - Update Readme and tox file
* PLA-29459 - Updated readme
* Fixed requirements file (#105)
Co-authored-by: lytran2000 <44222483+lytran2000@users.noreply.github.com>1 parent c958afc commit f8159ff
File tree
198 files changed
+6550
-563
lines changed- remediation_worker/jobs
- aws_ec2_administration_ports_ingress_allowed
- aws_ec2_default_security_group_traffic
- aws_iam_password_policy_min_length
- aws_iam_password_reuse_prevention
- aws_iam_server_certificate_expired
- azure_mysql_enforce_ssl_connection_enable
- azure_postgresql_allow_access_to_azure_service_disabled
- azure_postgresql_enforce_ssl_connection_enable
- azure_sql_auditing_on_server
- azure_sql_tde_protector_encrypted_cmk
- azure_sql_threat_detection_on_server
- azure_sql_threat_detection_types_all_server
- ebs_private_snapshot
- ec2_close_port_1433
- ec2_close_port_1521
- ec2_close_port_20
- ec2_close_port_21
- ec2_close_port_22
- ec2_close_port_23
- ec2_close_port_27017
- ec2_close_port_3306
- ec2_close_port_3389
- ec2_close_port_5439
- ec2_close_port_5601
- ec2_close_port_8080
- ec2_close_port_9200_9300
- kinesis_encrypt_stream
- rds_enable_version_update
- rds_remove_public_endpoint
- security_group_close_port_22
- security_group_close_port_3389
- security_group_close_port_5432
- test/unit
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
198 files changed
+6550
-563
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
137 | 156 | | |
138 | 157 | | |
139 | 158 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
Lines changed: 29 additions & 208 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
82 | | - | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
123 | | - | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
133 | | - | |
134 | | - | |
135 | | - | |
136 | | - | |
137 | | - | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | | - | |
142 | | - | |
143 | | - | |
144 | | - | |
145 | | - | |
146 | | - | |
147 | | - | |
148 | | - | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
153 | | - | |
154 | | - | |
155 | | - | |
156 | | - | |
157 | | - | |
158 | | - | |
159 | | - | |
160 | | - | |
161 | | - | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
168 | | - | |
169 | | - | |
170 | | - | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
176 | | - | |
177 | | - | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | | - | |
208 | | - | |
209 | | - | |
210 | | - | |
211 | | - | |
212 | | - | |
213 | | - | |
214 | | - | |
215 | | - | |
216 | | - | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
226 | | - | |
227 | | - | |
228 | | - | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
233 | | - | |
234 | | - | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
240 | | - | |
241 | | - | |
242 | | - | |
243 | | - | |
244 | | - | |
245 | | - | |
246 | | - | |
247 | | - | |
248 | | - | |
249 | | - | |
250 | | - | |
251 | | - | |
252 | | - | |
253 | | - | |
254 | | - | |
255 | | - | |
256 | | - | |
257 | | - | |
258 | | - | |
259 | 64 | | |
260 | 65 | | |
261 | 66 | | |
| |||
276 | 81 | | |
277 | 82 | | |
278 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
279 | 87 | | |
280 | 88 | | |
281 | 89 | | |
282 | 90 | | |
283 | | - | |
284 | | - | |
285 | | - | |
286 | | - | |
287 | | - | |
288 | | - | |
289 | | - | |
290 | | - | |
291 | | - | |
292 | | - | |
293 | | - | |
294 | | - | |
295 | | - | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
296 | 117 | | |
297 | 118 | | |
298 | 119 | | |
| |||
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
Lines changed: 6 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
0 commit comments