{"id":43266705,"url":"https://github.com/albertus82/update-wget-hsts","last_synced_at":"2026-02-01T15:11:35.589Z","repository":{"id":43287199,"uuid":"156103121","full_name":"albertus82/update-wget-hsts","owner":"albertus82","description":"Import preloaded HTTP Strict Transport Security (HSTS) domains into GNU Wget.","archived":false,"fork":false,"pushed_at":"2024-05-21T19:05:09.000Z","size":347,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-05-21T20:26:33.309Z","etag":null,"topics":["hsts","hstspreload","linux","preload","wget"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/albertus82.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-11-04T16:42:03.000Z","updated_at":"2024-05-21T20:26:35.664Z","dependencies_parsed_at":"2024-05-21T20:26:35.264Z","dependency_job_id":"737ee80c-d325-4b06-b01b-06e943be6ef4","html_url":"https://github.com/albertus82/update-wget-hsts","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/albertus82/update-wget-hsts","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertus82%2Fupdate-wget-hsts","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertus82%2Fupdate-wget-hsts/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertus82%2Fupdate-wget-hsts/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertus82%2Fupdate-wget-hsts/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/albertus82","download_url":"https://codeload.github.com/albertus82/update-wget-hsts/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/albertus82%2Fupdate-wget-hsts/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28980857,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-01T13:38:33.235Z","status":"ssl_error","status_checked_at":"2026-02-01T13:38:32.912Z","response_time":56,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["hsts","hstspreload","linux","preload","wget"],"created_at":"2026-02-01T15:11:35.029Z","updated_at":"2026-02-01T15:11:35.579Z","avatar_url":"https://github.com/albertus82.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"Update Wget HSTS\r\n=========================\r\n\r\n[![Latest release](https://img.shields.io/github/release/albertus82/update-wget-hsts.svg)](https://github.com/albertus82/update-wget-hsts/releases/latest)\r\n[![Build](https://github.com/albertus82/update-wget-hsts/actions/workflows/build.yml/badge.svg)](https://github.com/albertus82/update-wget-hsts/actions)\r\n[![Known Vulnerabilities](https://snyk.io/test/github/albertus82/update-wget-hsts/badge.svg?targetFile=pom.xml)](https://snyk.io/test/github/albertus82/update-wget-hsts?targetFile=pom.xml)\r\n\r\nImport preloaded *HTTP Strict Transport Security* (HSTS) domains into GNU Wget.\r\n\r\n## Minimum requirements\r\n\r\n* Java SE Development Kit 8\r\n\r\n## Build\r\n\r\n`./mvnw clean verify`\r\n\r\n## Usage\r\n\r\n`java -jar update-wget-hsts.jar \u003cdestination\u003e \u003csource\u003e`\r\n\r\n* `\u003cdestination\u003e`: the `wget-hsts` file to write/update.\r\n* `\u003csource\u003e`: the `transport_security_state_static.json` file, or a URL pointing to it.\r\n\r\n## Example\r\n\r\n```sh\r\ngit clone https://github.com/albertus82/update-wget-hsts.git\r\ncd update-wget-hsts\r\n./mvnw clean verify\r\ncd target\r\njava -jar update-wget-hsts.jar ~/.wget-hsts https://github.com/chromium/chromium/raw/master/net/http/transport_security_state_static.json\r\n```\r\n\r\n### Output\r\n\r\n```\r\nDownloading 'https://github.com/chromium/chromium/raw/master/net/http/transport_security_state_static.json'... 10454 kB fetched\r\nParsing source file '/tmp/hsts-1508536545025252107.json'... 96703 entries found\r\nParsing destination file '/home/pi/.wget-hsts'... 90899 entries found\r\nComputing entries to delete... 559\r\nComputing entries to update... none\r\nComputing entries to insert... 6105\r\nCollecting entries to write... done\r\nBacking up existing file '/home/pi/.wget-hsts'... -\u003e '/home/pi/.wget-hsts.bak.gz'\r\nUpdating destination file '/home/pi/.wget-hsts'... done\r\n```\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertus82%2Fupdate-wget-hsts","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falbertus82%2Fupdate-wget-hsts","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falbertus82%2Fupdate-wget-hsts/lists"}