Skip to content

Commit

Permalink
Merge pull request #366 from Privado-Inc/dev
Browse files Browse the repository at this point in the history
Dev sync
  • Loading branch information
pandurangpatil authored Dec 4, 2023
2 parents 93abfc0 + a660dac commit b0ecc09
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 7 deletions.
7 changes: 5 additions & 2 deletions rules/sinks/third_parties/sdk/datadoghq/java.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

# Sink rule for ThirdParty SDK
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>"

Expand All @@ -9,5 +8,9 @@ sinks:
domains:
- "datadoghq.com"
patterns:
- "(?i)(com[.]datadoghq).*"
- "(?i)(com[.]datadoghq|com[.]datadog[.]api[.]client|com[.]bazaarvoice[.]lassie.*DataDog|org[.]coursera[.]metrics[.]datadog).*"
- "(?i)(com[.]timgroup[.]statsd|com[.]github[.]arnabk[.]statsd|org[.]honton[.]chas[.]dogstatd).*"
- "(?i)(datadog[.]opentracing|datadog[.]trace[.]api|org[.]honton[.]chas[.]datadog[.]apm).*"
- "(?i)(datadog[.]telemetry).*"
tags:

2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/elastic/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ sinks:
domains:
- "elastic.co"
patterns:
- "(?i)(go.elastic.co|gopkg.in)(/)(apm|olivere/elastic|go-elasticsearch).*"
- "(?i)(go.elastic.co|gopkg.in|github.com)(/)(apm|olivere/elastic|go-elasticsearch|elastic/go-elasticsearch).*"
tags:
2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/github/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ sinks:
domains:
- "github.com"
patterns:
- "(?i)(github.com)(/)(gogs)(/)(git-module).*"
- "(?i)(github.com)(/)(gogs|shurcooL)(/)(git-module|github).*"
tags:
7 changes: 7 additions & 0 deletions rules/sinks/third_parties/sdk/google/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,3 +52,10 @@ sinks:
- "(?i)(github.com)(/)(GoogleCloudPlatform)(/)(firestore-gorilla-sessions).*"
tags:

- id: ThirdParties.SDK.Google.PageSpeedAPI
name: Google Page Speed API
domains:
- "developers.google.com/speed"
patterns:
- "(?i)(google.golang.org)(/)(api)(/)(pagespeedonline).*"
tags:
2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/hashicorp/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ sinks:
domains:
- "consul.io"
patterns:
- "(?i)(github.com)(/)(hashicorp)(/)(consul|terraform-plugin-sdk).*"
- "(?i)(github.com)(/)(hashicorp)(/)(consul|terraform-plugin-sdk|vault).*"
tags:
2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/slack/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ sinks:
domains:
- "slack.com"
patterns:
- "(?i)(github.com)(/)(blend|totvs|gogurgaon|seratch|ericogr|lacework|totvs)(/)(go-sdk/slack|pulumi-slack/sdk|joinslack/api|go-slack-sdk-experimental|pulumi-resource-slack/sdk/go|pulumi-slack/sdk/go|go-sdk/api|pulumi-slack-remover).*"
- "(?i)(github.com)(/)(blend|totvs|gogurgaon|seratch|ericogr|lacework|totvs|slack-go)(/)(slack|go-sdk/slack|pulumi-slack/sdk|joinslack/api|go-slack-sdk-experimental|pulumi-resource-slack/sdk/go|pulumi-slack/sdk/go|go-sdk/api|pulumi-slack-remover).*"
tags:
2 changes: 1 addition & 1 deletion rules/sinks/third_parties/sdk/temporal/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ sinks:
domains:
- "temporal.io"
patterns:
- "(?i)(github.com|go.temporal.io)(/)(spiral|cretz|sdk)(/)(go-sdk/temporal|temporal-sdk-go-advanced).*"
- "(?i)(github.com|go.temporal.io)(/)(spiral|cretz|sdk)(/)(temporal|go-sdk/temporal|temporal-sdk-go-advanced).*"
tags:

0 comments on commit b0ecc09

Please sign in to comment.