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

Change the API of kubeflow pipeline from vineyard.csi.read/writer to client.get/put #1614

Merged
merged 4 commits into from
Nov 27, 2023

Fix the wrong descrition of using vineyard operator doc.

a9336b9
Select commit
Loading
Failed to load commit list.
Merged

Change the API of kubeflow pipeline from vineyard.csi.read/writer to client.get/put #1614

Fix the wrong descrition of using vineyard operator doc.
a9336b9
Select commit
Loading
Failed to load commit list.
codefactor.io / CodeFactor failed Nov 27, 2023 in 1s

11 issues found.

Annotations

Check warning on line 16 in k8s/examples/vineyard-kubeflow/preprocess/preprocess.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

k8s/examples/vineyard-kubeflow/preprocess/preprocess.py#L16

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)

Check notice on line 14 in k8s/examples/vineyard-kubeflow/preprocess/preprocess.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

k8s/examples/vineyard-kubeflow/preprocess/preprocess.py#L14

Starting a process with a shell: Seems safe, but may be changed in the future, consider rewriting without shell (B605)

Check notice on line 14 in k8s/examples/vineyard-kubeflow/preprocess/preprocess.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

k8s/examples/vineyard-kubeflow/preprocess/preprocess.py#L14

Starting a process with a partial executable path (B607)

Check warning on line 19 in k8s/examples/vineyard-kubeflow/test/test.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

k8s/examples/vineyard-kubeflow/test/test.py#L19

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)

Check warning on line 20 in k8s/examples/vineyard-kubeflow/test/test.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

k8s/examples/vineyard-kubeflow/test/test.py#L20

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)

Check notice on line 12 in k8s/examples/vineyard-kubeflow/test/test.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

k8s/examples/vineyard-kubeflow/test/test.py#L12

Starting a process with a shell: Seems safe, but may be changed in the future, consider rewriting without shell (B605)

Check notice on line 12 in k8s/examples/vineyard-kubeflow/test/test.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

k8s/examples/vineyard-kubeflow/test/test.py#L12

Starting a process with a partial executable path (B607)

Check warning on line 20 in k8s/examples/vineyard-kubeflow/train/train.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

k8s/examples/vineyard-kubeflow/train/train.py#L20

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)

Check warning on line 21 in k8s/examples/vineyard-kubeflow/train/train.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

k8s/examples/vineyard-kubeflow/train/train.py#L21

Pickle and modules that wrap it can be unsafe when used to deserialize untrusted data, possible security issue. (B301)

Check notice on line 13 in k8s/examples/vineyard-kubeflow/train/train.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

k8s/examples/vineyard-kubeflow/train/train.py#L13

Starting a process with a shell: Seems safe, but may be changed in the future, consider rewriting without shell (B605)

Check notice on line 13 in k8s/examples/vineyard-kubeflow/train/train.py

See this annotation in the file changed.

@codefactor-io codefactor-io / CodeFactor

k8s/examples/vineyard-kubeflow/train/train.py#L13

Starting a process with a partial executable path (B607)