{"id":13596698,"url":"https://github.com/cedricbonhomme/freshermeat","last_synced_at":"2025-04-14T11:40:44.954Z","repository":{"id":27487208,"uuid":"105474549","full_name":"cedricbonhomme/freshermeat","owner":"cedricbonhomme","description":"An open source software directory and release tracker.","archived":false,"fork":false,"pushed_at":"2024-08-16T20:10:35.000Z","size":15676,"stargazers_count":21,"open_issues_count":3,"forks_count":3,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-08-16T21:28:06.501Z","etag":null,"topics":["cve","cve-search","freshmeat","release-tracking","software-directory"],"latest_commit_sha":null,"homepage":"https://open-source-security-software.net","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"agpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cedricbonhomme.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"COPYING","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":"SECURITY.md","support":null,"governance":null,"roadmap":null,"authors":"AUTHORS.md","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-10-01T21:07:36.000Z","updated_at":"2024-08-16T20:10:38.000Z","dependencies_parsed_at":"2023-12-13T11:22:48.794Z","dependency_job_id":"40f52cd5-a4d3-41d8-91a8-9aa9bff862d1","html_url":"https://github.com/cedricbonhomme/freshermeat","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricbonhomme%2Ffreshermeat","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricbonhomme%2Ffreshermeat/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricbonhomme%2Ffreshermeat/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cedricbonhomme%2Ffreshermeat/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cedricbonhomme","download_url":"https://codeload.github.com/cedricbonhomme/freshermeat/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248874214,"owners_count":21175792,"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","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":["cve","cve-search","freshmeat","release-tracking","software-directory"],"created_at":"2024-08-01T16:02:40.975Z","updated_at":"2025-04-14T11:40:44.921Z","avatar_url":"https://github.com/cedricbonhomme.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# Freshermeat\n\n## Presentation\n\n[Freshermeat](https://github.com/cedricbonhomme/freshermeat) is an open source software\ndirectory and release tracker.\nMain functionalities are the following:\n\n- tracking of software releases, vulnerabilities (CVE) and news;\n- subscribe to releases of a project or an organization via an ATOM feed;\n- JSON-based API in order to manages projects, releases, CVEs, etc. and\n  [documented with Swagger](https://open-source-security-software.net/api/v2);\n- management of organizations.\n\nFreshermeat instance for tracking security-oriented projects:\n[https://open-source-security-software.net](https://open-source-security-software.net)\n\n\n## Deployment\n\n### Requirements\n\n```bash\n$ sudo apt install postgresql npm\n```\n\n### Configure and install the application\n\n\n```bash\n$ git clone https://github.com/cedricbonhomme/freshermeat\n$ cd freshermeat/\n$ poetry install\n$ poetry shell\n\n(freshermeat) $ npm install\n\n(freshermeat) $ export APPLICATION_SETTINGS=development.py\n\n(freshermeat) $ flask db_create\n(freshermeat) $ flask db_init\n(freshermeat) $ flask create_admin --login \u003clogin\u003e --password \u003cpassword\u003e\n(freshermeat) $ flask import_osi_approved_licenses\n\n(freshermeat) $ flask run --debug\n * Debug mode: on\nWARNING: This is a development server. Do not use it in a production deployment. Use a production WSGI server instead.\n * Running on http://127.0.0.1:5000\nPress CTRL+C to quit\n * Restarting with stat\n * Debugger is active!\n * Debugger PIN: 315-271-316\n```\n\nYou can configure the application in ``instance/development.py`` or create\nyour own file and export it in the variable ``APPLICATION_SETTINGS``.\n\n\n## Workers\n\nWorkers are located in the folder _freshermeat/workers/_ and can be launched\nperiodically with __cron__.\n\n### Retrieving CVEs\n\n```bash\n$ poetry run flask fetch_cves\n```\n\n### Release tracking\n\n```bash\n$ poetry run flask fetch_releases\n```\n\n### Retrieving news about projects\n\n```bash\n$ poetry run flask fetch_news\n```\n\n\n## License\n\nThis software is licensed under\n[GNU Affero General Public License version 3](https://www.gnu.org/licenses/agpl-3.0.html)\n\nCopyright (C) 2017-2024 [Cédric Bonhomme](https://www.cedricbonhomme.org)\n\n\n## Contact\n\n[Cédric Bonhomme](https://www.cedricbonhomme.org)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedricbonhomme%2Ffreshermeat","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcedricbonhomme%2Ffreshermeat","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcedricbonhomme%2Ffreshermeat/lists"}