Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for abuse (0.04 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/filters/authentication.go

    				req.Header,
    				requestHeaderConfig.UsernameHeaders,
    				requestHeaderConfig.GroupHeaders,
    				requestHeaderConfig.ExtraHeaderPrefixes,
    			)
    		}
    
    		// http2 is an expensive protocol that is prone to abuse,
    		// see CVE-2023-44487 and CVE-2023-39325 for an example.
    		// Do not allow unauthenticated clients to keep these
    		// connections open (i.e. basically degrade them to the
    		// performance of http1 with keep-alive disabled).
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Oct 12 20:54:07 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/compiler_internal.go

    // and the object and new field name are returned.
    //
    // The intended use for RenameResult is to allow rangefunc to assign results within a closure.
    // This is a hack, as narrowly targeted as possible to discourage abuse.
    func (s *Signature) RenameResult(results []*syntax.Field, i int) (*Var, *syntax.Name) {
    	a := results[i]
    	obj := s.Results().At(i)
    
    	if !(obj.name == "" || obj.name == "_" && a.Name == nil || a.Name.Value == "_") {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 21 21:08:03 UTC 2024
    - 1.4K bytes
    - Viewed (0)
  3. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/permissions/permissions.kt

     *
     * ```
     * -opt-in=org.jetbrains.kotlin.analysis.api.permissions.KaAllowProhibitedAnalyzeFromWriteAction
     * ```
     *
     * This results in a double layer of opt-ins which makes it harder to abuse [allowAnalysisFromWriteAction].
     */
    @RequiresOptIn("Analysis should be prohibited to be ran from write action, otherwise it may cause IDE freezes and incorrect behavior in some cases")
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:22:24 UTC 2024
    - 4.5K bytes
    - Viewed (0)
  4. staging/src/k8s.io/apiserver/pkg/server/options/recommended.go

    		Authorization:  NewDelegatingAuthorizationOptions(),
    		Audit:          NewAuditOptions(),
    		Features:       NewFeatureOptions(),
    		CoreAPI:        NewCoreAPIOptions(),
    		// Wired a global by default that sadly people will abuse to have different meanings in different repos.
    		// Please consider creating your own FeatureGate so you can have a consistent meaning for what a variable contains
    		// across different repos.  Future you will thank you.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Apr 22 18:51:27 UTC 2024
    - 6K bytes
    - Viewed (0)
  5. src/net/mail/message_test.go

    	},
    	{
    		// RFC 5965, Appendix B.1, a part of the multipart message (a header-only sub message)
    		in: `Feedback-Type: abuse
    User-Agent: SomeGenerator/1.0
    Version: 1
    `,
    		header: Header{
    			"Feedback-Type": []string{"abuse"},
    			"User-Agent":    []string{"SomeGenerator/1.0"},
    			"Version":       []string{"1"},
    		},
    		body: "",
    	},
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 19 11:31:03 UTC 2024
    - 30.4K bytes
    - Viewed (0)
  6. pkg/kubelet/kuberuntime/kuberuntime_container.go

    	ErrPostStartHook = errors.New("PostStartHookError")
    )
    
    // recordContainerEvent should be used by the runtime manager for all container related events.
    // it has sanity checks to ensure that we do not write events that can abuse our masters.
    // in particular, it ensures that a containerID never appears in an event message as that
    // is prone to causing a lot of distinct events that do not count well.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 06:25:43 UTC 2024
    - 54.7K bytes
    - Viewed (0)
  7. src/net/dnsclient_unix_test.go

    }{
    	// no records, transport timeout
    	{
    		"jgahvsekduiv9bw4b3qhn4ykdfgj0493iohkrjfhdvhjiu4j",
    		[]string{
    			"options timeout:1 attempts:1",
    			"nameserver 255.255.255.255", // please forgive us for abuse of limited broadcast address
    		},
    		&DNSError{Name: "jgahvsekduiv9bw4b3qhn4ykdfgj0493iohkrjfhdvhjiu4j", Server: "255.255.255.255:53", IsTimeout: true},
    		false, false,
    	},
    
    	// no records, non-existent domain
    	{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 14 18:23:45 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.6.md

      logs to populate the termination message if the user does not write to the
      termination message log file. The termination message file is now properly
      readable for end users and has a maximum size (4k bytes) to prevent abuse.
      Each pod may have up to 12k bytes of termination messages before the contents
      of each will be truncated.
    * Do not delete pod objects until all its compute resource footprint has been
      reclaimed.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Dec 24 02:28:26 UTC 2020
    - 304K bytes
    - Viewed (0)
  9. platforms/jvm/language-java/src/integTest/groovy/org/gradle/java/compile/incremental/BaseIncrementalCompilationAfterFailureIntegrationTest.groovy

        def 'does full recompilation on fatal failure'() {
            given:
            def a = source("class A extends ABase implements WithTrait { def m() { println('a') } }")
            source "class ABase { def mBase() { println(A) } }"
            source """
                import groovy.transform.SelfType
                @SelfType(ABase)
                trait WithTrait {
                    final AllPluginsValidation allPlugins = new AllPluginsValidation(this)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Sat Apr 06 02:21:30 UTC 2024
    - 22.6K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/stringer.go

    	defer out.Flush()
    	var on = false
    	s := bufio.NewScanner(in)
    	first := true
    	for s.Scan() {
    		line := s.Text()
    		if !on {
    			// First relevant line contains "= obj.ABase".
    			// If we find it, delete the = so we don't stop immediately.
    			const prefix = "= obj.ABase"
    			index := strings.Index(line, prefix)
    			if index < 0 {
    				continue
    			}
    			// It's on. Start with the header.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:27 UTC 2023
    - 2.2K bytes
    - Viewed (0)
Back to top