8000 minor #28575 [WebProfilerBundle] added a note in the README (fabpot) · symfony/symfony@f7f0486 · GitHub
[go: up one dir, main page]

Skip to content
10000

Commit f7f0486

Browse files
committed
minor #28575 [WebProfilerBundle] added a note in the README (fabpot)
This PR was merged into the 2.8 branch. Discussion ---------- [WebProfilerBundle] added a note in the README | Q | A | ------------- | --- | Branch? | 2.8 | Bug fix? | no | New feature? | no <!-- don't forget to update src/**/CHANGELOG.md files --> | BC breaks? | no <!-- see https://symfony.com/bc --> | Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files 8000 --> | Tests pass? | yes <!-- please add some, will be required by reviewers --> | Fixed tickets | | License | MIT | Doc PR | <!-- Write a short README entry for your feature/bugfix here (replace this comment block.) This will help people understand your PR and can be used as a start of the Doc PR. Additionally: - Bug fixes must be submitted against the lowest branch where they apply (lowest branches are regularly merged to upper ones so they get the fixes too). - Features and deprecations must be submitted against the master branch. --> Commits ------- 310870a [WebProfilerBundle] added a note in the README
2 parents 7c87dc9 + 310870a commit f7f0486

File tree

1 file changed

+6
-0
lines changed
  • src/Symfony/Bundle/WebProfilerBundle

1 file changed

+6
-0
lines changed

src/Symfony/Bundle/WebProfilerBundle/README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
WebProfilerBundle
22
=================
33

4+
The Web profiler bundle is a **development tool** that gives detailed
5+
information about the execution of any request.
6+
7+
**Never** enable it on production servers as it will lead to major security
8+
vulnerabilities in your project.
9+
410
Resources
511
---------
612

0 commit comments

Comments
 (0)
0