Home
last modified time | relevance | path

Searched full:security (Results 1 – 25 of 989) sorted by relevance

12345678910>>...40

/plugin/cspheader/lang/en/
Dsettings.php9 …href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/base-uri">…
10 …href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/child-src"…
11 …href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/connect-sr…
12 …href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/default-sr…
13 …href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/font-src">…
14 …href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/form-actio…
15 …href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-ance…
16 …href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/frame-src"…
17 …href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/">img-src<…
18 …href="https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Content-Security-Policy/manifest-s…
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
DSecurityNamespace.php36 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-authenticate.h…
42 $endpoint = $endpointBuilder('Security\Authenticate');
56 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-change-passwor…
64 $endpoint = $endpointBuilder('Security\ChangePassword');
78 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-clear-api-key-…
85 $endpoint = $endpointBuilder('Security\ClearApiKeyCache');
98 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-clear-privileg…
105 $endpoint = $endpointBuilder('Security\ClearCachedPrivileges');
119 …* @see https://www.elastic.co/guide/en/elasticsearch/reference/current/security-api-clear-cache.ht…
126 $endpoint = $endpointBuilder('Security\ClearCachedRealms');
[all …]
/plugin/statistics/vendor/matomo/device-detector/regexes/client/hints/
Dapps.yml26 'com.fancyclean.security.antivirus': 'Fancy Security'
42 'com.noxgroup.app.security': 'Nox Security'
51 'com.jb.security': 'GO Security'
58 'com.fsecure.ms.dc': 'F-Secure Mobile Security'
59 'com.fsecure.ms.swisscom.sa': 'Swisscom Internet Security'
65 'com.fsecure.ms.nifty': 'Always Safe Security 24'
92 'com.cleanmaster.security': 'CM Security'
93 'com.antivirus.master.cmsecurity': 'CM Security'
103 'com.fsecure.ms.upc.ch': 'UPC Internet Security'
142 'com.qihoo.security': '360 Security'
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
Drun-elasticsearch.sh46 --env xpack.security.enabled=true
47 --env xpack.security.http.ssl.enabled=true
48 --env xpack.security.http.ssl.verification_mode=certificate
49 --env xpack.security.http.ssl.key=certs/testnode.key
50 --env xpack.security.http.ssl.certificate=certs/testnode.crt
51 --env xpack.security.http.ssl.certificate_authorities=certs/ca.crt
52 --env xpack.security.transport.ssl.enabled=true
53 --env xpack.security.transport.ssl.verification_mode=certificate
54 --env xpack.security.transport.ssl.key=certs/testnode.key
55 --env xpack.security.transport.ssl.certificate=certs/testnode.crt
[all …]
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Security/
H A DSecurityLayerInterface.php12 namespace FreeDSx\Sasl\Security;
18 …* The security layer interface. Security layers are responsible for any integrity / confidentialit…
26 * Wraps / Installs the security layer for a specific SASL context over a data stream.
33 * Unwraps / uninstalls the security layer for a specific SASL context from a data stream.
/plugin/combo/action/
H A Dmetacsp.php10 * Adding security directive
53 if ($meta["http-equiv"] == "content-security-policy") {
62 "http-equiv" => "content-security-policy",
67 "http-equiv" => "content-security-policy",
85 "content-security-policy: frame-ancestors 'none'",
97 … this protection is not necessary when sites implement a strong Content-Security-Policy disabling …
106 … have already ben sent. We couldn't add the CSP security header", LogUtility::LVL_MSG_WARNING, "se…
/plugin/adfs/phpsaml/lib/Saml2/
DAuthnRequest.php43 $security = $this->_settings->getSecurityData();
62 if (isset($security['wantNameIdEncrypted']) && $security['wantNameIdEncrypted']) {
108 … if (isset($security['requestedAuthnContext']) && $security['requestedAuthnContext'] !== false) {
110 if (isset($security['requestedAuthnContextComparison'])) {
111 $authnComparison = $security['requestedAuthnContextComparison'];
119 if ($security['requestedAuthnContext'] === true) {
128 foreach ($security['requestedAuthnContext'] as $contextValue) {
DSettings.php25 * and some security issues will be also relaxed.
61 * Security Info related to the SP.
281 if (isset($settings['security'])) {
282 $this->_security = $settings['security'];
567 if (isset($settings['security'])) {
568 $security = $settings['security'];
579 if ((isset($security['nameIdEncrypted']) && $security['nameIdEncrypted'] == true)
611 $security = array();
612 if (isset($settings['security'])) {
613 $security = $settings['security'];
[all …]
DAuth.php300 $security = $this->_settings->getSecurityData();
301 if (isset($security['logoutResponseSigned']) && $security['logoutResponseSigned']) {
302 …se, isset($parameters['RelayState'])? $parameters['RelayState']: null, $security['signatureAlgorit…
303 $parameters['SigAlg'] = $security['signatureAlgorithm'];
521 $security = $this->_settings->getSecurityData();
522 if (isset($security['authnRequestsSigned']) && $security['authnRequestsSigned']) {
523 … $this->buildRequestSignature($samlRequest, $parameters['RelayState'], $security['signatureAlgorit…
524 $parameters['SigAlg'] = $security['signatureAlgorithm'];
578 $security = $this->_settings->getSecurityData();
579 if (isset($security['logoutRequestSigned']) && $security['logoutRequestSigned']) {
[all …]
/plugin/saml/phpsaml/lib/Saml2/
DAuthnRequest.php43 $security = $this->_settings->getSecurityData();
62 if (isset($security['wantNameIdEncrypted']) && $security['wantNameIdEncrypted']) {
108 … if (isset($security['requestedAuthnContext']) && $security['requestedAuthnContext'] !== false) {
110 if (isset($security['requestedAuthnContextComparison'])) {
111 $authnComparison = $security['requestedAuthnContextComparison'];
119 if ($security['requestedAuthnContext'] === true) {
128 foreach ($security['requestedAuthnContext'] as $contextValue) {
DSettings.php25 * and some security issues will be also relaxed.
61 * Security Info related to the SP.
281 if (isset($settings['security'])) {
282 $this->_security = $settings['security'];
567 if (isset($settings['security'])) {
568 $security = $settings['security'];
579 if ((isset($security['nameIdEncrypted']) && $security['nameIdEncrypted'] == true)
611 $security = array();
612 if (isset($settings['security'])) {
613 $security = $settings['security'];
[all …]
DAuth.php300 $security = $this->_settings->getSecurityData();
301 if (isset($security['logoutResponseSigned']) && $security['logoutResponseSigned']) {
302 …se, isset($parameters['RelayState'])? $parameters['RelayState']: null, $security['signatureAlgorit…
303 $parameters['SigAlg'] = $security['signatureAlgorithm'];
521 $security = $this->_settings->getSecurityData();
522 if (isset($security['authnRequestsSigned']) && $security['authnRequestsSigned']) {
523 … $this->buildRequestSignature($samlRequest, $parameters['RelayState'], $security['signatureAlgorit…
524 $parameters['SigAlg'] = $security['signatureAlgorithm'];
578 $security = $this->_settings->getSecurityData();
579 if (isset($security['logoutRequestSigned']) && $security['logoutRequestSigned']) {
[all …]
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'])) {
/plugin/dw2pdf/vendor/setasign/fpdi/
DSECURITY.md1 ## Security contact information
3 To report a security vulnerability, please use the
4 [Tidelift security contact](https://tidelift.com/security).
/plugin/authgooglesheets/vendor/google/apiclient-services/
DSECURITY.md1 # Security Policy
3 To report a security issue, please use [g.co/vulnz](https://g.co/vulnz).
5 The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
7 We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Adv…
/plugin/authgooglesheets/vendor/google/apiclient/
DSECURITY.md1 # Security Policy
3 To report a security issue, please use [g.co/vulnz](https://g.co/vulnz).
5 The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
7 We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Adv…
/plugin/authgooglesheets/vendor/google/auth/
DSECURITY.md1 # Security Policy
3 To report a security issue, please use [g.co/vulnz](https://g.co/vulnz).
5 The Google Security Team will respond within 5 working days of your report on g.co/vulnz.
7 We use g.co/vulnz for our intake, and do coordination and disclosure here using GitHub Security Adv…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DYumSettings.php38 public $security; variable in Google\\Service\\OSConfig\\YumSettings
85 public function setSecurity($security) argument
87 $this->security = $security;
94 return $this->security;
/plugin/asciidocjs/node_modules/has-flag/
Dreadme.md15 … sustainable for maintainers while giving companies<br>assurances about security, maintenance, and…
82 ## Security section in has-flag [![Build Status](https://travis-ci.org/sindresorhus/has-flag.svg?branch=master)](https://travis-ci.org/sindresorhus/has-flag)
84 To report a security vulnerability, please use the [Tidelift security contact](https://tidelift.com…
/plugin/asciidocjs/node_modules/resolve/
DSECURITY.md1 # Security chapter
3 …(https://github.com/ljharb) or see https://tidelift.com/security if you have a potential security
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/
DREADME.md68 | 6.x | Security fixes only | `guzzlehttp/guzzle` | `GuzzleHttp` | [v6][guzzle-6-repo] | [v6][g…
82 ## Security section in Guzzle, PHP HTTP client
84security vulnerability within this package, please send an email to security@tidelift.com. All sec…
/plugin/evesso/conf/
Dmetadata.php61 $meta['register-on-auth'] = array('onoff','_caution' => 'security');
62 $meta['require-corporation'] = array('string', '_caution' => 'security');
63 $meta['require-alliance'] = array('string', '_caution' => 'security');
64 $meta['require-faction'] = array('string', '_caution' => 'security');
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Mechanism/
H A DMechanismInterface.php15 use FreeDSx\Sasl\Security\SecurityLayerInterface;
31 * Describes various security related aspects of the mechanism.
41 * Get the security layer object for this mechanism.
/plugin/fckg/
DREADME40 is called .htaccess.security and allows direct http access only to image files, but not
42 data/media directory. In this case security is enforced using the "secure" directory
45 See the section on Security on the fckgLite web site:
47 Also: http://www.dokuwiki.org/plugin:fckglite?&#security
/plugin/svgpureinsert/
DREADME.md17 Security advisory
21 Details can be found [here](http://security.stackexchange.com/questions/11384/exploits-or-other-sec…

12345678910>>...40