@@ -2,9 +2,9 @@ _* This report was auto-generated by graphql-http_
2
2
3
3
# GraphQL over HTTP audit report
4
4
5
- - ** 79 ** audits in total
5
+ - ** 78 ** audits in total
6
6
- ✅ ** 35** pass
7
- - ⚠️ ** 44 ** warnings (optional)
7
+ - ⚠️ ** 43 ** warnings (optional)
8
8
9
9
## Passing
10
10
1 . MUST accept application/json and match the content-type
@@ -796,27 +796,7 @@ The server _SHOULD_ support these, but is not required.
796
796
```
797
797
</details>
798
798
799
- 38 . SHOULD not contain the data entry on JSON parsing failure when accepting application/graphql-response+json<br />
800
-
801
- <details>
802
- <summary>Response body is not valid JSON</summary>
803
-
804
- ```json
805
- {
806
- "statusText" : " Not Acceptable" ,
807
- "status" : 406 ,
808
- "headers" : {
809
- "vary" : " Accept-Encoding" ,
810
- "date" : " <timestamp>" ,
811
- "content-type" : " text/plain;charset=UTF-8" ,
812
- "content-length" : " 14"
813
- },
814
- "body" : null
815
- }
816
- ```
817
- </details>
818
-
819
- 39 . SHOULD use 400 status code if parameters are invalid when accepting application/graphql-response+json<br />
799
+ 38 . SHOULD use 400 status code if parameters are invalid when accepting application/graphql-response+json<br />
820
800
821
801
<details>
822
802
<summary>Response status code is not 400</summary>
@@ -836,7 +816,7 @@ The server _SHOULD_ support these, but is not required.
836
816
```
837
817
</details>
838
818
839
- 40 . SHOULD not contain the data entry if parameters are invalid when accepting application/graphql-response+json<br />
819
+ 39 . SHOULD not contain the data entry if parameters are invalid when accepting application/graphql-response+json<br />
840
820
841
821
<details>
842
822
<summary>Response body is not valid JSON</summary>
@@ -856,7 +836,7 @@ The server _SHOULD_ support these, but is not required.
856
836
```
857
837
</details>
858
838
859
- 41 . SHOULD use 400 status code on document parsing failure when accepting application/graphql-response+json<br />
839
+ 40 . SHOULD use 400 status code on document parsing failure when accepting application/graphql-response+json<br />
860
840
861
841
<details>
862
842
<summary>Response status code is not 400</summary>
@@ -876,7 +856,7 @@ The server _SHOULD_ support these, but is not required.
876
856
```
877
857
</details>
878
858
879
- 42 . SHOULD not contain the data entry on document parsing failure when accepting application/graphql-response+json<br />
859
+ 41 . SHOULD not contain the data entry on document parsing failure when accepting application/graphql-response+json<br />
880
860
881
861
<details>
882
862
<summary>Response body is not valid JSON</summary>
@@ -896,7 +876,7 @@ The server _SHOULD_ support these, but is not required.
896
876
```
897
877
</details>
898
878
899
- 43 . SHOULD use 400 status code on document validation failure when accepting application/graphql-response+json<br />
879
+ 42 . SHOULD use 400 status code on document validation failure when accepting application/graphql-response+json<br />
900
880
901
881
<details>
902
882
<summary>Response status code is not 400</summary>
@@ -916,7 +896,7 @@ The server _SHOULD_ support these, but is not required.
916
896
```
917
897
</details>
918
898
919
- 44 . SHOULD not contain the data entry on document validation failure when accepting application/graphql-response+json<br />
899
+ 43 . SHOULD not contain the data entry on document validation failure when accepting application/graphql-response+json<br />
920
900
921
901
<details>
922
902
<summary>Response body is not valid JSON</summary>
0 commit comments