Tags: kserve/modelmesh-runtime-adapter
Tags
chore: Update golang.org/x/net (#84) [RHOAIENG-5499] - golang.org/x/net Allocation of Resources Without Limits or Throttling chore: Fixes [CVE-2023-45288](https://www.cve.org/CVERecord?id=CVE-2023-45288) #### Motivation #### Modifications #### Result --------- Signed-off-by: Spolti <fspolti@redhat.com>
chore: Update golang.org/x/net (#84) [RHOAIENG-5499] - golang.org/x/net Allocation of Resources Without Limits or Throttling chore: Fixes [CVE-2023-45288](https://www.cve.org/CVERecord?id=CVE-2023-45288) #### Motivation #### Modifications #### Result --------- Signed-off-by: Spolti <fspolti@redhat.com>
chore: Update golang/crypto to v0.17.0 (#78) Address CVE-2023-48795 https://github.com/kserve/modelmesh-runtime-adapter/security/dependabot/22 --------- Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
fix(puller): fixes related to an empty model path (#52) #### Motivation Removes some buggy behavior related to the handling of an empty `modelPath` being passed into the puller #### Modifications - use `filepath.Join()` instead of manual string concatenation with the file separator to handle an empty `modelPathFilename` - in the http storageProvider, remove duplication of the `localPath` into the rendered path - just to not it: I think this bug has not been caught because using the HTTP provider with a `storageURI` means that the local path is empty - this will need to be fixed before kserve/modelmesh-serving#382 can be merged - add check to ensure that the local path for files downloaded by the puller is always a path within the generated model dir (prevents the generated dir name from being the model file as was seen in #41 (comment)) - if no path is extracted from the request `ModelPath`, use `_model` by default #### Result Resolves: #41 Signed-off-by: Travis Johnson <tsjohnso@us.ibm.com>
fix(puller): fixes related to an empty model path (#52) #### Motivation Removes some buggy behavior related to the handling of an empty `modelPath` being passed into the puller #### Modifications - use `filepath.Join()` instead of manual string concatenation with the file separator to handle an empty `modelPathFilename` - in the http storageProvider, remove duplication of the `localPath` into the rendered path - just to not it: I think this bug has not been caught because using the HTTP provider with a `storageURI` means that the local path is empty - this will need to be fixed before kserve/modelmesh-serving#382 can be merged - add check to ensure that the local path for files downloaded by the puller is always a path within the generated model dir (prevents the generated dir name from being the model file as was seen in #41 (comment)) - if no path is extracted from the request `ModelPath`, use `_model` by default #### Result Resolves: #41 Signed-off-by: Travis Johnson <tsjohnso@us.ibm.com>
fix(puller): fixes related to an empty model path (#52) #### Motivation Removes some buggy behavior related to the handling of an empty `modelPath` being passed into the puller #### Modifications - use `filepath.Join()` instead of manual string concatenation with the file separator to handle an empty `modelPathFilename` - in the http storageProvider, remove duplication of the `localPath` into the rendered path - just to not it: I think this bug has not been caught because using the HTTP provider with a `storageURI` means that the local path is empty - this will need to be fixed before kserve/modelmesh-serving#382 can be merged - add check to ensure that the local path for files downloaded by the puller is always a path within the generated model dir (prevents the generated dir name from being the model file as was seen in #41 (comment)) - if no path is extracted from the request `ModelPath`, use `_model` by default #### Result Resolves: #41 Signed-off-by: Travis Johnson <tsjohnso@us.ibm.com>
feat: Add pullman PVC storage provider (#36) * Add pullman PVC storage provider Add pullman PVC storage provider to support models in PVC Signed-off-by: Chin Huang <chhuang@us.ibm.com> * use symlink, restructure, cleanup based on review, temporary use join instead of SecureJoin due to use of symlinks Signed-off-by: Chin Huang <chhuang@us.ibm.com> * add more error handling Signed-off-by: Chin Huang <chhuang@us.ibm.com> --------- Signed-off-by: Chin Huang <chhuang@us.ibm.com>
PreviousNext