{"id":31430290,"url":"https://github.com/pigweed-project/pigweed","last_synced_at":"2025-09-30T09:02:06.873Z","repository":{"id":37504165,"uuid":"346157320","full_name":"pigweed-project/pigweed","owner":"pigweed-project","description":"Modern software development for embedded systems","archived":false,"fork":false,"pushed_at":"2025-09-29T23:23:03.000Z","size":81820,"stargazers_count":437,"open_issues_count":1,"forks_count":97,"subscribers_count":20,"default_branch":"main","last_synced_at":"2025-09-30T00:26:33.216Z","etag":null,"topics":["cpp","embedded","embedded-systems","mcu","microcontroller"],"latest_commit_sha":null,"homepage":"https://pigweed.dev","language":"C++","has_issues":false,"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/pigweed-project.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-03-09T22:07:25.000Z","updated_at":"2025-09-29T23:23:07.000Z","dependencies_parsed_at":"2024-04-07T22:21:35.026Z","dependency_job_id":"357d6098-dc05-4654-a211-70fec42fd599","html_url":"https://github.com/pigweed-project/pigweed","commit_stats":{"total_commits":10155,"total_committers":302,"mean_commits":33.62582781456954,"dds":0.8685376661742984,"last_synced_commit":"6618a7d3265639bf4f4edcc0cfd50243df020c42"},"previous_names":["pigweed-project/pigweed"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pigweed-project/pigweed","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pigweed-project%2Fpigweed","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pigweed-project%2Fpigweed/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pigweed-project%2Fpigweed/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pigweed-project%2Fpigweed/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pigweed-project","download_url":"https://codeload.github.com/pigweed-project/pigweed/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pigweed-project%2Fpigweed/sbom","scorecard":{"id":437662,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/pigweed","commit":"ac8c8d8096f8e34ed81b2912a16ec5a619752d54"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Maintained","score":10,"reason":"30 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"Code-Review","score":10,"reason":"all changesets reviewed","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":"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/bazel-noenv.yaml:1","Warn: no topLevel permission defined: .github/workflows/lintformat.yaml: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":"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":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"no SAST tool detected","details":["Warn: no pull requests merged into dev branch"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: CppLibFuzzer integration found: pw_bluetooth_hci/uart_transport_fuzzer.cc:28","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/fuchsia/host/fidl/host_server_watch_peers_fuzztest.cc:160","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/common/advertising_data_fuzztest.cc:42","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/gap/peer_cache_fuzztest.cc:25","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/l2cap/basic_mode_rx_engine_fuzztest.cc:20","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/l2cap/bredr_dynamic_channel_registry_fuzztest.cc:45","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/l2cap/channel_configuration_fuzztest.cc:33","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/l2cap/common_handler_fuzztest.cc:40","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/l2cap/enhanced_retransmission_mode_engines_fuzztest.cc:30","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/l2cap/l2cap_fuzztest.cc:196","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/sdp/data_element_fuzztest.cc:32","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/sdp/pdu_fuzztest.cc:53","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/sm/valid_packet_reader_parse_sdu_fuzztest.cc:34","Info: CppLibFuzzer integration found: pw_fuzzer/examples/libfuzzer/toy_fuzzer.cc:46","Info: CppLibFuzzer integration found: pw_fuzzer/pw_fuzzer_disabled.cc:25","Info: CppLibFuzzer integration found: pw_fuzzer/pw_fuzzer_disabled.cc:31","Info: CppLibFuzzer integration found: pw_fuzzer/pw_fuzzer_disabled.cc:32","Info: CppLibFuzzer integration found: pw_protobuf/decoder_fuzzer.cc:219","Info: CppLibFuzzer integration found: pw_protobuf/encoder_fuzzer.cc:316","Info: CppLibFuzzer integration found: pw_random/get_int_bounded_fuzzer.cc:43","Info: CppLibFuzzer integration found: pw_tokenizer/detokenize_fuzzer.cc:62","Info: CppLibFuzzer integration found: pw_tokenizer/token_database_fuzzer.cc:64","Info: CppLibFuzzer integration found: pw_bluetooth_hci/uart_transport_fuzzer.cc:28","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/fuchsia/host/fidl/host_server_watch_peers_fuzztest.cc:160","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/common/advertising_data_fuzztest.cc:42","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/gap/peer_cache_fuzztest.cc:25","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/l2cap/basic_mode_rx_engine_fuzztest.cc:20","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/l2cap/bredr_dynamic_channel_registry_fuzztest.cc:45","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/l2cap/channel_configuration_fuzztest.cc:33","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/l2cap/common_handler_fuzztest.cc:40","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/l2cap/enhanced_retransmission_mode_engines_fuzztest.cc:30","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/l2cap/l2cap_fuzztest.cc:196","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/sdp/data_element_fuzztest.cc:32","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/sdp/pdu_fuzztest.cc:53","Info: CppLibFuzzer integration found: pw_bluetooth_sapphire/host/sm/valid_packet_reader_parse_sdu_fuzztest.cc:34","Info: CppLibFuzzer integration found: pw_fuzzer/examples/libfuzzer/toy_fuzzer.cc:46","Info: CppLibFuzzer integration found: pw_fuzzer/pw_fuzzer_disabled.cc:25","Info: CppLibFuzzer integration found: pw_fuzzer/pw_fuzzer_disabled.cc:31","Info: CppLibFuzzer integration found: pw_fuzzer/pw_fuzzer_disabled.cc:32","Info: CppLibFuzzer integration found: pw_protobuf/decoder_fuzzer.cc:219","Info: CppLibFuzzer integration found: pw_protobuf/encoder_fuzzer.cc:316","Info: CppLibFuzzer integration found: pw_random/get_int_bounded_fuzzer.cc:43","Info: CppLibFuzzer integration found: pw_tokenizer/detokenize_fuzzer.cc:62","Info: CppLibFuzzer integration found: pw_tokenizer/token_database_fuzzer.cc:64"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"Binary-Artifacts","score":8,"reason":"binaries present in source code","details":["Warn: binary detected: pw_tokenizer/py/elf_reader_test_binary.elf:1","Warn: binary detected: pw_tokenizer/py/example_binary_with_tokenized_strings.elf:1"],"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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Info: Possibly incomplete results: error parsing shell code: parameter expansion requires a literal: bootstrap.sh:0","Info: Possibly incomplete results: error parsing shell code: not a valid test operator: ]: pw_env_setup/get_pw_env_setup.sh:0","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/bazel-noenv.yaml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/google/pigweed/bazel-noenv.yaml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/bazel-noenv.yaml:30: update your workflow using https://app.stepsecurity.io/secureworkflow/google/pigweed/bazel-noenv.yaml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/lintformat.yaml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/google/pigweed/lintformat.yaml/main?enable=pin","Warn: containerImage not pinned by hash: docker/Dockerfile.cache:15: pin your Docker image by updating ubuntu:19.10 to ubuntu:19.10@sha256:f332c4057e21ec71cc8b20b05328d476104a069bfa6882877e0920e8140edcf0","Warn: containerImage not pinned by hash: docker/Dockerfile.run:16","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   0 out of   2 containerImage 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":"Vulnerabilities","score":0,"reason":"70 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GO-2024-3333","Warn: Project is vulnerable to: GO-2025-3503 / GHSA-qxp5-gwg8-xv66","Warn: Project is vulnerable to: GO-2025-3595 / GHSA-vvgc-356p-c3xw","Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw","Warn: Project is vulnerable to: GHSA-67mh-4wv8-2f99","Warn: Project is vulnerable to: GHSA-fjxv-7rqg-78g4","Warn: Project is vulnerable to: GHSA-593f-38f6-jp5m","Warn: Project is vulnerable to: GHSA-x2rg-q646-7m2v","Warn: Project is vulnerable to: GHSA-jgmv-j7ww-jx2x","Warn: Project is vulnerable to: GHSA-h7cp-r72f-jxh6","Warn: Project is vulnerable to: GHSA-v62p-rq8g-8h59","Warn: Project is vulnerable to: GHSA-pq67-2wwv-3xjx","Warn: Project is vulnerable to: GHSA-8cj5-5rvv-wf4v","Warn: Project is vulnerable to: GHSA-52f5-9888-hmc6","Warn: Project is vulnerable to: GHSA-vg6x-rcgg-rjx6","Warn: Project is vulnerable to: GHSA-x574-m823-4x7w","Warn: Project is vulnerable to: GHSA-4r4m-qw57-chr8","Warn: Project is vulnerable to: GHSA-xcj6-pq6g-qj4x","Warn: Project is vulnerable to: GHSA-356w-63v5-8wf4","Warn: Project is vulnerable to: GHSA-859w-5945-r5v3","Warn: Project is vulnerable to: GHSA-67hx-6x53-jw92","Warn: Project is vulnerable to: GHSA-wrw9-m778-g6mc","Warn: Project is vulnerable to: GHSA-pp7h-53gx-mx7r","Warn: Project is vulnerable to: GHSA-grv7-fg5c-xmjg","Warn: Project is vulnerable to: GHSA-x9w5-v3q2-3rhw","Warn: Project is vulnerable to: GHSA-3xgq-45jj-v275","Warn: Project is vulnerable to: GHSA-w573-4hg7-7wgq","Warn: Project is vulnerable to: GHSA-434g-2637-qmqr","Warn: Project is vulnerable to: GHSA-49q7-c7j4-3p7m","Warn: Project is vulnerable to: GHSA-977x-g7h5-7qgw","Warn: Project is vulnerable to: GHSA-f7q4-pwc6-w24p","Warn: Project is vulnerable to: GHSA-fc9h-whq2-v747","Warn: Project is vulnerable to: GHSA-vjh7-7g9h-fjfh","Warn: Project is vulnerable to: GHSA-pfrx-2q88-qq97","Warn: Project is vulnerable to: GHSA-rc47-6667-2j5j","Warn: Project is vulnerable to: GHSA-9c47-m6qq-7p4h","Warn: Project is vulnerable to: GHSA-952p-6rrq-rcjv","Warn: Project is vulnerable to: GHSA-mwcw-c2x4-8c55","Warn: Project is vulnerable to: GHSA-x3m3-4wpv-5vgc","Warn: Project is vulnerable to: GHSA-gcx4-mw62-g8wm","Warn: Project is vulnerable to: GHSA-x6fg-f45m-jf5q","Warn: Project is vulnerable to: GHSA-c2qf-rxjj-qqgw","Warn: Project is vulnerable to: GHSA-72xf-g2v4-qvf3","Warn: Project is vulnerable to: GHSA-3h5v-q93c-6h6q","Warn: Project is vulnerable to: PYSEC-2025-49 / GHSA-5rjg-fvgr-3xxf","Warn: Project is vulnerable to: GHSA-8495-4g3g-x7pr","Warn: Project is vulnerable to: GHSA-9548-qrrj-x5pj","Warn: Project is vulnerable to: PYSEC-2024-48 / GHSA-fj7x-q9j7-g6q6","Warn: Project is vulnerable to: PYSEC-2024-230 / GHSA-248v-346w-9cwc","Warn: Project is vulnerable to: PYSEC-2022-42986 / GHSA-43fp-rhv2-5gv8","Warn: Project is vulnerable to: PYSEC-2023-135 / GHSA-xqr8-7jwr-rhp7","Warn: Project is vulnerable to: PYSEC-2024-60 / GHSA-jjg7-2v4v-x38h","Warn: Project is vulnerable to: GHSA-cpwx-vrp4-4pq7","Warn: Project is vulnerable to: GHSA-gmj6-6f8f-6699","Warn: Project is vulnerable to: GHSA-h5c8-rqwp-cp95","Warn: Project is vulnerable to: GHSA-h75v-3vvj-5mfj","Warn: Project is vulnerable to: GHSA-q2x7-8rv6-6q7h","Warn: Project is vulnerable to: GHSA-8qvm-5x2c-j2w7","Warn: Project is vulnerable to: GHSA-9hjg-9r4m-mvj7","Warn: Project is vulnerable to: GHSA-34jh-p97f-mpxf","Warn: Project is vulnerable to: PYSEC-2023-212 / GHSA-g4mx-q9vg-27p4","Warn: Project is vulnerable to: GHSA-pq67-6m6q-mj2v","Warn: Project is vulnerable to: PYSEC-2023-192 / GHSA-v845-jxx5-vc9f","Warn: Project is vulnerable to: GHSA-28mc-g557-92m7","Warn: Project is vulnerable to: GHSA-2p57-rm9w-gvfp","Warn: Project is vulnerable to: GHSA-9wv6-86v2-598j","Warn: Project is vulnerable to: GHSA-64vr-g452-qvp3","Warn: Project is vulnerable to: GHSA-9cwx-2883-4wfx","Warn: Project is vulnerable to: RUSTSEC-2024-0436"],"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-19T05:03:16.500Z","repository_id":37504165,"created_at":"2025-08-19T05:03:16.500Z","updated_at":"2025-08-19T05:03:16.500Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":277658955,"owners_count":25855049,"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-30T02:00:09.208Z","response_time":75,"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":["cpp","embedded","embedded-systems","mcu","microcontroller"],"created_at":"2025-09-30T09:00:40.184Z","updated_at":"2025-09-30T09:02:06.867Z","avatar_url":"https://github.com/pigweed-project.png","language":"C++","funding_links":[],"categories":["C++"],"sub_categories":[],"readme":"# Pigweed\n\nPigweed is an open source collection of embedded-targeted libraries–or as we\nlike to call them, modules. These modules are building blocks and infrastructure\nthat enable faster and more reliable development on small-footprint MMU-less\n32-bit microcontrollers like the STMicroelectronics STM32L452 or the Nordic\nnRF52832.\n\nFor more information please see our website: https://pigweed.dev/.\n\n## Links\n\n- [Documentation](https://pigweed.dev/)\n- [Source Code](https://cs.pigweed.dev/pigweed)\n- [Code Reviews](https://pwrev.dev/)\n- [Mailing List](https://groups.google.com/forum/#!forum/pigweed)\n- [Chat Room](https://discord.gg/M9NSeTA)\n- [Issue Tracker](https://pwbug.dev/)\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpigweed-project%2Fpigweed","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpigweed-project%2Fpigweed","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpigweed-project%2Fpigweed/lists"}