{"id":17329690,"url":"https://github.com/czaki/tsp_spanning","last_synced_at":"2026-03-11T15:03:41.921Z","repository":{"id":62585423,"uuid":"219783717","full_name":"Czaki/tsp_spanning","owner":"Czaki","description":"Traveling Salesman heuristic with spanning tree","archived":false,"fork":false,"pushed_at":"2024-09-03T22:26:19.000Z","size":75,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-10-30T06:14:06.923Z","etag":null,"topics":["python3","tsp-solver"],"latest_commit_sha":null,"homepage":"","language":"C++","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/Czaki.png","metadata":{"files":{"readme":"README.rst","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}},"created_at":"2019-11-05T15:51:41.000Z","updated_at":"2023-07-18T09:10:40.000Z","dependencies_parsed_at":"2022-11-03T22:05:15.118Z","dependency_job_id":null,"html_url":"https://github.com/Czaki/tsp_spanning","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/Czaki/tsp_spanning","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Czaki%2Ftsp_spanning","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Czaki%2Ftsp_spanning/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Czaki%2Ftsp_spanning/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Czaki%2Ftsp_spanning/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Czaki","download_url":"https://codeload.github.com/Czaki/tsp_spanning/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Czaki%2Ftsp_spanning/sbom","scorecard":{"id":34883,"data":{"date":"2025-08-11","repo":{"name":"github.com/Czaki/tsp_spanning","commit":"7dd371c9f60a3f3d6f17027de5533c1e349e5811"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":2.8,"checks":[{"name":"Code-Review","score":0,"reason":"Found 0/10 approved changesets -- score normalized to 0","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":"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":"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":"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/test_and_deploy.yml:21: update your workflow using https://app.stepsecurity.io/secureworkflow/Czaki/tsp_spanning/test_and_deploy.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_and_deploy.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/Czaki/tsp_spanning/test_and_deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_and_deploy.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/Czaki/tsp_spanning/test_and_deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_and_deploy.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/Czaki/tsp_spanning/test_and_deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_and_deploy.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/Czaki/tsp_spanning/test_and_deploy.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test_and_deploy.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/Czaki/tsp_spanning/test_and_deploy.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test_and_deploy.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/Czaki/tsp_spanning/test_and_deploy.yml/master?enable=pin","Info:   0 out of   5 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   2 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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test_and_deploy.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":"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":"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":"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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT License: LICENSE.txt: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 'master'"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 1 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":3,"reason":"7 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: PYSEC-2018-34 / GHSA-2fc2-6r4j-p65h","Warn: Project is vulnerable to: PYSEC-2021-856 / GHSA-5545-2q6w-2gh6","Warn: Project is vulnerable to: PYSEC-2019-108 / GHSA-9fq2-x9r6-wfmf","Warn: Project is vulnerable to: PYSEC-2018-33 / GHSA-cw6w-4rcx-xphc","Warn: Project is vulnerable to: PYSEC-2021-857 / GHSA-f7c7-j99h-c22f","Warn: Project is vulnerable to: GHSA-fpfv-jqm9-f5jm","Warn: Project is vulnerable to: PYSEC-2017-1 / GHSA-frgw-fgh6-9g52"],"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-14T20:05:49.654Z","repository_id":62585423,"created_at":"2025-08-14T20:05:49.654Z","updated_at":"2025-08-14T20:05:49.654Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30385037,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-11T14:10:17.325Z","status":"ssl_error","status_checked_at":"2026-03-11T14:09:37.934Z","response_time":84,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["python3","tsp-solver"],"created_at":"2024-10-15T14:49:10.170Z","updated_at":"2026-03-11T15:03:41.890Z","avatar_url":"https://github.com/Czaki.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"tsp_spanning\n============\n.. image:: https://readthedocs.org/projects/tsp-spanning/badge/?version=latest\n  :target: https://tsp-spanning.readthedocs.io/en/latest/?badge=latest\n  :alt: Documentation Status\n\n.. image:: https://dev.azure.com/bokota/tsp%20spanning/_apis/build/status/Czaki.tsp_spanning?branchName=master\n  :target: https://dev.azure.com/bokota/tsp%20spanning/_build/latest?definitionId=1\u0026branchName=master\n  :alt: Build Status  \n\n.. image:: https://badge.fury.io/py/tsp-spanning.svg\n  :target: https://badge.fury.io/py/tsp-spanning\n  :alt: PyPI version\n\ntsp_spanning is package which implements Traveling\nSalesman Problem with spanning tree heuristic.\n\nFor performance reason algorithm is inplemented in C\n\ninstalation\n-----------\n\n.. code:: bash \n   \n   pip install tsp-spanning\n\n\n@copyright\nCode created by Grzegorz Bokota, Iwona Kotlarska, Jakub Bartmiński\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczaki%2Ftsp_spanning","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fczaki%2Ftsp_spanning","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fczaki%2Ftsp_spanning/lists"}