{"id":13502659,"url":"https://github.com/danirus/django-comments-xtd","last_synced_at":"2025-10-08T15:17:32.628Z","repository":{"id":2093552,"uuid":"3033940","full_name":"danirus/django-comments-xtd","owner":"danirus","description":"A pluggable Django comments application with thread support, follow-up notifications, mail confirmation, like/dislike flags, moderation, a ReactJS plugin and Bootstrap 5.3.","archived":false,"fork":false,"pushed_at":"2025-09-18T16:27:07.000Z","size":11338,"stargazers_count":613,"open_issues_count":58,"forks_count":160,"subscribers_count":20,"default_branch":"master","last_synced_at":"2025-09-20T05:02:24.348Z","etag":null,"topics":["comments","django","javascript","python","reactjs"],"latest_commit_sha":null,"homepage":"https://django-comments-xtd.readthedocs.io","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/danirus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2011-12-22T13:22:50.000Z","updated_at":"2025-09-10T10:12:34.000Z","dependencies_parsed_at":"2024-01-31T09:40:10.929Z","dependency_job_id":"09c608bf-5dc2-42b2-b323-28d6de1a3904","html_url":"https://github.com/danirus/django-comments-xtd","commit_stats":{"total_commits":581,"total_committers":48,"mean_commits":"12.104166666666666","dds":0.2960413080895009,"last_synced_commit":"9ff44e33d4a4d0d7079608e09c110bed01a35dd3"},"previous_names":[],"tags_count":73,"template":false,"template_full_name":null,"purl":"pkg:github/danirus/django-comments-xtd","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danirus%2Fdjango-comments-xtd","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danirus%2Fdjango-comments-xtd/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danirus%2Fdjango-comments-xtd/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danirus%2Fdjango-comments-xtd/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danirus","download_url":"https://codeload.github.com/danirus/django-comments-xtd/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danirus%2Fdjango-comments-xtd/sbom","scorecard":{"id":320891,"data":{"date":"2025-08-11","repo":{"name":"github.com/danirus/django-comments-xtd","commit":"3b94295a8390748f9b42a60fb1a2da579783f2bd"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.7,"checks":[{"name":"Code-Review","score":0,"reason":"Found 2/28 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":"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":"Maintained","score":7,"reason":"5 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci-pipeline.yml:1","Warn: no topLevel permission defined: .github/workflows/publish.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":"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":"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":"Pinned-Dependencies","score":1,"reason":"dependency not pinned by hash detected -- score normalized to 1","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-pipeline.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/ci-pipeline.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-pipeline.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/ci-pipeline.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-pipeline.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/ci-pipeline.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-pipeline.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/ci-pipeline.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-pipeline.yml:43: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/ci-pipeline.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-pipeline.yml:58: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/ci-pipeline.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-pipeline.yml:60: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/ci-pipeline.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-pipeline.yml:72: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/ci-pipeline.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-pipeline.yml:74: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/ci-pipeline.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/publish.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/publish.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/publish.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/publish.yml:35: update your workflow using https://app.stepsecurity.io/secureworkflow/danirus/django-comments-xtd/publish.yml/master?enable=pin","Warn: pipCommand not pinned by hash: .github/workflows/ci-pipeline.yml:30","Warn: pipCommand not pinned by hash: .github/workflows/ci-pipeline.yml:31","Warn: pipCommand not pinned by hash: .github/workflows/ci-pipeline.yml:49","Warn: pipCommand not pinned by hash: .github/workflows/ci-pipeline.yml:66","Warn: pipCommand not pinned by hash: .github/workflows/publish.yml:31","Warn: npmCommand not pinned by hash: .github/workflows/publish.yml:32","Info:   0 out of  12 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   1 third-party GitHubAction dependencies pinned","Info:   2 out of   3 npmCommand dependencies pinned","Info:   0 out of   5 pipCommand 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: BSD 2-Clause \"Simplified\" License: 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":"Packaging","score":10,"reason":"packaging workflow detected","details":["Info: Project packages its releases by way of GitHub Actions.: .github/workflows/publish.yml:13"],"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 20 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":8,"reason":"2 existing vulnerabilities detected","details":["Warn: Project is vulnerable to: GHSA-968p-4wvh-cqc8","Warn: Project is vulnerable to: GHSA-v6h2-p8h4-qcjw"],"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-18T01:20:27.533Z","repository_id":2093552,"created_at":"2025-08-18T01:20:27.534Z","updated_at":"2025-08-18T01:20:27.534Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276047279,"owners_count":25575882,"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-20T02:00:10.207Z","response_time":63,"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":["comments","django","javascript","python","reactjs"],"created_at":"2024-07-31T22:02:21.445Z","updated_at":"2025-09-20T05:03:59.903Z","avatar_url":"https://github.com/danirus.png","language":"Python","readme":"Work on version 3 is taking place in the branch [v3-2nd-attempt](https://github.com/danirus/django-comments-xtd/tree/v3-2nd-attempt). Version 3 will be backward incompatible.\n\n# django-comments-xtd  [![tests](https://github.com/danirus/django-comments-xtd/workflows/tests/badge.svg)](https://github.com/danirus/django-comments-xtd/actions/workflows/ci-pipeline.yml)\n\nA Django pluggable application that adds comments to your project.\n\n\u003cp align=\"center\"\u003e\u003cimg align=\"center\" src=\"https://github.com/danirus/django-comments-xtd/blob/master/docs/images/cover.light.png\"\u003e\u003c/p\u003e\n\nIt extends the original [Django Comments Framework](https://pypi.python.org/pypi/django-contrib-comments) with the following features:\n\n* Thread support, so comments can be nested.\n* Customizable maximum thread level, either for all models or on a per app.model basis.\n* Optional notifications on follow-up comments via email.\n* Mute links to allow cancellation of follow-up notifications.\n* Comment confirmation via email when users are not authenticated.\n* Comments hit the database only after they have been confirmed.\n* Registered users can like/dislike comments and can suggest comments removal.\n* Template tags to list/render the last N comments posted to any given list of app.model pairs.\n* Emails sent through threads (can be disable to allow other solutions, like a Celery app).\n* Fully functional JavaScript plugin using ReactJS, Bootstrap 5.3 and Remarkable.\n\nExample sites and tests run under officially Django [supported versions](https://www.djangoproject.com/download/#supported-versions):\n\n* Django 5.1, 5.0, 4.2, 4.1\n* Python 3.13, 3.12, 3.11, 3.10\n\nAdditional Dependencies:\n\n* django-contrib-comments \u003e=2.2\n* djangorestframework \u003e=3.12,\u003c3.17\n\nCheck out the tutorial and examples in the [documentation](http://readthedocs.org/docs/django-comments-xtd/).\n","funding_links":[],"categories":["Python","HTML"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanirus%2Fdjango-comments-xtd","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanirus%2Fdjango-comments-xtd","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanirus%2Fdjango-comments-xtd/lists"}