diff options
author | Andrey Andreev <narf@devilix.net> | 2015-10-12 12:55:24 +0200 |
---|---|---|
committer | Andrey Andreev <narf@devilix.net> | 2015-10-12 12:55:24 +0200 |
commit | 4bb2b95a1b1f580427680c3bef71888e98c25523 (patch) | |
tree | 731fa7ed07ca31a43358f05b07674f60e1cf10c0 /user_guide_src/source/contributing | |
parent | 47adcef68871cea1e556ffb2c0b6f585497e2a27 (diff) |
[ci skip] Add more info about security reporting to docs
Diffstat (limited to 'user_guide_src/source/contributing')
-rw-r--r-- | user_guide_src/source/contributing/index.rst | 20 |
1 files changed, 16 insertions, 4 deletions
diff --git a/user_guide_src/source/contributing/index.rst b/user_guide_src/source/contributing/index.rst index 0112ca065..5966070d1 100644 --- a/user_guide_src/source/contributing/index.rst +++ b/user_guide_src/source/contributing/index.rst @@ -29,12 +29,24 @@ own copy. This will require you to use the version control system called Git. Support ******* -Note that GitHub is not for general support questions! +Please note that GitHub is not for general support questions! If you are +having trouble using a feature of CodeIgniter, ask for help on our +`forums <http://forum.codeigniter.com/>`_ instead. -If you are having trouble using a feature of CodeIgniter, ask for help on the forum. +If you are not sure whether you are using something correctly or if you +have found a bug, again - please ask on the forums first. -If you are wondering if you are using -something correctly or if you have found a bug, ask on the forum first. +******** +Security +******** + +Did you find a security issue in CodeIgniter? + +Please *don't* disclose it publicly, but e-mail us at security@codeigniter.com, +or report it via our page on `HackerOne <https://hackerone.com/codeigniter>`_. + +If you've found a critical vulnerability, we'd be happy to credit you in our +`ChangeLog <../changelog>`. **************************** Tips for a Good Issue Report |