Skip to content

Commit

Permalink
Merge pull request #445 from Privado-Inc/dev
Browse files Browse the repository at this point in the history
fix: correct sdk sink names for third parties (#443)
  • Loading branch information
khemrajrathore committed Apr 10, 2024
2 parents d7e6331 + 674b63b commit ed55b55
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/amazon/csharp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ sinks:
tags:

- id: ThirdParties.SDK.Amazonaws.Kinesis
name: Amazon Aws Kinesis
name: Amazon AWS Kinesis
domains:
- "aws.amazon.com/kinesis/"
patterns:
Expand Down
2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/amazon/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ sinks:
- id: ThirdParties.SDK.Amazonaws.Auth
name: Amazonaws Auth
domains:
- "aws.amazon.com"
- "docs.aws.amazon.com/prescriptive-guidance/latest/modernization-net-applications-security/authentication.html"
patterns:
- "(?i)(react-oauth2-pkce|@cloudcomponents\\/cdk-cloudfront-authorization|@vue-toolkit\\/aws-auth|react-oauth2-pkce-temp|passwordless-auth|serverless-custom-auth-plugin|brewery-auth|graphql-workspace-authorizer-transformer|vault-auth-aws|aws-api-auth-policy|@pi-team-mn\\/aws-apigw-authorizer|awsauth|redis-connection-no-auth|@stinkstudios\\/cf-auth|api-gateway-auth-policy|@orcden\\/od-authentication|aws-apigw-authorizer|@engineal\\/aws-cdk-recaptcha-authorizer)"
tags:
Expand Down
2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/amazon/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -799,7 +799,7 @@ sinks:
tags:

- id: ThirdParties.SDK.Amazon.Aws
name: Amazon AWS
name: Amazon Aws
domains:
- "aws.amazon.com"
patterns:
Expand Down
2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/amazonaws/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1359,7 +1359,7 @@ sinks:
- id: ThirdParties.SDK.Amazonaws.AppRegistry
name: Amazonaws App Registry
domains:
- "aws.amazon.com"
- "docs.aws.amazon.com/servicecatalog/latest/arguide/intro-app-registry.html"
patterns:
- "(?i)(com[.]amazonaws[.]services[.]appregistry).*"
tags:
Expand Down
4 changes: 2 additions & 2 deletions rules/sinks/third_parties/sdk/google/javascript.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ sinks:
- id: ThirdParties.SDK.Google.TagManager
name: Google Tag Manager
domains:
- "analytics.google.com"
- "tagmanager.google.com"
patterns:
- "@analytics\\/google-tag-manager|gatsby-plugin-google-gtag|react-gtm-module"
tags:
Expand All @@ -48,7 +48,7 @@ sinks:
name: Google Tag Manager
filterProperty: "code"
domains:
- "analytics.google.com"
- "tagmanager.google.com"
patterns:
- "(?i)(.*[.])?(gtag|dataLayer.push)[(].*"
tags:
Expand Down
2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/google/php.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ sinks:
- id: ThirdParties.SDK.Google.TagManager
name: Google Tag Manager
domains:
- "analytics.google.com"
- "tagmanager.google.com"
patterns:
- "(?i).*(googletagmanager).*"
tags:
Expand Down

0 comments on commit ed55b55

Please sign in to comment.