Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 52 for compromised (0.36 sec)

  1. src/go/internal/srcimporter/srcimporter.go

    // package. Package path resolution and file system operations are controlled by the context
    // maintained with the importer. The import mode must be zero but is otherwise ignored.
    // Packages that are not comprised entirely of pure Go files may fail to import because the
    // type checker may not be able to determine all exported entities (e.g. due to cgo dependencies).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 23 18:54:32 UTC 2022
    - 8.2K bytes
    - Viewed (0)
  2. pilot/pkg/bootstrap/configcontroller.go

    		// Supporting only Ingress/v1beta1 means we lose support of Kubernetes 1.22
    		// Since supporting both in a monolith controller is painful due to lack of usable conversion logic between
    		// the two versions.
    		// As a compromise, we instead just fork the controller. Once 1.18 support is no longer needed, we can drop the old controller
    		s.ConfigStores = append(s.ConfigStores,
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed Feb 28 16:41:38 UTC 2024
    - 14.1K bytes
    - Viewed (0)
  3. docs/pt/docs/features.md

        * Email.
        * UUID.
        * ...e outros.
    
    Toda a validação é controlada pelo robusto e bem estabelecido **Pydantic**.
    
    ### Segurança e autenticação
    
    Segurança e autenticação integradas. Sem nenhum compromisso com bancos de dados ou modelos de dados.
    
    Todos os esquemas de seguranças definidos no OpenAPI, incluindo:
    
    * HTTP Basic.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  4. CHANGELOG/CHANGELOG-1.17.md

    ## Changelog since v1.17.8
    
    ## Urgent Upgrade Notes
    
    ### (No, really, you MUST read this before you upgrade)
    
     - CVE-2020-8559 (Medium): Privilege escalation from compromised node to cluster. See https://github.com/kubernetes/kubernetes/issues/92914 for more details.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jan 28 10:44:33 UTC 2021
    - 346.2K bytes
    - Viewed (1)
  5. docs/es/docs/features.md

        * ...y otros.
    
    Toda la validación es manejada por **Pydantic**, que es robusto y sólidamente establecido.
    
    ### Seguridad y autenticación
    
    La seguridad y la autenticación están integradas. Sin ningún compromiso con bases de datos ni modelos de datos.
    
    Todos los schemes de seguridad están definidos en OpenAPI incluyendo:
    
    * HTTP Basic.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. CHANGELOG/CHANGELOG-1.18.md

    ## Changelog since v1.18.5
    
    ## Urgent Upgrade Notes
    
    ### (No, really, you MUST read this before you upgrade)
    
     - CVE-2020-8559 (Medium): Privilege escalation from compromised node to cluster. See https://github.com/kubernetes/kubernetes/issues/92914 for more details.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jun 16 17:18:28 UTC 2021
    - 373.2K bytes
    - Viewed (0)
  7. pilot/pkg/serviceregistry/aggregate/controller.go

    	"istio.io/istio/pkg/log"
    	"istio.io/istio/pkg/maps"
    	"istio.io/istio/pkg/slices"
    	"istio.io/istio/pkg/util/sets"
    )
    
    // The aggregate controller does not implement serviceregistry.Instance since it may be comprised of various
    // providers and clusters.
    var (
    	_ model.ServiceDiscovery    = &Controller{}
    	_ model.AggregateController = &Controller{}
    )
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Wed May 15 06:28:11 UTC 2024
    - 13.5K bytes
    - Viewed (0)
  8. tensorflow/cc/experimental/libtf/value.h

      /// for pointer types and non-64bit values, but then int64 and float64 values
      /// would need to be indirected.  This means that we are aiming for a total
      /// data type size of <=16 bytes, comprised of one pointer (8 bytes) and
      /// one type (<=8bytes).
      Type type_;
    
      // we use an explicit union here because we want to avoid C++17's
      // variant structures due to c++14 compatibility requirements.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 13 05:23:45 UTC 2024
    - 20.4K bytes
    - Viewed (0)
  9. src/vendor/golang.org/x/net/idna/idna9.0.0.go

    type Option func(*options)
    
    // Transitional sets a Profile to use the Transitional mapping as defined in UTS
    // #46. This will cause, for example, "ß" to be mapped to "ss". Using the
    // transitional mapping provides a compromise between IDNA2003 and IDNA2008
    // compatibility. It is used by some browsers when resolving domain names. This
    // option is only meaningful if combined with MapForLookup.
    func Transitional(transitional bool) Option {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 19.2K bytes
    - Viewed (0)
  10. docs/sts/ldap.md

    **MinIO sends LDAP credentials to the LDAP server for validation. So we _strongly recommend_ to use MinIO with AD/LDAP server over TLS or StartTLS _only_. Using plain-text connection between MinIO and LDAP server means _credentials can be compromised_ by anyone listening to network traffic.**
    
    If a self-signed certificate is being used, the certificate can be added to MinIO's certificates directory, so it can be trusted by the server.
    
    #### DNS SRV Records
    
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top