Search Options

Results per page
Sort
Preferred Languages
Advance

Results 181 - 190 of 1,756 for securityv1 (0.35 sec)

  1. src/cmd/vendor/golang.org/x/sys/windows/security_windows.go

    	return winHeapSD.copySelfRelativeSecurityDescriptor(), nil
    }
    
    // BuildSecurityDescriptor makes a new security descriptor using the input trustees, explicit access lists, and
    // prior security descriptor to be merged, any of which can be nil, returning the self-relative security descriptor
    // result on the Go heap.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 52.5K bytes
    - Viewed (0)
  2. internal/config/browser/help.go

    	Help = config.HelpKVS{
    		config.HelpKV{
    			Key:         browserCSPPolicy,
    			Description: `set Content-Security-Policy response header value` + defaultHelpPostfix(browserCSPPolicy),
    			Optional:    true,
    			Type:        "string",
    		},
    		config.HelpKV{
    			Key:         browserHSTSSeconds,
    			Description: `set Strict-Transport-Security 'max-age' amount of seconds value` + defaultHelpPostfix(browserHSTSSeconds),
    			Optional:    true,
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Mon Jan 01 16:36:33 UTC 2024
    - 2.1K bytes
    - Viewed (0)
  3. okhttp-tls/src/main/kotlin/okhttp3/tls/HeldCertificate.kt

    import java.math.BigInteger
    import java.net.InetAddress
    import java.security.GeneralSecurityException
    import java.security.KeyFactory
    import java.security.KeyPair
    import java.security.KeyPairGenerator
    import java.security.PrivateKey
    import java.security.PublicKey
    import java.security.SecureRandom
    import java.security.Signature
    import java.security.cert.X509Certificate
    import java.security.interfaces.ECPublicKey
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 21.6K bytes
    - Viewed (0)
  4. okhttp-tls/src/main/kotlin/okhttp3/tls/internal/der/Certificate.kt

     * limitations under the License.
     */
    package okhttp3.tls.internal.der
    
    import java.math.BigInteger
    import java.security.GeneralSecurityException
    import java.security.PublicKey
    import java.security.Signature
    import java.security.SignatureException
    import java.security.cert.CertificateFactory
    import java.security.cert.X509Certificate
    import okio.Buffer
    import okio.ByteString
    import org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 6.4K bytes
    - Viewed (0)
  5. docs/em/docs/tutorial/security/first-steps.md

    ```Python hl_lines="10"
    {!../../../docs_src/security/tutorial001.py!}
    ```
    
    👉 🔗 🔜 🚚 `str` 👈 🛠ī¸ đŸ”ĸ `token` *➡ 🛠ī¸ đŸ”ĸ*.
    
    **FastAPI** 🔜 💭 👈 âšĢī¸ đŸ’Ē ⚙ī¸ 👉 🔗 đŸ”Ŧ "💂‍♂ ⚖" 🗄 🔗 (& 🏧 🛠ī¸ đŸŠē).
    
    !!! info "📡 ℹ"
        **FastAPI** 🔜 💭 👈 âšĢī¸ đŸ’Ē ⚙ī¸ 🎓 `OAuth2PasswordBearer` (đŸ“Ŗ 🔗) đŸ”Ŧ 💂‍♂ ⚖ 🗄 ↩ī¸ âšĢī¸ 😖 âšĒī¸âžĄī¸ `fastapi.security.oauth2.OAuth2`, ❔ 🔄 😖 âšĒī¸âžĄī¸ `fastapi.security.base.SecurityBase`.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Mar 13 19:02:19 UTC 2024
    - 6.8K bytes
    - Viewed (0)
  6. src/test/java/jcifs/tests/FileAttributesTest.java

        }
    
    
        @Test
        public void testGetACL () throws IOException {
            try ( SmbFile f = getDefaultShareRoot() ) {
                try {
                    jcifs.ACE[] security = f.getSecurity();
                    assertNotNull(security);
                }
                catch ( SmbUnsupportedOperationException e ) {
                    Assume.assumeTrue("No Ntsmbs", false);
                }
            }
        }
    
    
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Thu Jan 05 13:09:03 UTC 2023
    - 12.3K bytes
    - Viewed (0)
  7. security/pkg/server/ca/node_auth_test.go

    			pods:                    []pod{podSameNode},
    			wantErr:                 "pod istio-system/ztunnel-a not found",
    		},
    		{
    			name: "bad UID",
    			caller: func(k security.KubernetesInfo) security.KubernetesInfo {
    				k.PodUID = "bogus"
    				return k
    			}(ztunnelCaller),
    			trustedAccounts:         allowZtunnel,
    			requestedIdentityString: podSameNode.Identity(),
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 10.5K bytes
    - Viewed (0)
  8. tests/integration/ambient/testdata/requestauthn/waypoint-jwt.yaml.tmpl

    apiVersion: security.istio.io/v1beta1
    kind: RequestAuthentication
    metadata:
      name: default-{{ .To.ServiceName }}
    spec:
      targetRefs:
      - kind: Gateway
        group: gateway.networking.k8s.io
        name: waypoint
      jwtRules:
      - issuer: "******@****.***"
        jwksUri: "https://raw.githubusercontent.com/istio/istio/master/tests/common/jwt/jwks.json"
      - issuer: "******@****.***"
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Apr 15 16:23:36 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  9. .github/workflows/osv-scanner-scheduled.yml

    name: OSV-Scanner Scheduled Scan
    
    on:
      schedule:
        - cron: 0 4 * * 1
    
    permissions:
      # Require writing security events to upload SARIF file to security tab
      security-events: write
      # Only need to read contents
      contents: read
    
    jobs:
      scan-scheduled:
        if: github.repository == 'tensorflow/tensorflow'
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 06 17:09:49 UTC 2024
    - 1.6K bytes
    - Viewed (0)
  10. pkg/config/schema/collections/collections.agent.gen.go

    	istioioapinetworkingv1beta1 "istio.io/api/networking/v1beta1"
    	istioioapisecurityv1beta1 "istio.io/api/security/v1beta1"
    	istioioapitelemetryv1alpha1 "istio.io/api/telemetry/v1alpha1"
    )
    
    var (
    	AuthorizationPolicy = resource.Builder{
    		Identifier: "AuthorizationPolicy",
    		Group:      "security.istio.io",
    		Kind:       "AuthorizationPolicy",
    		Plural:     "authorizationpolicies",
    		Version:    "v1beta1",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 25 14:44:17 UTC 2024
    - 12.9K bytes
    - Viewed (0)
Back to top