1
0
Fork 0
mirror of https://github.com/gocsaf/csaf.git synced 2025-12-22 11:55:40 +01:00

Merge branch 'main' into sha-handling

This commit is contained in:
koplas 2025-03-05 09:41:29 +01:00
commit 1d1c5698da
No known key found for this signature in database
16 changed files with 308 additions and 72 deletions

View file

@ -128,6 +128,7 @@ func (d *downloader) httpClient() util.Client {
hClient.Transport = &http.Transport{
TLSClientConfig: &tlsConfig,
Proxy: http.ProxyFromEnvironment,
}
client := util.Client(&hClient)

View file

@ -106,6 +106,7 @@ func (f *forwarder) httpClient() util.Client {
hClient.Transport = &http.Transport{
TLSClientConfig: &tlsConfig,
Proxy: http.ProxyFromEnvironment,
}
client := util.Client(&hClient)