-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #479 from Privado-Inc/dev
Release PR
- Loading branch information
Showing
22 changed files
with
171 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
|
||
# Sink Rules for storage database MongoDB - https://www.mongodb.com/ | ||
|
||
sinks: | ||
- id: Storages.MongoDB.Read | ||
name: MongoDB(Read) | ||
domains: | ||
- mongodb.com | ||
patterns: | ||
- "(?i).*(MongoDB(\\\\)?(Client|Driver)).*(find|findOne|findAndModify|distinct|aggregate|execute|executeQuery)" | ||
|
||
- id: Storages.MongoDB.Write | ||
name: MongoDB(Write) | ||
domains: | ||
- mongodb.com | ||
patterns: | ||
- "(?i).*(MongoDB(\\\\)?(Client|Driver)).*(insertOne|update|updateMany|replaceOne|deleteOne|deleteMany|bulkWrite)" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
|
||
# Sink Rules for storage database Elasticsearch - https://www.opensearch.org | ||
|
||
sinks: | ||
|
||
- id: Storages.Opensearch.Read | ||
name: Opensearch(Read) | ||
domains: | ||
- opensearch.org | ||
patterns: | ||
- "(?i).*(OpenSearch[.]Client).*(get|serarch|msearch|scroll|count|explain|termVectors|mget).*" | ||
tags: | ||
|
||
- id: Storages.Opensearch.Write | ||
name: Opensearch(Write) | ||
domains: | ||
- opensearch.org | ||
patterns: | ||
- "(?i).*(Opensearch[.]Client).*(index|update|delete|bulk|reindex).*" | ||
tags: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
sinks: | ||
|
||
- id: Storages.ORM.Dapper.Write | ||
name: Dapper (Write) | ||
domains: | ||
- learndapper.com | ||
patterns: | ||
- "(?i)(Dapper).*(Execute|Insert|Update|Delete)(Async)?.*" | ||
tags: | ||
|
||
- id: Storage.ORM.Dapper.Read | ||
name: Dapper (Read) | ||
domains: | ||
- learndapper.com | ||
patterns: | ||
- "(?i)(Dapper).*(Query|QuerySingle|QueryFirst|QueryMultiple)(Async)?.*" | ||
tags: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
sinks: | ||
|
||
- id: Storages.ORM.ORMLite.Read | ||
name: ORMLite (Read) | ||
domains: | ||
- ormlite.com | ||
patterns: | ||
- "(?i)(com[.]j256[.]ormlite).*(queryForFirst|queryForId|queryForAll|countOf|queryBuilder)" | ||
tags: | ||
|
||
- id: Storages.ORM.ORMLite.Write | ||
name: ORMLite (Write) | ||
domains: | ||
- ormlite.com | ||
patterns: | ||
- "(?i)(com[.]j256[.]ormlite).*(create|update|createOrUpdate|delete|deleteById|deleteBuilder)" | ||
tags: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
sinks: | ||
|
||
- id: Storages.Redis.Read | ||
name: Redis DB(Read) | ||
domains: | ||
- redis.io | ||
patterns: | ||
- "(?i)(stackExchange[.]redis).*[.](StringGet)" | ||
tags: | ||
|
||
- id: Storages.Redis.Write | ||
name: Redis DB(Write) | ||
domains: | ||
- redis.io | ||
patterns: | ||
- "(?i)(stackExchange[.]redis).*[.](Set|HSet|Del)" | ||
tags: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
# Sink rule for ThirdParty SDK | ||
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>" | ||
|
||
sinks: | ||
|
||
- id: ThirdParties.SDK.Launchdarkly | ||
name: Launchdarkly | ||
domains: | ||
- "launchdarkly.com" | ||
patterns: | ||
- "(?i)(LaunchDarkly[.]Sdk).*" | ||
tags: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
# Sink rule for ThirdParty SDK | ||
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>" | ||
|
||
sinks: | ||
|
||
- id: ThirdParties.SDK.Opentelemetry | ||
name: Opentelemetry | ||
domains: | ||
- "opentelemetry.io" | ||
patterns: | ||
- "(?i)(OpenTelemetry\\\\(sdk|api)).*" | ||
tags: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
|
||
# Sink rule for ThirdParty SDK | ||
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>" | ||
|
||
sinks: | ||
|
||
- id: ThirdParties.SDK.Pendo | ||
name: Pendo | ||
domains: | ||
- "pendo.io" | ||
patterns: | ||
- "(?i)(sdk[.]pendo[.]io[.]Pendo).*" | ||
tags: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters