{"id":18840613,"url":"https://github.com/bitexpert/sulu-securitytxt-bundle","last_synced_at":"2025-04-14T07:07:23.070Z","repository":{"id":64984700,"uuid":"580305521","full_name":"bitExpert/sulu-securitytxt-bundle","owner":"bitExpert","description":"Sulu Bundle to manage security.txt files","archived":false,"fork":false,"pushed_at":"2025-02-10T05:09:20.000Z","size":714,"stargazers_count":5,"open_issues_count":2,"forks_count":3,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-04-14T07:07:17.735Z","etag":null,"topics":["php","security","sulu","sulu-bundle","symfony"],"latest_commit_sha":null,"homepage":"","language":"PHP","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/bitExpert.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","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":null,"dei":null}},"created_at":"2022-12-20T08:29:03.000Z","updated_at":"2025-04-04T09:50:44.000Z","dependencies_parsed_at":"2024-02-05T09:25:36.926Z","dependency_job_id":"fab3c3be-cbcb-4ff2-801b-a0a85e032175","html_url":"https://github.com/bitExpert/sulu-securitytxt-bundle","commit_stats":{"total_commits":27,"total_committers":3,"mean_commits":9.0,"dds":"0.33333333333333337","last_synced_commit":"d0fa0902df9d091a5bb9228035d0cbaf996c498d"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitExpert%2Fsulu-securitytxt-bundle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitExpert%2Fsulu-securitytxt-bundle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitExpert%2Fsulu-securitytxt-bundle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitExpert%2Fsulu-securitytxt-bundle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitExpert","download_url":"https://codeload.github.com/bitExpert/sulu-securitytxt-bundle/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248837280,"owners_count":21169374,"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":["php","security","sulu","sulu-bundle","symfony"],"created_at":"2024-11-08T02:48:19.127Z","updated_at":"2025-04-14T07:07:23.041Z","avatar_url":"https://github.com/bitExpert.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sulu-securitytxt-bundle\n\n[![Mastodon Follow](https://img.shields.io/mastodon/follow/109408681246972700?domain=https://rheinneckar.social)](https://rheinneckar.social/@bitexpert)\n\nThis is a Sulu Bundle to manage security.txt files for your Sulu webspaces.\n\nAccording to [securitytxt.org](https://securitytxt.org) the main purpose of security.txt is to help make things easier for companies and security researchers when trying to secure platforms. Thanks to security.txt, security researchers can easily get in touch with companies about security issues.\n\n## Installation\n\n```bash\ncomposer require bitexpert/sulu-securitytxt-bundle\n```\n\n1. Register the bundle in the file `config/bundles.php`\n```php\nBitExpert\\Sulu\\SecuritytxtBundle\\BitExpertSuluSecuritytxtBundle::class =\u003e ['all' =\u003e true],\n```\n\n2. Configure the routing as follows:\n\nCreate file `config/routes/securitytxt_admin.yaml`:\n```yaml\nsecuritytxt_api:\n    resource: \"@BitExpertSuluSecuritytxtBundle/Resources/config/routing_api.yaml\"\n    type: rest\n    prefix:   /admin/api\n```\n\nCreate file `config/routes/securitytxt_website.yaml`:\n```yaml\nsecuritytxt_website:\n  resource: \"@BitExpertSuluSecuritytxtBundle/Resources/config/routing_website.yaml\"\n```\n\n3. Run Doctrine Schema Update\n```bash\n./bin/adminconsole doctrine:schema:update -f\n```\n\n## Usage\n\nOnce installed, this bundle adds a tab called \"Security.txt\" to the webspaces configuration which allows you to create\nnew security.txt entries for the different webspaces. For each webspace only one security.txt configuration can be saved.\n\nSince 0.5.0: Only users with the Securitytxt permissions can view, add, edit or delete the security.txt entries.\n\n## Contribute\n\nPlease feel free to fork and extend existing or add new features and send a pull request with your changes! To establish\na consistent code quality, please provide unit tests for all your changes and adapt the documentation.\n\n## Want To Contribute?\n\nIf you feel that you have something to share, then we’d love to have you.\nCheck out [the contributing guide](CONTRIBUTING.md) to find out how, as well as what we expect from you.\n\n## License\n\nSulu Security.txt Bundle is released under the MIT License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitexpert%2Fsulu-securitytxt-bundle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitexpert%2Fsulu-securitytxt-bundle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitexpert%2Fsulu-securitytxt-bundle/lists"}