Skip to content

Commit 7feb50b

Browse files
Merge pull request #522 from Privado-Inc/dev
Release PR
2 parents cf7cc17 + 69de7c6 commit 7feb50b

File tree

6 files changed

+31
-15
lines changed

6 files changed

+31
-15
lines changed

.github/workflows/comparison-result.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
needs: start_workflow
4848
strategy:
4949
matrix:
50-
language: ['java-1', 'java-2' ,'python', 'js', 'ruby-1', 'ruby-2', 'go', 'kotlin']
50+
language: ['java-1', 'java-2' ,'python', 'js', 'ruby-1', 'ruby-2', 'go', 'kotlin', 'php', 'csharp']
5151
continue-on-error: true
5252
runs-on: ubuntu-latest
5353
steps:

rules/collections/annotations/java.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,37 @@
11
collections:
22
- id: Collections.Annotation.Spring
33
name: Spring Web Interface Annotation
4-
patterns:
4+
patterns:
55
- "RequestMapping|PostMapping|PutMapping|PatchMapping|GetMapping|DeleteMapping"
66
tags:
77

8+
- id: Collections.Annotation.Spring.SOAP
9+
name: Spring Web Interface Annotation SOAP
10+
patterns:
11+
- "Endpoint|PayloadRoot"
12+
tags:
13+
814
- id: Collections.Annotation.Struts
915
name: Struts Web Interface Annotation
10-
patterns:
16+
patterns:
1117
- "Action"
1218
tags:
1319

1420
- id: Collections.Annotation.Blade
1521
name: Blade Web Interface Annotation
16-
patterns:
22+
patterns:
1723
- "Path|(Get|Put|Post|Patch|Delete){0,1}Route"
1824
tags:
1925

2026
- id: Collections.Annotation.Jersey
2127
name: Jersey Web Interface Annotation
22-
patterns:
28+
patterns:
2329
- "Path|ApplicationPath"
2430
tags:
2531

2632
- id: Collections.Annotation.GoogleWebToolkit
2733
name: GWT Web Interface Annotation
28-
patterns:
34+
patterns:
2935
- "RemoteServiceRelativePath"
3036
tags:
3137

rules/sinks/third_parties/sdk/amazon/javascript.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ sinks:
9393
tags:
9494

9595
- id: ThirdParties.SDK.Amazonaws.Lambda
96-
name: Amazonaws Lamba
96+
name: Amazonaws Lambda
9797
domains:
9898
- "aws.amazonaws.com/lambda"
9999
patterns:
@@ -1042,4 +1042,4 @@ sinks:
10421042
- "aws.amazon.com/managed-workflows-for-apache-airflow"
10431043
patterns:
10441044
- "@aws-sdk\\/client-mwaa"
1045-
tags:
1045+
tags:

rules/sinks/third_parties/sdk/amazon/python.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ sinks:
116116

117117

118118
- id: ThirdParties.SDK.Amazonaws.Lambda
119-
name: Amazonaws Lamba
119+
name: Amazonaws Lambda
120120
domains:
121121
- "aws.amazonaws.com/lambda"
122122
patterns:
@@ -976,4 +976,4 @@ sinks:
976976
- "aws.amazon.com/opensearch-service"
977977
patterns:
978978
- "(?i)(aws_cdk.*aws_opensearchservice).*"
979-
tags:
979+
tags:

rules/sinks/third_parties/sdk/tealium/javascript.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,12 @@ sinks:
1111
patterns:
1212
- "ember-tracker|tealium-react-native|tealium|tealium-cordova-plugin|gatsby-plugin-tealium-utag|@s-ui\\/tealium-tracker|tealium-tracker|react-metrics-service"
1313
tags:
14+
15+
- id: ThirdParties.SDK.Tealium.TagManagerPixel
16+
name: Tealium Tag Manager
17+
filterProperty: "code"
18+
domains:
19+
- "tealium.com"
20+
patterns:
21+
- "(?i)(.*[.])?(utag|utag.view|utag.link|utag.track)[(].*"
22+
tags:

rules/sinks/third_parties/sdk/pysimplegui/python.yaml renamed to rules/sinks/third_parties/sdk/tealium/php.yaml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@
33
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>"
44

55
sinks:
6-
7-
- id: ThirdParties.SDK.Pysimplegui
8-
name: Pysimplegui
6+
- id: ThirdParties.SDK.Tealium
7+
name: Tealium
8+
filterProperty: "code"
99
domains:
10-
- "PySimpleGUI.org"
10+
- "tealium.com"
1111
patterns:
12-
- "(?i)(PySimpleGUI).*"
12+
- "(?i)(.*)?(tealium_add_data|utag.{0,2}track)[(].*"
1313
tags:
14+

0 commit comments

Comments
 (0)