Sergio Garcia
989638a42d
feat(RDS): Service and missing checks ( #1513 )
2022-11-23 14:34:51 +01:00
Sergio Garcia
9204142eaf
feat(display): add progress bar and summary table ( #1512 )
...
Co-authored-by: sergargar <sergio@verica.io >
2022-11-22 11:18:43 +01:00
Pepe Fagoaga
9d3bff9e54
fix: Linter issues ( #1471 )
...
Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com >
2022-11-14 16:21:51 +01:00
Nacho Rivera
2d86254549
fix(allowlist): allowlist file default value ( #1425 )
...
Co-authored-by: sergargar <sergio@verica.io >
2022-10-24 09:29:24 +02:00
Sergio Garcia
53f8a9698f
feat(allowlist): Add Allowlist feature ( #1395 )
2022-10-21 11:33:23 +02:00
Sergio Garcia
eb914d03ce
feat(services_testing): Add tests for EC2, IAM and S3 services ( #1352 )
...
Co-authored-by: Pepe Fagoaga <pepe@verica.io >
Co-authored-by: sergargar <sergio@verica.io >
2022-08-31 13:40:28 +02:00
Sergio Garcia
44f514f02c
feat(s3_output): send outputs to S3 bucket ( #1343 )
2022-08-29 08:43:34 +02:00
Sergio Garcia
a63c42f59c
feat(custom_filename): custom output filename ( #1345 )
...
* feat(s3_output): send outputs to S3 bucket
* feat(custom_filename): custom output filename
Co-authored-by: sergargar <sergio@verica.io >
2022-08-26 13:08:34 +02:00
Sergio Garcia
65185943ca
feat(shub_compatibility): send finding to filter regions and change checkType to list ( #1341 )
2022-08-26 11:24:12 +01:00
Nacho Rivera
182d0381c3
chore(tests): Add tests to output generation ( #1340 )
...
* chore(tests): added tests to outputs
* fix(timestamp): change timestamp coming from config
2022-08-23 11:51:40 +02:00
Pepe Fagoaga
c7a43b09ce
chore: Move shared to lib/ for AWS ( #1321 )
...
* chore: Move shared to lib/
* chore: Move shared to lib/ for AWS
Co-authored-by: Sergio Garcia <38561120+sergargar@users.noreply.github.com >
2022-08-22 10:41:09 +01:00
Pepe Fagoaga
fa0fdbf0d1
fix(output): No resources ( #1320 )
2022-08-04 18:46:03 +02:00
Sergio Garcia
a796545da5
feat(regions): add regions to resources ( #1285 )
2022-08-04 13:35:13 +02:00
Pepe Fagoaga
0b34940e20
feat(output): Include tab for better reading ( #1310 )
2022-08-03 16:55:11 +02:00
Pepe Fagoaga
b59042d9e9
fix(check_name): Remove check_name ( #1307 )
2022-08-03 16:38:53 +02:00
Sergio Garcia
ed1572d2d9
feat(iam_checks): add several checks for iam ( #1264 )
...
* feat(extra71): add iam_administrator_access_with_mfa check.
* feat(checks): add extra7125 and extra7123
* feat(checks): add check14
* feat(checks): add check112
* feat(checks): add check11
* feat(checks): add check114 and check113
* feat(checks): add check12
* feat(classes): add IAM classess.
* Update iam_root_hardware_mfa_enabled.py
* fix(comments): Resolve comments.
Co-authored-by: sergargar <sergio@verica.io >
2022-07-22 12:14:49 +02:00
Sergio Garcia
7d0a95e98f
feat(shub): add Security Hub integration ( #1255 )
2022-07-21 12:22:56 +02:00
Sergio Garcia
611bd909ef
feat(json-asff): add json-asff ouput ( #1252 )
...
* feat(json): add json output
* feat(pydantic): add pydantic model to json output
* feat(json-asff): add json-asff ouput
* Update config/config.py
Co-authored-by: Pepe Fagoaga <pepe@verica.io >
* Update models.py
* fix(comments): Resolve comments.
Co-authored-by: sergargar <sergio@verica.io >
Co-authored-by: Pepe Fagoaga <pepe@verica.io >
2022-07-08 09:37:32 +02:00
Sergio Garcia
7b9fae5605
feat(json): add json output ( #1251 )
...
* feat(json): add json output
* feat(pydantic): add pydantic model to json output
Co-authored-by: sergargar <sergio@verica.io >
2022-07-06 14:35:15 +02:00
Sergio Garcia
d47bb09b2a
feat(organizations): Extract Metadata from Management Account ID (-O) ( #1248 )
...
* feat(organizations): add organizations funtion to provider
* feat(organizations): add organizations -O option
* fix(comments): Resolve comments.
* feat(test): add test
* fix(pipfile): update pipfile
Co-authored-by: sergargar <sergio@verica.io >
2022-07-05 12:00:14 +02:00
Nacho Rivera
11652838e2
feat(outputS): Output generation format CSV ( #1230 )
...
* chore(csv): first version csv output
* chore(pytest): added pytest dependency
* chore(outputs): organizations demo
* chore(compliance): Added new dataclass for each compliance framework
* fix(test org values): deleted test values in orgs instantiation
* fix(csv): formatted to match output format
* fix(csv output): Reformulation of check report and minor changes
* fix(minor issues): Fix various issues coming from PR comments
* fix(csv): Renamed csv output data model
* fix(output dir): create default if not present
* fix(typo): remove s
* fix(oldcode)
* fix(typo)
* fix(output): Only send to csv when -M is passed
Co-authored-by: sergargar <sergio@verica.io >
Co-authored-by: Pepe Fagoaga <pepe@verica.io >
2022-07-04 10:30:47 +02:00