-
Notifications
You must be signed in to change notification settings - Fork 40
Comparing changes
Open a pull request
base repository: kserve/rest-proxy
base: v0.11.1
head repository: kserve/rest-proxy
compare: main
- 17 commits
- 15 files changed
- 6 contributors
Commits on Oct 30, 2023
-
chore: Add CodeQL configuration (#29)
Add configuration file for CodeQL vulnerability scanning. Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 36cb079 - Browse repository at this point
Copy the full SHA 36cb079View commit details
Commits on Nov 17, 2023
-
fix: Specify Python 3.8 in Dockerfile (#34)
Specify and link python38 to fix build/test failures due to the wrong Python version (3.6) being used from base image. --------- Signed-off-by: Rafael Vasquez <raf.vasquez@ibm.com>
Configuration menu - View commit details
-
Copy full SHA for 7b8af3d - Browse repository at this point
Copy the full SHA 7b8af3dView commit details
Commits on Nov 23, 2023
-
chore(deps): Upgrade golang.org/x/net and golang.org/grpc (#30)
Issues addressed: - https://github.com/kserve/rest-proxy/security/dependabot/1 - https://github.com/kserve/rest-proxy/security/dependabot/2 - https://github.com/kserve/rest-proxy/security/dependabot/3 - https://github.com/kserve/rest-proxy/security/dependabot/4 - https://github.com/kserve/rest-proxy/security/dependabot/5 - https://www.cve.org/CVERecord?id=CVE-2023-37788 --------- Signed-off-by: Spolti <fspolti@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for e2857ff - Browse repository at this point
Copy the full SHA e2857ffView commit details
Commits on Nov 30, 2023
-
chore: Upgrade Golang version from 1.18 to 1.19 (#28)
- Remove the linters for "deadcode", "structcheck", "varcheck" - Use "os" packages instead of deprecated "io/ioutil" (SA1019) - Capture pre-commit output in a local log file --------- Signed-off-by: Spolti <fspolti@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 61dc700 - Browse repository at this point
Copy the full SHA 61dc700View commit details
Commits on Jan 10, 2024
-
chore: Upgrade google.golang.org/protobuf
chore: Fixes google.golang.org/protobuf Stack-based Buffer Overflow https://security.snyk.io/vuln/SNYK-GOLANG-GOOGLEGOLANGORGPROTOBUFENCODINGPROTOJSON-6137908 Signed-off-by: Spolti <fspolti@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 2f63e34 - Browse repository at this point
Copy the full SHA 2f63e34View commit details -
chore: Upgrade golang.org/x/crypto (#36)
chore: address the following CVE: - [CVE-2023-48795](https://www.cve.org/CVERecord?id=CVE-2023-48795): golang.org/x/crypto Authentication Bypass by Capture-replay --------- Signed-off-by: Spolti <fspolti@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 513a3f2 - Browse repository at this point
Copy the full SHA 513a3f2View commit details
Commits on Mar 13, 2024
-
chore: Make the builder configurable in the Makefile (#35)
Some developers might not have the `docker` CLI installed anymore. Configurable builder allows to build using `podman` or `buildah`. It can be invoked like this: `ENGINE=podman make build` --------- Signed-off-by: Spolti <fspolti@redhat.com> Signed-off-by: Filippe Spolti <filippespolti@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 4d8e991 - Browse repository at this point
Copy the full SHA 4d8e991View commit details
Commits on Mar 20, 2024
-
chore: update google.golang.org/protobuf to v1.33.0 (#40)
This is to move away from CVE-20204-24786: infinite loop vulnerability. Signed-off-by: Edgar Hernández <23639005+israel-hdez@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9ce55d4 - Browse repository at this point
Copy the full SHA 9ce55d4View commit details
Commits on Apr 18, 2024
-
chore: Update golang.org/x/net (#41)
[RHOAIENG-5424] - 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) Signed-off-by: Spolti <fspolti@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for c5a4f74 - Browse repository at this point
Copy the full SHA c5a4f74View commit details
Commits on May 27, 2024
-
chore: Use latest image tag (#42)
Signed-off-by: Spolti <fspolti@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 8e6487b - Browse repository at this point
Copy the full SHA 8e6487bView commit details
Commits on Jun 11, 2024
-
Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for fa1637d - Browse repository at this point
Copy the full SHA fa1637dView commit details
Commits on Jun 12, 2024
-
ci: Add nightly builds twice a week (#44)
Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for c21e992 - Browse repository at this point
Copy the full SHA c21e992View commit details
Commits on Jun 26, 2024
-
Signed-off-by: Christian Kadner <ckadner@us.ibm.com>
Configuration menu - View commit details
-
Copy full SHA for d2aa6a7 - Browse repository at this point
Copy the full SHA d2aa6a7View commit details
Commits on Jun 27, 2024
-
chore: Upgrade to Golang to 1.21 (#45)
Signed-off-by: Spolti <fspolti@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 32c7c01 - Browse repository at this point
Copy the full SHA 32c7c01View commit details
Commits on Sep 11, 2024
-
fix: develop container image build (#46)
chore: Fix the following issue while tring to build the develop container, (reproducible locally with: `make build`): ``` go: downloading gopkg.in/yaml.v3 v3.0.1 /root/go/pkg/mod/github.com/grpc-ecosystem/grpc-gateway/v2@v2.15.0/protoc-gen-grpc-gateway/main.go:18:2: github.com/golang/glog@v1.2.1: missing go.sum entry for go.mod file; to add it: go mod download github.com/golang/glog ``` Signed-off-by: Spolti <fspolti@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 37aa1cd - Browse repository at this point
Copy the full SHA 37aa1cdView commit details
Commits on Jan 20, 2025
-
chore: Update dependencies (#47)
chore: Fixes the following CVEs: CVE-2023-45288 - Non-linear parsing of case-insensitive content in golang.org/x/net/html CVE-2024-45337 - Misuse of ServerConfig.PublicKeyCallback may cause authorization bypass in golang.org/x/crypto Signed-off-by: Spolti <fspolti@redhat.com>
Configuration menu - View commit details
-
Copy full SHA for 79c27d9 - Browse repository at this point
Copy the full SHA 79c27d9View commit details
Commits on Feb 25, 2025
-
Use the REST_PROXY_SKIP_VERIFY env var for TLS setup (#48)
[RHOAIENG-14237](https://issues.redhat.com/browse/RHOAIENG-14237) Depends on kserve/modelmesh-serving#536 Signed-off-by: Hannah DeFazio <h2defazio@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for aecee27 - Browse repository at this point
Copy the full SHA aecee27View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v0.11.1...main