ossf / package-feeds

Feed parsing for language package manager updates
Apache License 2.0
70 stars 24 forks source link

Add user-agents across all requests made by Package Feeds. #437

Closed calebbrown closed 4 months ago

calebbrown commented 4 months ago

To ensure package-feeds traffic is distinguishable from other Go based clients, we should set our user-agent for all requests being made.

I'm planning on using package-feeds (github.com/ossf/package-feeds) as the agent string.

436 adds the agent to crates.io feed requests to fix #435.

calebbrown commented 4 months ago

438 fixes this issue.