{"id":15527016,"url":"https://github.com/pyrech/do-not-expose-your-symfony","last_synced_at":"2025-04-05T05:27:10.789Z","repository":{"id":57046148,"uuid":"115140095","full_name":"pyrech/do-not-expose-your-symfony","owner":"pyrech","description":"Change some default Symfony configuration to not leak you are using it","archived":false,"fork":false,"pushed_at":"2017-12-24T00:50:19.000Z","size":12,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-10T13:22:29.191Z","etag":null,"topics":[],"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/pyrech.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2017-12-22T18:20:41.000Z","updated_at":"2025-01-14T20:49:40.000Z","dependencies_parsed_at":"2022-08-24T03:40:30.620Z","dependency_job_id":null,"html_url":"https://github.com/pyrech/do-not-expose-your-symfony","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2Fdo-not-expose-your-symfony","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2Fdo-not-expose-your-symfony/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2Fdo-not-expose-your-symfony/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyrech%2Fdo-not-expose-your-symfony/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyrech","download_url":"https://codeload.github.com/pyrech/do-not-expose-your-symfony/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247291778,"owners_count":20914924,"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":[],"created_at":"2024-10-02T11:03:47.859Z","updated_at":"2025-04-05T05:27:10.767Z","avatar_url":"https://github.com/pyrech.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Do Not Expose Your Symfony\n\n[![Latest Stable Version](https://poser.pugx.org/pyrech/do-not-expose-your-symfony/v/stable)](https://packagist.org/packages/pyrech/do-not-expose-your-symfony)\n[![Total Downloads](https://poser.pugx.org/pyrech/do-not-expose-your-symfony/downloads)](https://packagist.org/packages/pyrech/do-not-expose-your-symfony)\n[![Build Status](https://travis-ci.org/pyrech/do-not-expose-your-symfony.svg?branch=master)](https://travis-ci.org/pyrech/do-not-expose-your-symfony)\n\nThis project main's goal is to help you not exposing your project uses Symfony\nby changing some default configuration.\n\n## Why?\n\nSymfony already do not leak a lot of information about itself. However we can\nstill find clues to detect whether your project uses Symfony. Potential hacker\ncould use these information to find security breaches that could be exploited.\n\nSee this [french article](https://afsy.fr/avent/2017/15-comment-ne-pas-trop-exposer-symfony)\nfor a not exhaustive list of things that can be detected and that this bundle\naims to change. \n\n## Installation\n\n- Use [Composer](http://getcomposer.org/) to install `DoNotExposeYourSymfony` in your project:\n\n```shell\ncomposer require \"pyrech/do-not-expose-your-symfony\"\n```\n\n- If you do not use Symfony Flex, you will also need to manually register the\nbundle inside the kernel:\n\n```php\n    /**\n     * {@inheritdoc}\n     */\n    public function registerBundles()\n    {\n        $bundles = [\n            // ...\n            new Pyrech\\DoNotExposeYourSymfony\\PyrechDoNotExposeYourSymfonyBundle(),\n        ];\n        \n        // ...\n\n        return $bundles;\n    }\n```\n\n## Further documentation\n\nYou can see the current and past versions using one of the following:\n\n* the `git tag` command\n* the [releases page on Github](https://github.com/pyrech/do-not-expose-your-symfony/releases)\n* the file listing the [changes between versions](CHANGELOG.md)\n\nAnd some meta documentation:\n\n* [versioning and branching models](VERSIONING.md)\n* [contribution instructions](CONTRIBUTING.md)\n\n## Credits\n\n* [All contributors](https://github.com/pyrech/do-not-expose-your-symfony/graphs/contributors);\n* Inspired from this [(french) article](https://afsy.fr/avent/2017/15-comment-ne-pas-trop-exposer-symfony)\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file\nfor details.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrech%2Fdo-not-expose-your-symfony","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyrech%2Fdo-not-expose-your-symfony","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyrech%2Fdo-not-expose-your-symfony/lists"}