Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/comparison-result.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:

jobs:
start_workflow:
runs-on: ubuntu-24.04 # We are version-locking this to avoid breaking changes in the future
runs-on: ubuntu-22.04 # We are version-locking this to avoid breaking changes in the future
steps:
- name: Send message to slack
id: initial-message
Expand All @@ -49,7 +49,7 @@ jobs:
matrix:
language: ['java-1', 'java-2' ,'python', 'js', 'ruby-1', 'ruby-2', 'go', 'kotlin', 'php', 'csharp']
continue-on-error: true
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- name: Install JDK-18
Expand Down Expand Up @@ -156,7 +156,7 @@ jobs:

collate_summary:
needs: [start_workflow, setup_and_scan]
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- name: Download summary file
uses: actions/download-artifact@master
Expand Down
16 changes: 8 additions & 8 deletions rules/sinks/third_parties/sdk/netflix/java.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Sink rule for ThirdParty SDK
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>"

sinks:
# sinks:

- id: ThirdParties.SDK.Netflix
name: Netflix
domains:
- "netflix.com"
patterns:
- "(?i)(com[.]netflix[.](eureka|hystrix|nfgraph|appinfo|discovery)|org[.]springframework[.]cloud[.]netflix).*"
tags:
# - id: ThirdParties.SDK.Netflix
# name: Netflix
# domains:
# - "netflix.com"
# patterns:
# - "(?i)(com[.]netflix[.](eureka|hystrix|nfgraph|appinfo|discovery)|org[.]springframework[.]cloud[.]netflix).*"
# tags:
16 changes: 8 additions & 8 deletions rules/sinks/third_parties/sdk/pytorch/python.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Sink rule for ThirdParty SDK
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>"

sinks:
# sinks:

- id: ThirdParties.SDK.Pytorch
name: Pytorch
domains:
- "pytorch.org"
patterns:
- "(?i)(torch).*"
tags:
# - id: ThirdParties.SDK.Pytorch
# name: Pytorch
# domains:
# - "pytorch.org"
# patterns:
# - "(?i)(torch).*"
# tags:
16 changes: 8 additions & 8 deletions rules/sinks/third_parties/sdk/tensorflow/java.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Sink rule for ThirdParty SDK
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>"

sinks:
# sinks:

- id: ThirdParties.SDK.Tensorflow
name: Tensorflow
domains:
- "tensorflow.org"
patterns:
- "(?i)(org[.]tensorflow).*"
tags:
# - id: ThirdParties.SDK.Tensorflow
# name: Tensorflow
# domains:
# - "tensorflow.org"
# patterns:
# - "(?i)(org[.]tensorflow).*"
# tags:
16 changes: 8 additions & 8 deletions rules/sinks/third_parties/sdk/tensorflow/javascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Sink rule for ThirdParty SDK
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>"

sinks:
# sinks:

- id: ThirdParties.SDK.Tensorflow
name: Tensorflow
domains:
- "tensorflow.org"
patterns:
- "@tensorflow\\/tfjs"
tags:
# - id: ThirdParties.SDK.Tensorflow
# name: Tensorflow
# domains:
# - "tensorflow.org"
# patterns:
# - "@tensorflow\\/tfjs"
# tags:
16 changes: 8 additions & 8 deletions rules/sinks/third_parties/sdk/tensorflow/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# Sink rule for ThirdParty SDK
# The id follows a format : "ThirdParties.SDK.<THIRD_PARTY_ORGANISATION>.<SUB_ORGANISATION_IF_APPLICABLE>"

sinks:
# sinks:

- id: ThirdParties.SDK.Tensorflow
name: Tensorflow
domains:
- "tensorflow.org"
patterns:
- "(?i)(tensorflow).*"
tags:
# - id: ThirdParties.SDK.Tensorflow
# name: Tensorflow
# domains:
# - "tensorflow.org"
# patterns:
# - "(?i)(tensorflow).*"
# tags:
Loading