Pulse/internal/securityutil
rcourtman faefe6edc8 Remove 198 unreachable Go functions
Dead-code sweep. Functions flagged unreachable by golang.org/x/tools/cmd/deadcode
and confirmed unused across pulse, pulse-enterprise, pulse-pro and pulse-mobile by
adversarial cross-repo verification. Cross-module reachability was checked
explicitly (only pkg/ exported symbols are importable by other modules; internal/
packages and _test.go files are not). go build, go vet and test-compile all pass.
2026-06-03 12:29:37 +01:00
..
httpurl.go Allow insecure dev HTTP agent runtime URLs 2026-04-23 13:48:54 +01:00
httpurl_test.go Allow insecure dev HTTP agent runtime URLs 2026-04-23 13:48:54 +01:00
outbound_http.go Export restricted outbound HTTP security helpers 2026-04-22 10:05:57 +01:00
outbound_http_test.go Harden outbound SSO fetch boundaries 2026-04-01 16:36:44 +01:00
secure_storage_dir.go Harden secure local key file handling 2026-04-22 05:13:01 +01:00
secure_storage_dir_test.go Harden secure local key file handling 2026-04-22 05:13:01 +01:00
storagepath.go Canonicalize fixed alerts and licensing paths 2026-03-29 14:14:36 +01:00
storagepath_test.go Canonicalize fixed alerts and licensing paths 2026-03-29 14:14:36 +01:00
websocket_origin.go Remove 198 unreachable Go functions 2026-06-03 12:29:37 +01:00