{"id":936015,"name":"@fastify/forwarded","ecosystem":"npm","description":"Parse HTTP X-Forwarded-For header","homepage":"https://github.com/fastify/forwarded#readme","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/fastify/forwarded","keywords_array":["x-forwarded-for","http","req"],"namespace":"fastify","versions_count":7,"first_release_published_at":"2021-02-12T17:16:52.007Z","latest_release_published_at":"2025-09-28T15:12:32.937Z","latest_release_number":"3.0.1","last_synced_at":"2026-03-24T01:23:45.872Z","created_at":"2022-04-07T17:17:52.029Z","updated_at":"2026-03-24T01:23:45.873Z","registry_url":"https://www.npmjs.com/package/@fastify/forwarded","install_command":"npm install @fastify/forwarded","documentation_url":null,"metadata":{"funding":[{"type":"github","url":"https://github.com/sponsors/fastify"},{"type":"opencollective","url":"https://opencollective.com/fastify"}],"dist-tags":{"latest":"3.0.1"}},"repo_metadata":{"id":38069529,"uuid":"338374323","full_name":"fastify/forwarded","owner":"fastify","description":"Parse HTTP X-Forwarded-For header (fork)","archived":false,"fork":false,"pushed_at":"2025-09-18T05:53:56.000Z","size":104,"stargazers_count":9,"open_issues_count":0,"forks_count":4,"subscribers_count":10,"default_branch":"main","last_synced_at":"2025-09-18T17:08:40.789Z","etag":null,"topics":["fastify-fork"],"latest_commit_sha":null,"homepage":"https://npmjs.com/package/@fastify/forwarded","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fastify.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"fastify","open_collective":"fastify"}},"created_at":"2021-02-12T16:38:30.000Z","updated_at":"2025-09-18T05:53:57.000Z","dependencies_parsed_at":"2023-02-06T07:10:21.115Z","dependency_job_id":"0cdb6fab-ee7c-4b1d-a50b-203727f39f9b","html_url":"https://github.com/fastify/forwarded","commit_stats":{"total_commits":123,"total_committers":10,"mean_commits":12.3,"dds":0.5284552845528455,"last_synced_commit":"a5fb073fc6acb7db4eba4b2e53e42c3f07e45440"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/fastify/forwarded","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Fforwarded","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Fforwarded/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Fforwarded/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Fforwarded/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastify","download_url":"https://codeload.github.com/fastify/forwarded/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Fforwarded/sbom","scorecard":{"id":393397,"data":{"date":"2025-08-11","repo":{"name":"github.com/fastify/forwarded","commit":"97070dba25dd2ceb2a4e5a594cdabde2e9ed3502"},"scorecard":{"version":"v5.2.1-41-g40576783","commit":"40576783fda6698350fcbbeaea760ff827433034"},"score":6.2,"checks":[{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#binary-artifacts"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/fastify/forwarded/ci.yml/main?enable=pin","Info:   0 out of   1 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#pinned-dependencies"}},{"name":"Maintained","score":1,"reason":"2 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#maintained"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#dangerous-workflow"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Warn: jobLevel 'contents' permission set to 'write': .github/workflows/ci.yml:23","Info: topLevel 'contents' permission set to 'read': .github/workflows/ci.yml:18"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#token-permissions"}},{"name":"Code-Review","score":1,"reason":"Found 4/21 approved changesets -- score normalized to 1","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#code-review"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#cii-best-practices"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#fuzzing"}},{"name":"License","score":9,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Warn: project license file does not contain an FSF or OSI license."],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/fastify/.github/SECURITY.md:1","Info: Found linked content: github.com/fastify/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/fastify/.github/SECURITY.md:1","Info: Found text in security policy: github.com/fastify/.github/SECURITY.md:1"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#security-policy"}},{"name":"SAST","score":7,"reason":"SAST tool is not run on all commits -- score normalized to 7","details":["Warn: 20 commits out of 28 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/40576783fda6698350fcbbeaea760ff827433034/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T18:23:10.615Z","repository_id":38069529,"created_at":"2025-08-18T18:23:10.615Z","updated_at":"2025-08-18T18:23:10.615Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277385201,"owners_count":25809160,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-09-28T02:00:08.834Z","response_time":79,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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"},"owner_record":{"login":"fastify","name":"Fastify","uuid":"24939410","kind":"organization","description":"Fast and low overhead web framework, for Node.js","email":"hello@fastify.dev","website":"https://fastify.dev","location":"United States of America","twitter":"fastifyjs","company":null,"icon_url":"https://avatars.githubusercontent.com/u/24939410?v=4","repositories_count":137,"last_synced_at":"2025-09-21T13:51:59.200Z","metadata":{"has_sponsors_listing":true,"funding":{"github":"fastify","open_collective":"fastify"}},"html_url":"https://github.com/fastify","funding_links":["https://github.com/sponsors/fastify","https://opencollective.com/fastify"],"total_stars":60190,"followers":1080,"following":0,"created_at":"2022-11-02T16:30:46.974Z","updated_at":"2025-09-21T13:51:59.200Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastify","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fastify/repositories"},"tags":[]},"repo_metadata_updated_at":"2025-11-05T14:49:18.747Z","dependent_packages_count":4,"downloads":5404781,"downloads_period":"last-month","dependent_repos_count":816,"rankings":{"downloads":1.0286589158413473,"dependent_repos_count":0.6469400517979845,"dependent_packages_count":4.5247446223923955,"stargazers_count":10.472402184825276,"forks_count":9.864384034332927,"docker_downloads_count":0.8311732903294804,"average":4.561383849919902},"purl":"pkg:npm/%40fastify/forwarded","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/npm/@fastify/forwarded","docker_dependents_count":33,"docker_downloads_count":3715,"usage_url":"https://repos.ecosyste.ms/usage/npm/@fastify/forwarded","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/npm/@fastify/forwarded/dependencies","status":null,"funding_links":["https://github.com/sponsors/fastify","https://opencollective.com/fastify"],"critical":null,"issue_metadata":{"last_synced_at":"2025-09-19T02:12:47.250Z","issues_count":3,"pull_requests_count":109,"avg_time_to_close_issue":7034958.0,"avg_time_to_close_pull_request":304652.64423076925,"issues_closed_count":3,"pull_requests_closed_count":104,"pull_request_authors_count":9,"issue_authors_count":3,"avg_comments_per_issue":1.6666666666666667,"avg_comments_per_pull_request":0.1926605504587156,"merged_pull_requests_count":93,"bot_issues_count":0,"bot_pull_requests_count":54,"past_year_issues_count":0,"past_year_pull_requests_count":35,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":10773.1,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":30,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":0,"past_year_avg_comments_per_issue":null,"past_year_avg_comments_per_pull_request":0.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":8,"past_year_merged_pull_requests_count":30,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/fastify%2Fforwarded/issues","maintainers":[{"login":"Fdawgs","count":42,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Fdawgs"},{"login":"jsumners","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/jsumners"},{"login":"Eomm","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Eomm"},{"login":"dancastillo","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dancastillo"},{"login":"mcollina","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/mcollina"}],"active_maintainers":[{"login":"Fdawgs","count":27,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/Fdawgs"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Fforwarded/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Fforwarded/version_numbers","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Fforwarded/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Fforwarded/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/packages/@fastify%2Fforwarded/codemeta","maintainers":[{"uuid":"matteo.collina","login":"matteo.collina","name":null,"email":"hello@matteocollina.com","url":null,"packages_count":668,"html_url":"https://www.npmjs.com/~matteo.collina","role":null,"created_at":"2022-11-20T15:28:14.069Z","updated_at":"2022-11-20T15:28:14.069Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/matteo.collina/packages"},{"uuid":"delvedor","login":"delvedor","name":null,"email":"tommydelved@gmail.com","url":null,"packages_count":194,"html_url":"https://www.npmjs.com/~delvedor","role":null,"created_at":"2022-11-20T15:28:14.059Z","updated_at":"2022-11-20T15:28:14.059Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/delvedor/packages"},{"uuid":"jsumners","login":"jsumners","name":null,"email":"james.sumners@gmail.com","url":null,"packages_count":269,"html_url":"https://www.npmjs.com/~jsumners","role":null,"created_at":"2022-11-20T15:28:14.077Z","updated_at":"2022-11-20T15:28:14.077Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/jsumners/packages"},{"uuid":"eomm","login":"eomm","name":null,"email":"behemoth89@gmail.com","url":null,"packages_count":197,"html_url":"https://www.npmjs.com/~eomm","role":null,"created_at":"2023-10-23T06:50:20.122Z","updated_at":"2023-10-23T06:50:20.122Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/eomm/packages"},{"uuid":"climba03003","login":"climba03003","name":null,"email":"kaka@kakawebsitedemo.com","url":null,"packages_count":194,"html_url":"https://www.npmjs.com/~climba03003","role":null,"created_at":"2024-12-24T08:58:37.293Z","updated_at":"2024-12-24T08:58:37.293Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/npmjs.org/maintainers/climba03003/packages"}]}