Pedro Martín

Results 33 issues of Pedro Martín

### Description Develop a Compliance class to manage the compliance and get info about them. ### Checklist - Are there new checks included in this PR? Yes / No -...

### Description This PR adds custom exceptions for AWS: - `AWSClientError` - `AWSProfileNotFoundError` - `AWSNoCredentialsError` - `AWSArgumentTypeValidationError` - `AWSSetUpSessionError` - `AWSIAMRoleARNRegionNotEmtpy` - `AWSIAMRoleARNPartitionEmpty` - `AWSIAMRoleARNMissingFields` - `AWSIAMRoleARNServiceNotIAMnorSTS` - `AWSIAMRoleARNInvalidAccountID` -...

documentation
provider/aws

### Description Add custom exceptions for azure provider: - `AzureEnvironmentVariableError` - `AzureNoSubscriptionsError` - `AzureSetUpIdentityError` - `AzureNoAuthenticationMethodError` - `AzureBrowserAuthNoTenantIDError` - `AzureTenantIDNoBrowserAuthError` - `AzureArgumentTypeValidationError` - `AzureSetUpRegionConfigError` - `AzureDefaultAzureCredentialError` - `AzureInteractiveBrowserCredentialError` - `AzureHTTPResponseError`...

provider/aws
provider/azure

### New feature motivation The goal it's to get the ISO27001 compliance framework for the GCP provider. ### Solution Proposed Add the compliance to Prowler - [ ] Add tests...

feature-request
severity/low

### New feature motivation The goal it's to get the SOC2 compliance framework for the GCP provider. ### Solution Proposed Add the compliance to Prowler - [ ] Add tests...

feature-request
severity/low

### Description This PR add multiple methods to `CheckMetadata` class: * `list` * `get` * `list_by_severity` * `list_by_category` * `list_by_service` * `list_by_compliance_framework` >[!NOTE] > Some methods have been removed since...

provider/aws

### Description This PR adds `test_connection` method to the S3 class. ### Checklist - Are there new checks included in this PR? Yes / No - If so, do we...

provider/aws
integration/s3

### Description This PR adds Prowler inventory for the AWS provider. Using the flag `--scan-inventory` will create an output folder filled with all the information retrieved for the provider. You...

evaluating
documentation
no-merge
provider/aws

### Description Add CIS 3.0 compliance for Azure ### Checklist - Are there new checks included in this PR? Yes / No - If so, do we need to update...

### Description Refactor code related with check metadata and custom checks metadata. ### Checklist - Are there new checks included in this PR? Yes / No - If so, do...