Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge develop with master #701

Merged
merged 95 commits into from
Aug 17, 2021
Merged

Merge develop with master #701

merged 95 commits into from
Aug 17, 2021

Conversation

mesa57
Copy link
Collaborator

@mesa57 mesa57 commented Aug 17, 2021

@Sweepr Please review

Sweepr and others added 30 commits December 7, 2020 16:26
Declaration must be compatible with Notifications_abs->sendMessage(type, title, body, sourceUrl, smtp)
Fix for issue: #629 
- Sanitize query string to prevent time based and other possible SQL injections.
Fix for #632

Using double qoutes when searching causes query to use "IN BOOLEAN MODE",. "IN" was listed as not allowed SQL commands and triggered the security fix #629
Updated PHPMailer from 6.1.7 to 6.2.0
PHP Deprecated:  Function openssl_free_key() is deprecated in PHP 8.0 

Added test for PHP 8 because PHP 8 automatically frees the key instance and deprecates the function.
PHP Deprecated:  Function openssl_free_key() is deprecated in PHP 8.0 

Added test for PHP 8 because PHP 8 automatically frees the key instance and deprecates the function.
…s-deprecated

Update Services_NzbHandler_abs.php
In some cases the comparison using `strlen` is used wrong, this must be `strlen($variable)` and then the comparison, apparently previous PHP versions just seemed to swallow this making the checks disfunctional.
Sweepr and others added 29 commits April 10, 2021 08:39

    Updated PHPmailer to v6.4.1 because of a vulnerability found affecting versions >=6.1.8, <6.4.1
    See: https://snyk.io/vuln/SNYK-PHP-PHPMAILERPHPMAILER-1277184

    Removed unneeded NMA classes from composer loaders.

    Added PHPseclib v2.0.25 => v2.0.31 to Vendor folder.
Bumps [phpmailer/phpmailer](https://github.com/PHPMailer/PHPMailer) from 6.4.1 to 6.5.0.
- [Release notes](https://github.com/PHPMailer/PHPMailer/releases)
- [Changelog](https://github.com/PHPMailer/PHPMailer/blob/master/changelog.md)
- [Commits](PHPMailer/PHPMailer@v6.4.1...v6.5.0)

---
updated-dependencies:
- dependency-name: phpmailer/phpmailer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
…pmailer-6.5.0

Bump phpmailer/phpmailer from 6.4.1 to 6.5.0
Issue #689 missing psr/simple-cache in vendor folder
@Sweepr Sweepr merged commit b88081d into master Aug 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants