Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for Security (0.88 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. src/cmd/go/internal/modget/get.go

    Go package ecosystem, in which code can be imported from any server,
    but it is also a potential security problem, if a malicious server finds a
    way to cause the invoked version control command to run unintended code.
    
    To balance the functionality and security concerns, the 'go get' command
    by default will only use git and hg to download code from public servers.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 18:26:32 UTC 2024
    - 66.5K bytes
    - Viewed (0)
Back to top