Home
last modified time | relevance | path

Searched refs:security (Results 76 – 100 of 170) sorted by last modified time

1234567

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
/plugin/diagramsnet/lib/resources/
H A Ddia.txt584 … now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of d…
H A Ddia_am.txt584 … now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of d…
H A Ddia_gu.txt584 … now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of d…
H A Ddia_hr.txt584 … now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of d…
H A Ddia_lv.txt584 … now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of d…
H A Ddia_ml.txt584 … now?\n \n NOTE : Only allow plugins to run if you fully understand the security implications of d…
/plugin/airtable/
H A DREADME.md4 **Not For Production Use** - this plugin is still in early development and may contain security fla…
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki42 …activated //allowdebug// in your dokuwiki config.) This may be due to a security policy defined in…
133 * v0.92 (Added checks for ImageMagick security policy issues)
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1security.\n */\n secure: ['secure', 'securityLevel', 'startOnLoad', 'maxTextSize'],\n\n /**\n …
H A D3.3.js.map1security policy](https://developer.mozilla.org/en-US/docs/Web/HTTP/CSP), and setting of correct [`…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 …vents malicious graph directives from\n * overriding a site's default security.\n\n * **Notes*…
/plugin/displayorphans/
H A DREADME.md47 The plugin has no abnormal security concerns related to the provided functionality.
/plugin/displayfile/
H A DREADME.md42 …ons exist to further control what files are and aren't displayable. Any security concerns or sugge…
/plugin/displaytitle/
H A DREADME.md36 There are no abnormal security concerns related to the functionality of this plugin.
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md167 * Fixed: Potential security problem in the client.
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md36 about nodes that don't have their own ACL defined. This was a security
1101 * Fixed: Issue #414: XXE security problem on older PHP versions.
1108 * Fixed: Potential security vulnerability in the http client.
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/happyworm/jPlayer/
H A DConnectManager.as273 /** Catches any netconnection net security errors
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt106 * security: avoid disabled demo reflection
195 * bugfix: improved fix for XXE security issue (CVE-2014-2053)
212 * Bugfix: close potential XXE security issue (CVE-2014-2053)
669 » Avoided security issues with demo.browse.php, demo.write.php and
/plugin/jplayer/vendor/happyworm/jplayer/src/actionscript/
H A DJplayer.as84 // Fix to the security exploit reported by Jason Calvert http://appsec.ws/
91 // The jQuery param is the primary cause of security concerns.
236 securityIssue = true; // Found a security concern.
241 securityIssue = true; // Found a security concern.
245 securityIssue = true; // Direct access disables the callbacks, which were a security concern.
/plugin/adfs/phpsaml/lib/Saml2/
H A DSettings.php568 $security = $settings['security'];
579 if ((isset($security['nameIdEncrypted']) && $security['nameIdEncrypted'] == true)
611 $security = array();
613 $security = $settings['security'];
636 if (isset($security['signMetadata']) && is_array($security['signMetadata'])) {
639 (!isset($security['signMetadata']['privateKey'])
646 … if (((isset($security['authnRequestsSigned']) && $security['authnRequestsSigned'] == true)
647 … || (isset($security['logoutRequestSigned']) && $security['logoutRequestSigned'] == true)
648 … || (isset($security['logoutResponseSigned']) && $security['logoutResponseSigned'] == true)
649 … || (isset($security['wantAssertionsEncrypted']) && $security['wantAssertionsEncrypted'] == true)
[all …]
H A DLogoutRequest.php58 $security = $this->_settings->getSecurityData();
66 if (isset($security['nameIdEncrypted']) && $security['nameIdEncrypted']) {
340 $security = $this->_settings->getSecurityData();
342 if ($security['wantXMLValidation']) {
369 if (!$security['relaxDestinationValidation']) {
376 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
379 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
402 if ($security['wantMessagesSigned'] && !isset($_GET['Signature'])) {
H A DLogoutResponse.php127 $security = $this->_settings->getSecurityData();
129 if ($security['wantXMLValidation']) {
165 if (!$security['relaxDestinationValidation']) {
172 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
175 …$urlComparisonLength = $security['destinationStrictlyMatches'] ? strlen($destination) : strlen($cu…
187 if ($security['wantMessagesSigned'] && !isset($_GET['Signature'])) {
/plugin/adfs/phpsaml/
H A DCHANGELOG22 * Support 'x509cert' and 'privateKey' on signMetadata security settings
111 * Several security improvements:
203 * Set optional the XMLvalidation (enable/disable it with wantXMLValidation security setting).
H A DREADME.md25 Update php-saml to 2.10.4, this version includes a security patch related to
51 and most security conscious enterprises in the world rely on.
175 `signatureAlgorithm` and `digestAlgorithm` under `security` must be set to
283 and in some cases, configure advanced security issues like signatures and
455 'security' => array (
733 on the security info of the `advanced_settings.php` (`'signMetadata'`).
966 $security = $this->_settings->getSecurityData();
967 if (isset($security['logoutResponseSigned']) && $security['logoutResponseSigned']) {
969 $parameters['SigAlg'] = $security['signatureAlgorithm'];
1025 The Logout Request will be sent signed or unsigned based on the security
[all …]

1234567