-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #75 from YetiForceCompany/developer
upgrade Roundcube Webmail 1.5.0
- Loading branch information
Showing
1,702 changed files
with
129,129 additions
and
41,367 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Security Policy | ||
|
||
## Supported Versions | ||
|
||
Check our website's [download page](https://roundcube.net/download/) to see which versions are still supported and will receive security updates. | ||
|
||
## Reporting a Vulnerability | ||
|
||
If you found a security issue or vulnerability of the software, please report with direct and encrypted email to *thomas[at]roundcube.net* | ||
and *alec[at]alec.pl*. You can find the according PGP public keys on the major public keyservers like [pgp.key-server.io](https://pgp.key-server.io). | ||
|
||
Your report should include clear steps for reproduction and a classification of the found vulnerability. | ||
|
||
## Publishing and Credits | ||
|
||
We're dedicated to analyze and fix the reported issues as fast a possible. Usually within days we'll have an update ready. | ||
Together with the reporter we plan the releasing and the disclosure of the found and fixed vulnerability. | ||
Credits to the reporter are granted and can be included in all public communication if desired. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,32 @@ | ||
{ | ||
"name": "roundcube/roundcubemail", | ||
"description": "The Roundcube Webmail suite", | ||
"license": "GPL-3.0+", | ||
"license": "GPL-3.0-or-later", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://plugins.roundcube.net" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"php": ">=5.5.0", | ||
"pear/pear-core-minimal": "~1.10.1", | ||
"pear/auth_sasl": "~1.1.0", | ||
"pear/net_idna2": "~0.2.0", | ||
"pear/mail_mime": "~1.10.0", | ||
"pear/net_smtp": "~1.8.1", | ||
"pear/net_smtp": "~1.10.0", | ||
"pear/crypt_gpg": "~1.6.3", | ||
"pear/net_sieve": "~1.4.3", | ||
"roundcube/plugin-installer": "~0.2.0", | ||
"masterminds/html5": "~2.5.0", | ||
"pear/net_sieve": "~1.4.5", | ||
"roundcube/plugin-installer": "~0.3.0", | ||
"roundcube/rtf-html-php": "~2.1", | ||
"masterminds/html5": "~2.7.0", | ||
"endroid/qr-code": "~1.6.5", | ||
"guzzlehttp/guzzle": "^6.5.5", | ||
"kolab/net_ldap3": "~1.1.1" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.8.36 || ^5.7.21" | ||
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6 || ^7" | ||
}, | ||
"suggest": { | ||
"mkopinsky/zxcvbn-php": "^4.4.2 required for Zxcvbn password strength driver" | ||
"bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,32 @@ | ||
{ | ||
"name": "roundcube/roundcubemail", | ||
"description": "The Roundcube Webmail suite", | ||
"license": "GPL-3.0+", | ||
"license": "GPL-3.0-or-later", | ||
"repositories": [ | ||
{ | ||
"type": "composer", | ||
"url": "https://plugins.roundcube.net" | ||
} | ||
], | ||
"require": { | ||
"php": ">=5.4.0", | ||
"php": ">=5.5.0", | ||
"pear/pear-core-minimal": "~1.10.1", | ||
"pear/auth_sasl": "~1.1.0", | ||
"pear/net_idna2": "~0.2.0", | ||
"pear/mail_mime": "~1.10.0", | ||
"pear/net_smtp": "~1.8.1", | ||
"pear/net_smtp": "~1.10.0", | ||
"pear/crypt_gpg": "~1.6.3", | ||
"pear/net_sieve": "~1.4.3", | ||
"roundcube/plugin-installer": "~0.2.0", | ||
"masterminds/html5": "~2.5.0", | ||
"endroid/qr-code": "~1.6.5" | ||
"pear/net_sieve": "~1.4.5", | ||
"roundcube/plugin-installer": "~0.3.0", | ||
"roundcube/rtf-html-php": "~2.1", | ||
"masterminds/html5": "~2.7.0", | ||
"endroid/qr-code": "~1.6.5", | ||
"guzzlehttp/guzzle": "^6.5.5" | ||
}, | ||
"require-dev": { | ||
"phpunit/phpunit": "^4.8.36 || ^5.7.21" | ||
"phpunit/phpunit": "^4.8.36 || ^5.7.21 || ^6 || ^7" | ||
}, | ||
"suggest": { | ||
"kolab/net_ldap3": "~1.1.1 required for connecting to LDAP", | ||
"mkopinsky/zxcvbn-php": "^4.4.2 required for Zxcvbn password strength driver" | ||
"bjeavons/zxcvbn-php": "^1.0 required for Zxcvbn password strength driver" | ||
} | ||
} |
Oops, something went wrong.