Rafaela Soares
Rafaela Soares
Closes #5605 **Proposed Changes** - added parentheses expr to convertStringPart I submit this contribution under the Apache-2.0 license.
Closes #5621 **Proposed Changes** - added resolver for args I submit this contribution under the Apache-2.0 license.
**Proposed Changes** - reduced complexity of `lambda_function_with_privileged_role` query since this query exceeded query timeout in PR #5423 I submit this contribution under the Apache-2.0 license.
**Proposed Changes** - improved SplitLines function calls - improved minor code details I submit this contribution under the Apache-2.0 license.
**Proposed Changes** - added Kubernetes API support for runtime k8s clusters scan I submit this contribution under the Apache-2.0 license.
**Proposed Changes** - fixed incorrect metadatas I submit this contribution under the Apache-2.0 license.
There are a few cases related to defined variables that Password and Secrets return FP's: - **Code snippets**: ``` Resources: MyLambdaFunction: Type: AWS::Lambda::Function Properties: FunctionName: !Sub '${AWS::StackName}-CdnViewerRequest' Code: ZipFile: !Sub...
Dockerfile: ``` (...) # Install Terraform and Terraform plugins RUN wget https://releases.hashicorp.com/terraform/1.2.3/terraform_1.2.3_linux_amd64.zip \ && unzip terraform_1.2.3_linux_amd64.zip && rm terraform_1.2.3_linux_amd64.zip \ && mv terraform /usr/bin/terraform \ && wget https://releases.hashicorp.com/terraform-provider-azurerm/3.5.0/terraform-provider-azurerm_3.5.0_linux_amd64.zip \ &&...
## CASE 1 ### Actual Behavior A false positive result is detected in line 76 (` SLACK_SIGNING_SECRET = "projects/455826092000/secrets/SlackSigningSecret/versions/latest" `). The result is flagging a path to a secret, which...
### Description BOM (Bill of Materials) uses Rego queries to extract a list of used resources along with its metadata in the scanned IaC. It is already available for AWS...