Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: some vulnerable issues of designer-related image #3588

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion assets/designer/environments/designer-io/asset.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: designer-io
version: 87
version: auto
type: environment
spec: spec.yaml
extra_config: environment.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- azureml-dataset-runtime>=1.6
- azureml-designer-dataio-modules==0.0.81
- numpy==1.22
- cryptography==42.0.4
- cryptography==43.0.1
- azureml-dataprep==4.10.1
- Werkzeug==3.0.3
- pip==21.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- azureml-designer-pytorch-modules==0.0.69
- future==0.18.3
- numpy==1.22
- cryptography==42.0.4
- cryptography==43.0.1
- azureml-dataprep==4.10.1
- Werkzeug==3.0.3
- pip==21.1
Expand All @@ -24,4 +24,5 @@ dependencies:
- pycryptodome==3.19.1
- pycryptodomex==3.19.1
- gunicorn==22.0.0
- idna==3.7
- idna==3.7
- Flask-Cors==4.0.2
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- azureml-designer-pytorch-modules==0.0.69
- future==0.18.3
- numpy==1.22
- cryptography==42.0.4
- cryptography==43.0.1
- azureml-dataprep==4.10.1
- Werkzeug==3.0.3
- pip==21.1
Expand All @@ -24,4 +24,5 @@ dependencies:
- pycryptodome==3.19.1
- pycryptodomex==3.19.1
- gunicorn==22.0.0
- idna==3.7
- idna==3.7
- Flask-Cors==4.0.2
2 changes: 1 addition & 1 deletion assets/designer/environments/designer-r/asset.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: designer-r
version: 95
version: auto
type: environment
spec: spec.yaml
extra_config: environment.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies:
- azureml-designer-classic-modules==0.0.182
- joblib==1.2.0
- numpy==1.22
- cryptography==42.0.4
- cryptography==43.0.1
- azureml-dataprep==4.10.1
- matplotlib==3.7.1
- Werkzeug==3.0.3
Expand All @@ -49,4 +49,5 @@ dependencies:
- pycryptodome==3.19.1
- pycryptodomex==3.19.1
- gunicorn==22.0.0
- tqdm==4.66.3
- tqdm==4.66.3
- Flask-Cors==4.0.2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: designer-recommender
version: 91
version: auto
type: environment
spec: spec.yaml
extra_config: environment.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ dependencies:
- python=3.8.10
- pip:
- azureml-designer-recommender-modules==0.0.64
- tensorflow==2.12.0
- tensorflow==2.12.1
- numpy==1.22
- cryptography==42.0.4
- cryptography==43.0.1
- azureml-dataprep==4.10.1
- pip==21.1
- paramiko==3.4.0
Expand All @@ -19,4 +19,5 @@ dependencies:
- pycryptodomex==3.19.1
- gunicorn==22.0.0
- Werkzeug==3.0.3
- tqdm==4.66.3
- tqdm==4.66.3
- Flask-Cors==4.0.2
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: designer-transform
version: 90
version: auto
type: environment
spec: spec.yaml
extra_config: environment.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
- pip:
- azureml-designer-datatransform-modules==0.0.97
- numpy==1.22
- cryptography==42.0.4
- cryptography==43.0.1
- sqlparse==0.5.0
- azureml-dataprep==4.10.1
- Werkzeug==3.0.3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: designer-vowpalwabbit
version: 76
version: auto
type: environment
spec: spec.yaml
extra_config: environment.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- pip:
- azureml-designer-vowpal-wabbit-modules==0.0.52
- numpy==1.22
- cryptography==42.0.4
- cryptography==43.0.1
- azureml-dataprep==4.10.1
- Werkzeug==3.0.3
- pip==21.1
Expand All @@ -19,4 +19,5 @@ dependencies:
- pycryptodome==3.19.1
- pycryptodomex==3.19.1
- gunicorn==22.0.0
- tqdm==4.66.3
- tqdm==4.66.3
- Flask-Cors==4.0.2
Loading