Summary
Several HTTP URLs in the codebase point to sites that support HTTPS. Using HTTP links is unnecessary and slightly less secure in documentation and source comments.
Changes needed
pkg/functions/function_volumes.go — comment link to kubernetes.io/docs
templates/rust/cloudevents/README.md — example ce-source header values referencing cloudevents.io
Out of scope
http://localhost:* — correct as HTTP for local dev
- Internal Kubernetes cluster URLs — intentionally HTTP
- XML namespace declarations in
pom.xml — must not be changed
third_party/VENDOR-LICENSE/ — vendor files, do not modify
- Apache License boilerplate headers — standardized legal text
Summary
Several HTTP URLs in the codebase point to sites that support HTTPS. Using HTTP links is unnecessary and slightly less secure in documentation and source comments.
Changes needed
pkg/functions/function_volumes.go— comment link tokubernetes.io/docstemplates/rust/cloudevents/README.md— examplece-sourceheader values referencingcloudevents.ioOut of scope
http://localhost:*— correct as HTTP for local devpom.xml— must not be changedthird_party/VENDOR-LICENSE/— vendor files, do not modify