Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 11 - 20 of 77 for forgery (0.07 seconds)

  1. docs/fr/docs/advanced/strict-content-type.md

    ## Risque CSRF { #csrf-risk }
    
    Ce comportement par défaut offre une protection contre une catégorie d’attaques de Cross-Site Request Forgery (CSRF) dans un scénario très spécifique.
    
    Ces attaques exploitent le fait que les navigateurs permettent à des scripts d’envoyer des requêtes sans effectuer de pré-vérification CORS (preflight) lorsqu’ils :
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:33:45 GMT 2026
    - 3.9K bytes
    - Click Count (0)
  2. docs/ko/docs/advanced/strict-content-type.md

    기본적으로 **FastAPI**는 JSON 요청 본문에 대해 엄격한 `Content-Type` 헤더 검사를 사용합니다. 이는 JSON 요청의 본문을 JSON으로 파싱하려면 유효한 `Content-Type` 헤더(예: `application/json`)를 반드시 포함해야 함을 의미합니다.
    
    ## CSRF 위험 { #csrf-risk }
    
    이 기본 동작은 매우 특정한 시나리오에서 **Cross-Site Request Forgery (CSRF)** 공격의 한 유형에 대한 보호를 제공합니다.
    
    이러한 공격은 브라우저가 다음과 같은 경우 CORS 사전 요청(preflight) 검사를 수행하지 않고 스크립트가 요청을 보내도록 허용한다는 점을 악용합니다:
    
    - `Content-Type` 헤더가 없음(예: `Blob` 본문과 함께 `fetch()` 사용)
    - 그리고 어떠한 인증 자격 증명도 보내지 않음
    
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Thu Mar 19 18:56:39 GMT 2026
    - 4K bytes
    - Click Count (0)
  3. fastapi/routing.py

                    When `True` (the default), requests with a body that do not include
                    a `Content-Type` header will **not** be parsed as JSON.
    
                    This prevents potential cross-site request forgery (CSRF) attacks
                    that exploit the browser's ability to send requests without a
                    Content-Type header, bypassing CORS preflight checks. In particular
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Sun Mar 15 11:44:39 GMT 2026
    - 193K bytes
    - Click Count (0)
  4. fastapi/applications.py

                    When `True` (the default), requests with a body that do not include
                    a `Content-Type` header will **not** be parsed as JSON.
    
                    This prevents potential cross-site request forgery (CSRF) attacks
                    that exploit the browser's ability to send requests without a
                    Content-Type header, bypassing CORS preflight checks. In particular
    Created: Sun Apr 05 07:19:11 GMT 2026
    - Last Modified: Wed Apr 01 16:16:24 GMT 2026
    - 178.6K bytes
    - Click Count (0)
  5. build-tools-internal/src/main/resources/forbidden/http-signatures.txt

    @defaultMessage BasicEntity is easy to mess up and forget to set content type
    org.apache.http.entity.BasicHttpEntity#<init>()
    
    @defaultMessage EntityTemplate is easy to mess up and forget to set content type
    org.apache.http.entity.EntityTemplate#<init>(org.apache.http.entity.ContentProducer)
    
    @defaultMessage SerializableEntity uses java serialization and makes it easy to forget to set content type
    Created: Wed Apr 08 16:19:15 GMT 2026
    - Last Modified: Tue Jun 01 09:19:30 GMT 2021
    - 2.1K bytes
    - Click Count (0)
  6. android/guava/src/com/google/common/graph/NetworkConnections.java

      /**
       * Remove {@code edge} from the set of incoming edges. Returns the former predecessor node.
       *
       * <p>In the undirected case, returns {@code null} if {@code isSelfLoop} is true.
       */
      @CanIgnoreReturnValue
      @Nullable N removeInEdge(E edge, boolean isSelfLoop);
    
      /** Remove {@code edge} from the set of outgoing edges. Returns the former successor node. */
      @CanIgnoreReturnValue
      N removeOutEdge(E edge);
    
      /**
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Sun Dec 22 03:38:46 GMT 2024
    - 2.3K bytes
    - Click Count (0)
  7. android/guava/src/com/google/common/annotations/GwtCompatible.java

     * @author Hayward Chan
     */
    @Retention(RetentionPolicy.CLASS)
    @Target({ElementType.TYPE, ElementType.METHOD})
    @Documented
    @GwtCompatible
    public @interface GwtCompatible {
    
      /**
       * Obsolete; formerly used to indicate when a value was GWT serializable back before Guava dropped
       * support for GWT serialization.
       *
       * @see <a href=
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Aug 06 17:15:36 GMT 2025
    - 2K bytes
    - Click Count (0)
  8. guava/src/com/google/common/annotations/GwtCompatible.java

     * @author Hayward Chan
     */
    @Retention(RetentionPolicy.CLASS)
    @Target({ElementType.TYPE, ElementType.METHOD})
    @Documented
    @GwtCompatible
    public @interface GwtCompatible {
    
      /**
       * Obsolete; formerly used to indicate when a value was GWT serializable back before Guava dropped
       * support for GWT serialization.
       *
       * @see <a href=
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Wed Aug 06 17:15:36 GMT 2025
    - 2K bytes
    - Click Count (0)
  9. guava-testlib/src/com/google/common/collect/testing/testers/CollectionRemoveAllTester.java

       * collection is empty, but we'd still like to test removeAll(null) when we
       * can. We split the test into empty and non-empty cases. This allows us to
       * suppress only the former.
       */
    
      @CollectionFeature.Require(SUPPORTS_REMOVE)
      @CollectionSize.Require(ZERO)
      public void testRemoveAll_nullCollectionReferenceEmptySubject() {
        try {
          collection.removeAll(null);
    Created: Fri Apr 03 12:43:13 GMT 2026
    - Last Modified: Thu Nov 14 23:40:07 GMT 2024
    - 7.7K bytes
    - Click Count (0)
  10. cmd/object-api-deleteobject_test.go

    			[]objectUpload{{"object0", "content"}, {"object1", "content"}},
    			"object0",
    			[]string{"object1"},
    		},
    		// Test 2: remove an object inside a directory and checks it is deleted
    		// with its parent since this former becomes empty
    		{
    			"bucket2",
    			[]objectUpload{{"object0", "content"}, {"dir/object1", "content"}},
    			"dir/object1",
    			[]string{"object0"},
    		},
    Created: Sun Apr 05 19:28:12 GMT 2026
    - Last Modified: Thu Aug 29 01:40:52 GMT 2024
    - 4.1K bytes
    - Click Count (0)
Back to Top