{"id":13496674,"url":"https://github.com/build-server-protocol/build-server-protocol","last_synced_at":"2025-12-24T19:03:56.665Z","repository":{"id":39918315,"uuid":"116955501","full_name":"build-server-protocol/build-server-protocol","owner":"build-server-protocol","description":"Protocol for IDEs and build tools to communicate about compile, run, test, debug and more.","archived":false,"fork":false,"pushed_at":"2025-09-29T20:17:36.000Z","size":9117,"stargazers_count":508,"open_issues_count":38,"forks_count":66,"subscribers_count":24,"default_branch":"master","last_synced_at":"2025-09-29T22:25:49.660Z","etag":null,"topics":["build-server-protocol","build-tool","java","json-rpc","language-server-protocol","scala"],"latest_commit_sha":null,"homepage":"https://build-server-protocol.github.io/","language":"Scala","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/build-server-protocol.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-01-10T12:35:28.000Z","updated_at":"2025-09-29T20:17:41.000Z","dependencies_parsed_at":"2023-11-17T14:42:45.171Z","dependency_job_id":"488d5cd1-8064-4388-adfc-2127e9feaf0b","html_url":"https://github.com/build-server-protocol/build-server-protocol","commit_stats":null,"previous_names":["scalacenter/bsp"],"tags_count":37,"template":false,"template_full_name":null,"purl":"pkg:github/build-server-protocol/build-server-protocol","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/build-server-protocol%2Fbuild-server-protocol","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/build-server-protocol%2Fbuild-server-protocol/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/build-server-protocol%2Fbuild-server-protocol/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/build-server-protocol%2Fbuild-server-protocol/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/build-server-protocol","download_url":"https://codeload.github.com/build-server-protocol/build-server-protocol/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/build-server-protocol%2Fbuild-server-protocol/sbom","scorecard":{"id":257624,"data":{"date":"2025-08-11","repo":{"name":"github.com/build-server-protocol/build-server-protocol","commit":"bc6835d240b0810bcebe1738e7b71caa49b24f29"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.5,"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":7,"reason":"Found 19/24 approved changesets -- score normalized to 7","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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/publish-docs.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/verify.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-docs.yml:13: update your workflow using https://app.stepsecurity.io/secureworkflow/build-server-protocol/build-server-protocol/publish-docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish-docs.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/build-server-protocol/build-server-protocol/publish-docs.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish-docs.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/build-server-protocol/build-server-protocol/publish-docs.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/build-server-protocol/build-server-protocol/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:14: update your workflow using https://app.stepsecurity.io/secureworkflow/build-server-protocol/build-server-protocol/release.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/build-server-protocol/build-server-protocol/release.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/verify.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/build-server-protocol/build-server-protocol/verify.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/verify.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/build-server-protocol/build-server-protocol/verify.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/verify.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/build-server-protocol/build-server-protocol/verify.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/verify.yml:19: update your workflow using https://app.stepsecurity.io/secureworkflow/build-server-protocol/build-server-protocol/verify.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/verify.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/build-server-protocol/build-server-protocol/verify.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/verify.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/build-server-protocol/build-server-protocol/verify.yml/master?enable=pin","Info:   0 out of   7 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   5 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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/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/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 25 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Vulnerabilities","score":0,"reason":"17 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-qwcr-r2fm-qrc7","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-pxg6-pf52-xh8x","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-f7f6-9jq7-3rqj","Warn: Project is vulnerable to: GHSA-qw6h-vgh9-j6wx","Warn: Project is vulnerable to: GHSA-m5qc-5hw7-8vg7","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-76c9-3jph-rj3q","Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j","Warn: Project is vulnerable to: GHSA-rhx6-c78j-4q9w","Warn: Project is vulnerable to: GHSA-x7hr-w5r2-h6wg","Warn: Project is vulnerable to: GHSA-m6fv-jmcg-4jfg","Warn: Project is vulnerable to: GHSA-cm22-4g7w-348p","Warn: Project is vulnerable to: GHSA-c76h-2ccp-4975","Warn: Project is vulnerable to: GHSA-cxrh-j4jr-qwg3"],"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}}]},"last_synced_at":"2025-08-17T10:03:10.660Z","repository_id":39918315,"created_at":"2025-08-17T10:03:10.660Z","updated_at":"2025-08-17T10:03:10.660Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28006375,"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-12-24T02:00:07.193Z","response_time":83,"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"}},"keywords":["build-server-protocol","build-tool","java","json-rpc","language-server-protocol","scala"],"created_at":"2024-07-31T19:01:56.419Z","updated_at":"2025-12-24T19:03:56.659Z","avatar_url":"https://github.com/build-server-protocol.png","language":"Scala","readme":"# ![bsp logo](resources/buildServerProtocol64.svg) Build Server Protocol\n\n[![Join the chat on Discord](https://badgen.net/badge/icon/discord?icon=discord\u0026label)](https://discord.gg/7tMENrnv8p)\n\nThis project is an effort to improve the integration between language\nserver/editors and build tools. This effort is led by the [Scala\nCenter](https://scala.epfl.ch/)\ntogether with the help of other tooling developers in the Scala ecosystem and\nbeyond.\n\nEven though the protocol currently focuses on Scala developer tools, it's\ndesigned to be language-agnostic.\n\nYou can read the specification [here](https://build-server-protocol.github.io/docs/specification).\n\nThe specification text, docs and support libraries for some of the supported languages are automatically\ngenerated from the [smithy model](spec/src/main/resources/META-INF/smithy/bsp/bsp.smithy).\n\n## Contribution\n\nIf you'd like to contribute to the protocol, please check out our\n[CONTRIBUTING](./CONTRIBUTING.md) doc.\n\n## Maintainers\n\n_Current Maintainers_\n\n- Adrien Piquerez (Scala Center) - [@adpi2](https://github.com/adpi2)\n- Łukasz Wawrzyk (VirtusLab) - [@lukaszwawrzyk](https://github.com/lukaszwawrzyk)\n\n_Former Maintainers_\n\n- Chris Kipp (ex-Lunatech) - [@ckipp01](https://github.com/ckipp01)\n- Jorge Vicente Cantero (ex-Scala Center) - [@jvican](https://github.com/jvican)\n- Ólafur Páll Geirsson (ex-Scala Center) - [@olafurpg](https://github.com/olafurpg)\n- Tomasz Pasternak (JetBrains/VirtusLab) - [@tpasternak](https://github.com/tpasternak)\n- Andrzej Głuszak (JetBrains) - [@agluszak](https://github.com/agluszak)\n- Justin Kaeser (JetBrains) - [@jastice](https://github.com/jastice)\n- Marcin Abramowicz (JetBrains) - [@abrams27](https://github.com/abrams27)\n\n## Protocol Changelog\n\n### 2.2.0 (Unreleased)\n\n- Add unstable `run/printStdout`, `run/printStderr` and `run/readStdin` notifications\n- Add an optional `originId` field to `TaskStartParams`, `TaskProgressParams` and `TaskFinishParams`\n  and deprecate it in `CompileReport` and `TestReport` to support BSP clients that need to distinguish\n  between multiple reports for the same target.\n  - Migration: Use the `originId` field in `TaskFinishParams` instead of `CompileReport`/`TestReport`\n    to identify the report.\n- Add optional support for environment variables and working directory parameters in `buildTarget/run`\n  and `buildTarget/test` requests.\n  Mark arguments and environment variables lists in ScalaMainClass and ScalaTestSuites deprecated as\n  they are replaced by the parameters in the base request.\n- Add `cargo` (Rust build tool) protocol extension\n- Update diagnostic-related structures to match LSP 3.17\n- Add `Rust` protocol extension\n- Add `buildToolParams` to compile/test/run requests\n- Add an optional `data` field to `SourceItem`\n","funding_links":[],"categories":["Scala","Others"],"sub_categories":["GitHub Actions"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuild-server-protocol%2Fbuild-server-protocol","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbuild-server-protocol%2Fbuild-server-protocol","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbuild-server-protocol%2Fbuild-server-protocol/lists"}