1
0
Fork 1
mirror of https://github.com/git-pkgs/proxy.git synced 2026-06-02 08:38:17 -04:00
pkg-proxy/internal/handler
Andrew Nesbitt 364549ad14
Replace inline PURL construction with purl library
Uses purl.MakePURLString() instead of fmt.Sprintf("pkg:...") for
correct namespace handling (npm scopes, Go module paths, Maven group
IDs) and percent-encoding. Replaces hand-rolled extractEcosystem and
inline PURL parsing in the bulk lookup fallback with purl.Parse().
2026-03-04 09:20:16 +00:00
..
cargo.go Hello world 2026-01-20 22:00:31 +00:00
cargo_test.go Hello world 2026-01-20 22:00:31 +00:00
composer.go Hello world 2026-01-20 22:00:31 +00:00
conan.go Hello world 2026-01-20 22:00:31 +00:00
conda.go Hello world 2026-01-20 22:00:31 +00:00
conda_test.go Hello world 2026-01-20 22:00:31 +00:00
container.go Add Container, Debian, RPM handlers and enrichment API 2026-01-29 19:35:15 +00:00
container_test.go Add Container, Debian, RPM handlers and enrichment API 2026-01-29 19:35:15 +00:00
cran.go Hello world 2026-01-20 22:00:31 +00:00
cran_test.go Hello world 2026-01-20 22:00:31 +00:00
debian.go Add Container, Debian, RPM handlers and enrichment API 2026-01-29 19:35:15 +00:00
debian_test.go Add Container, Debian, RPM handlers and enrichment API 2026-01-29 19:35:15 +00:00
gem.go Hello world 2026-01-20 22:00:31 +00:00
gem_test.go Hello world 2026-01-20 22:00:31 +00:00
go.go Hello world 2026-01-20 22:00:31 +00:00
go_test.go Hello world 2026-01-20 22:00:31 +00:00
handler.go Replace inline PURL construction with purl library 2026-03-04 09:20:16 +00:00
hex.go Hello world 2026-01-20 22:00:31 +00:00
hex_test.go Hello world 2026-01-20 22:00:31 +00:00
maven.go Hello world 2026-01-20 22:00:31 +00:00
maven_test.go Hello world 2026-01-20 22:00:31 +00:00
npm.go Hello world 2026-01-20 22:00:31 +00:00
npm_test.go Hello world 2026-01-20 22:00:31 +00:00
nuget.go Hello world 2026-01-20 22:00:31 +00:00
pub.go Hello world 2026-01-20 22:00:31 +00:00
pypi.go Hello world 2026-01-20 22:00:31 +00:00
pypi_test.go Hello world 2026-01-20 22:00:31 +00:00
rpm.go Add Container, Debian, RPM handlers and enrichment API 2026-01-29 19:35:15 +00:00
rpm_test.go Add Container, Debian, RPM handlers and enrichment API 2026-01-29 19:35:15 +00:00