Skip to content

Commit

Permalink
Bumping version to 1.7.10
Browse files Browse the repository at this point in the history
This is a major security update that adds CSRF protection. It is strongly recommended to update to this version.
  • Loading branch information
Alanaktion committed Sep 10, 2021
1 parent c055633 commit 9a93b54
Show file tree
Hide file tree
Showing 3 changed files with 51 additions and 51 deletions.
2 changes: 1 addition & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Since our team is small, and we don't update often, we only support the latest r

## Reporting a Vulnerability

If you find an issue with the security of Phproject, let me know personally via email at [email protected]. I'll do my best to get back to you within 48 hours, at least with an idea of when we can fix the issue. Major issues that involve significant changes to the application can take several weeks since no one works on this project full time, but we'll do what we can to fix things.
If you find an issue with the security of Phproject, you may report the vulnerability on [huntr.dev](https://huntr.dev/bounties/disclose), or let me know personally via email at [email protected]. I'll do my best to get back to you within 48 hours, at least with an idea of when we can fix the issue. Major issues that involve significant changes to the application can take several weeks since no one works on this project full time, but we'll do what we can to fix things.

If it's been more than a week and we haven't replied, or if we have replied but it's been a while and we haven't communicated or fixed the issue you found, let us know and we'll invite you to a private fork where we can collaborate on a fix.
98 changes: 49 additions & 49 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion index.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php
define('PHPROJECT_VERSION', '1.7.9');
define('PHPROJECT_VERSION', '1.7.10');

// Initialize core
require_once "vendor/autoload.php";
Expand Down

0 comments on commit 9a93b54

Please sign in to comment.