Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .github/SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Security Policy

## Supported Versions

Security fixes are applied to all active versions listed in the
[version map](https://github.com/cakephp/bake/wiki#version-map).
Versions marked as EOL no longer receive fixes.

## Reporting a Vulnerability

If you've found a security issue in CakePHP Bake, please use the following procedure
instead of the normal bug reporting system. Instead of using the bug tracker,
or one of the support forums please send an email to security [at] cakephp.org. Emails
sent to this address go to the CakePHP core team on a private mailing list.

For each report, we try to first confirm the vulnerability. Once confirmed,
the CakePHP team will take the following actions:

* Acknowledge to the reporter that we've received the issue, and are
working on a fix. We ask that the reporter keep the issue confidential until we announce it.
* Get a fix/patch prepared.
* Prepare a post describing the vulnerability, and the possible exploits.
* Release new versions of all affected versions.
* Prominently feature the problem in the release announcement
Loading