Paul Miller
Paul Miller
**What type of PR is this?** **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Requirements**: - [ ] uses [conventional commit messages](https://www.conventionalcommits.org/)...
I think it would be pretty useful if ipns recognized the [signing prefix used by ethereum wallets](https://web3js.readthedocs.io/en/v1.7.5/web3-eth-personal.html#sign). That way users with metamask or other wallets could sign ipns records to...
…11 to fix cve https://avd.aquasec.com/nvd/cve-2024-24790 ## Description Trivy detects a cve. trivy i --severity=HIGH,CRITICAL docker.io/calico/typha:v3.26.4 ``` ┌─────────┬────────────────┬──────────┬────────┬───────────────────┬─────────────────┬────────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed...
trivy image --ignore-unfixed --severity=HIGH,CRITICAL docker.io/calico/node:v3.26.4 (Also same for mcr.microsoft.com/oss/calico/node:v3.26.4-c06a60 which is a slightly later commit) ``` ┌───────────────────┬───────────────┬──────────┬────────┬───────────────────┬──────────────────────────────────┬────────────────────────────────────────────────────────┐ │ Library │ Vulnerability │ Severity │ Status │ Installed Version │ Fixed...
## Description Per #8974 currently have cve https://avd.aquasec.com/nvd/2023/cve-2023-5528/ This would fix it by jumping to fixed k8s client patch (still in 1.26) ## Related issues/PRs ## Todos - [ ]...
**What type of PR is this?** **What this PR does / why we need it**: **Which issue(s) this PR fixes**: Fixes # **Requirements**: - [ ] uses [conventional commit messages](https://www.conventionalcommits.org/)...
### Version 2.5.1+90d5f897f164a8fe07d2aa3bf7db439b0b4e03ea ### Operating system Linux ### OS version or distribution Ubuntu 2024 ### Git hosting provider(s) Azure DevOps ### Other hosting provider _No response_ ### (Azure DevOps only)...
See https://pkg.go.dev/testing\#Testing Go test sets an -X so that code knows if its in a UT **What type of PR is this?** Feature? **What does this PR do? Why is...
**Reason for Change**: Proto reduces memory and bandwidth needed on large clusters with initial watch? Maybe haven't rtested this **Issue Fixed**: **Requirements**: - [ ] uses [conventional commit messages](https://www.conventionalcommits.org/) -...
### Description Passwords are pretty insecure. Using OTP would allow a lot of authenticator apps to be used instead. Specifically, im suggesting RFC 6238 OATH-TOTP ### Suggested Solution I use...