Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for policy (0.22 sec)

  1. CONTRIBUTING.md

    ## Filing issues
    
    Sensitive security-related issues should be reported to [******@****.***](mailto:******@****.***).
    See the [security policy](https://golang.org/security) for details.
    
    The recommended way to file an issue is by running `go bug`.
    Otherwise, when filing an issue, make sure to answer these five questions:
    
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Mar 29 22:00:27 GMT 2023
    - 1.3K bytes
    - Viewed (0)
  2. doc/godebug.md

    Go 1.22 added a new [`crypto/x509.Certificate`](/pkg/crypto/x509/#Certificate)
    field, [`Policies`](/pkg/crypto/x509/#Certificate.Policies), which supports
    certificate policy OIDs with components larger than 31 bits. By default this
    field is only used during parsing, when it is populated with policy OIDs, but
    not used during marshaling. It can be used to marshal these larger OIDs, instead
    of the existing PolicyIdentifiers field, by using the
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Tue Apr 16 17:29:58 GMT 2024
    - 13.5K bytes
    - Viewed (0)
  3. SECURITY.md

    # Security Policy
    
    ## Supported Versions
    
    We support the past two Go releases (for example, Go 1.17.x and Go 1.18.x when Go 1.18.x is the latest stable release).
    
    See https://go.dev/wiki/Go-Release-Cycle and in particular the
    [Release Maintenance](https://go.dev/wiki/Go-Release-Cycle#release-maintenance)
    part of that page.
    
    ## Reporting a Vulnerability
    
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Sep 22 21:17:24 GMT 2023
    - 426 bytes
    - Viewed (0)
  4. api/go1.16.txt

    pkg syscall (darwin-arm64), const IPV6_HLIMDEC = 1
    pkg syscall (darwin-arm64), const IPV6_HLIMDEC ideal-int
    pkg syscall (darwin-arm64), const IPV6_IPSEC_POLICY = 28
    pkg syscall (darwin-arm64), const IPV6_IPSEC_POLICY ideal-int
    pkg syscall (darwin-arm64), const IPV6_JOIN_GROUP = 12
    pkg syscall (darwin-arm64), const IPV6_LEAVE_GROUP = 13
    pkg syscall (darwin-arm64), const IPV6_MAXHLIM = 255
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Dec 02 16:30:41 GMT 2022
    - 479.2K bytes
    - Viewed (0)
  5. .github/ISSUE_TEMPLATE/00-bug.yml

      - type: input
        id: go-version
        attributes:
          label: Go version
          description: |
            What version of Go are you using (`go version`)?
    
            Note: we only [support](https://go.dev/doc/devel/release#policy) the two most recent major releases.
          placeholder: ex. go version go1.20.7 darwin/arm64
        validations:
          required: true
    
      - type: textarea
        id: go-env
        attributes:
    Others
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Jan 04 23:31:17 GMT 2024
    - 3.3K bytes
    - Viewed (0)
  6. api/go1.1.txt

    pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE = 2
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_AUTHENTICODE_TS = 3
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASE = 1
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_BASIC_CONSTRAINTS = 5
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_EV = 8
    pkg syscall (windows-386), const CERT_CHAIN_POLICY_MICROSOFT_ROOT = 7
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  7. api/go1.14.txt

    pkg syscall (freebsd-arm64), const IP_HDRINCL = 2
    pkg syscall (freebsd-arm64), const IP_HDRINCL ideal-int
    pkg syscall (freebsd-arm64), const IP_IPSEC_POLICY = 21
    pkg syscall (freebsd-arm64), const IP_IPSEC_POLICY ideal-int
    pkg syscall (freebsd-arm64), const IP_MAX_GROUP_SRC_FILTER = 512
    pkg syscall (freebsd-arm64), const IP_MAX_GROUP_SRC_FILTER ideal-int
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 20:31:46 GMT 2023
    - 508.9K bytes
    - Viewed (0)
  8. api/go1.20.txt

    pkg syscall (freebsd-riscv64), const IPV6_HOPOPTS = 49 #53466
    pkg syscall (freebsd-riscv64), const IPV6_HOPOPTS ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPV6_IPSEC_POLICY = 28 #53466
    pkg syscall (freebsd-riscv64), const IPV6_IPSEC_POLICY ideal-int #53466
    pkg syscall (freebsd-riscv64), const IPV6_JOIN_GROUP = 12 #53466
    pkg syscall (freebsd-riscv64), const IPV6_LEAVE_GROUP = 13 #53466
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Fri Feb 17 21:23:32 GMT 2023
    - 602.6K bytes
    - Viewed (0)
Back to top