[Snyk] Security upgrade fonttools from 4.38.0 to 4.43.0 #11
Annotations
12 errors and 1 warning
Update Codegen
cannot use cpu.X86.HasSSE42 (variable of type bool) as unsafe.ArbitraryType value in argument to unsafe.Offsetof
|
Update Codegen
unsafe.Offsetof(cpu.X86.HasSSE42) (value of type uintptr) is not constant
|
Update Codegen
cannot use cpu.X86.HasAVX2 (variable of type bool) as unsafe.ArbitraryType value in argument to unsafe.Offsetof
|
Update Codegen
unsafe.Offsetof(cpu.X86.HasAVX2) (value of type uintptr) is not constant
|
Update Codegen
cannot use cpu.X86.HasPOPCNT (variable of type bool) as unsafe.ArbitraryType value in argument to unsafe.Offsetof
|
Update Codegen
unsafe.Offsetof(cpu.X86.HasPOPCNT) (value of type uintptr) is not constant
|
Update Codegen
cannot use cpu.S390X.HasVX (variable of type bool) as unsafe.ArbitraryType value in argument to unsafe.Offsetof
|
Update Codegen
unsafe.Offsetof(cpu.S390X.HasVX) (value of type uintptr) is not constant
|
Update Codegen
cannot use cpu.PPC64.IsPOWER9 (variable of type bool) as unsafe.ArbitraryType value in argument to unsafe.Offsetof
|
Update Codegen
unsafe.Offsetof(cpu.PPC64.IsPOWER9) (value of type uintptr) is not constant
|
Verify:
python/kserve/kserve/models/v1beta1_inference_service.py#L1
Please run make generate.
diff --git a/python/kserve/kserve/models/v1beta1_inference_service.py b/python/kserve/kserve/models/v1beta1_inference_service.py
index d6bd3f8..0f64aab 100644
--- a/python/kserve/kserve/models/v1beta1_inference_service.py
+++ b/python/kserve/kserve/models/v1beta1_inference_service.py
@@ -150,8 +150,6 @@ class V1beta1InferenceService(object):
:param metadata: The metadata of this V1beta1InferenceService. # noqa: E501
:type: V1ObjectMeta
"""
- if metadata is not None:
- metadata.annotations = {"serving.knative.openshift.io/enablePassthrough": "true"}
self._metadata = metadata
|
Verify
Process completed with exit code 1.
|
Setup Go
Restore cache failed: Dependencies file is not found in /home/runner/work/kserve/kserve. Supported file pattern: go.sum
|
The logs for this run have expired and are no longer available.
Loading