Skip to content

Commit 7e58f8a

Browse files
refactor(audit-implementation): mask date header in reports (#42)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 4385ecb commit 7e58f8a

File tree

10 files changed

+428
-423
lines changed

10 files changed

+428
-423
lines changed

implementations/apollo-server/README.md

Lines changed: 26 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ The server _SHOULD_ support these, but is not required.
7878
"connection": "close",
7979
"content-length": "1461",
8080
"content-type": "application/json; charset=utf-8",
81-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
81+
"date": "<timestamp>",
8282
"etag": "W/\"5b5-gDRXf8j0lbjWbmQpeY60iENT2cI\"",
8383
"x-powered-by": "Express"
8484
},
@@ -119,7 +119,7 @@ The server _SHOULD_ support these, but is not required.
119119
"connection": "close",
120120
"content-length": "1461",
121121
"content-type": "application/json; charset=utf-8",
122-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
122+
"date": "<timestamp>",
123123
"etag": "W/\"5b5-gDRXf8j0lbjWbmQpeY60iENT2cI\"",
124124
"x-powered-by": "Express"
125125
},
@@ -161,7 +161,7 @@ The server _SHOULD_ support these, but is not required.
161161
"connection": "close",
162162
"content-length": "1416",
163163
"content-type": "application/json; charset=utf-8",
164-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
164+
"date": "<timestamp>",
165165
"etag": "W/\"588-sZ+sg/c+DRv3ORN3VlSdMHvZRkc\"",
166166
"x-powered-by": "Express"
167167
},
@@ -204,7 +204,7 @@ The server _SHOULD_ support these, but is not required.
204204
"connection": "close",
205205
"content-length": "1144",
206206
"content-type": "application/json; charset=utf-8",
207-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
207+
"date": "<timestamp>",
208208
"etag": "W/\"478-8ij0f1w1MThNqXuYJcCeFgzpLvg\"",
209209
"x-powered-by": "Express"
210210
},
@@ -247,7 +247,7 @@ The server _SHOULD_ support these, but is not required.
247247
"connection": "close",
248248
"content-length": "1416",
249249
"content-type": "application/json; charset=utf-8",
250-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
250+
"date": "<timestamp>",
251251
"etag": "W/\"588-sZ+sg/c+DRv3ORN3VlSdMHvZRkc\"",
252252
"x-powered-by": "Express"
253253
},
@@ -291,7 +291,7 @@ The server _SHOULD_ support these, but is not required.
291291
"connection": "close",
292292
"content-length": "1416",
293293
"content-type": "application/json; charset=utf-8",
294-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
294+
"date": "<timestamp>",
295295
"etag": "W/\"588-sZ+sg/c+DRv3ORN3VlSdMHvZRkc\"",
296296
"x-powered-by": "Express"
297297
},
@@ -334,7 +334,7 @@ The server _SHOULD_ support these, but is not required.
334334
"connection": "close",
335335
"content-length": "1144",
336336
"content-type": "application/json; charset=utf-8",
337-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
337+
"date": "<timestamp>",
338338
"etag": "W/\"478-8ij0f1w1MThNqXuYJcCeFgzpLvg\"",
339339
"x-powered-by": "Express"
340340
},
@@ -376,7 +376,7 @@ The server _SHOULD_ support these, but is not required.
376376
"connection": "close",
377377
"content-length": "1050",
378378
"content-type": "application/json; charset=utf-8",
379-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
379+
"date": "<timestamp>",
380380
"etag": "W/\"41a-nyphxrE/ooK9c9ewfugL9Rqrh2Y\"",
381381
"x-powered-by": "Express"
382382
},
@@ -417,7 +417,7 @@ The server _SHOULD_ support these, but is not required.
417417
"connection": "close",
418418
"content-length": "1050",
419419
"content-type": "application/json; charset=utf-8",
420-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
420+
"date": "<timestamp>",
421421
"etag": "W/\"41a-nyphxrE/ooK9c9ewfugL9Rqrh2Y\"",
422422
"x-powered-by": "Express"
423423
},
@@ -458,7 +458,7 @@ The server _SHOULD_ support these, but is not required.
458458
"connection": "close",
459459
"content-length": "1050",
460460
"content-type": "application/json; charset=utf-8",
461-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
461+
"date": "<timestamp>",
462462
"etag": "W/\"41a-nyphxrE/ooK9c9ewfugL9Rqrh2Y\"",
463463
"x-powered-by": "Express"
464464
},
@@ -499,7 +499,7 @@ The server _SHOULD_ support these, but is not required.
499499
"connection": "close",
500500
"content-length": "1050",
501501
"content-type": "application/json; charset=utf-8",
502-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
502+
"date": "<timestamp>",
503503
"etag": "W/\"41a-nyphxrE/ooK9c9ewfugL9Rqrh2Y\"",
504504
"x-powered-by": "Express"
505505
},
@@ -540,7 +540,7 @@ The server _SHOULD_ support these, but is not required.
540540
"connection": "close",
541541
"content-length": "1126",
542542
"content-type": "application/json; charset=utf-8",
543-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
543+
"date": "<timestamp>",
544544
"etag": "W/\"466-OpPmHAsn4oM5zvBonndNbzxWo1s\"",
545545
"x-powered-by": "Express"
546546
},
@@ -581,7 +581,7 @@ The server _SHOULD_ support these, but is not required.
581581
"connection": "close",
582582
"content-length": "1044",
583583
"content-type": "application/json; charset=utf-8",
584-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
584+
"date": "<timestamp>",
585585
"etag": "W/\"414-E6rr7b7CJtPuHGippFX8oDrojxw\"",
586586
"x-powered-by": "Express"
587587
},
@@ -622,7 +622,7 @@ The server _SHOULD_ support these, but is not required.
622622
"connection": "close",
623623
"content-length": "1044",
624624
"content-type": "application/json; charset=utf-8",
625-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
625+
"date": "<timestamp>",
626626
"etag": "W/\"414-E6rr7b7CJtPuHGippFX8oDrojxw\"",
627627
"x-powered-by": "Express"
628628
},
@@ -663,7 +663,7 @@ The server _SHOULD_ support these, but is not required.
663663
"connection": "close",
664664
"content-length": "1044",
665665
"content-type": "application/json; charset=utf-8",
666-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
666+
"date": "<timestamp>",
667667
"etag": "W/\"414-E6rr7b7CJtPuHGippFX8oDrojxw\"",
668668
"x-powered-by": "Express"
669669
},
@@ -704,7 +704,7 @@ The server _SHOULD_ support these, but is not required.
704704
"connection": "close",
705705
"content-length": "1461",
706706
"content-type": "application/graphql-response+json; charset=utf-8",
707-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
707+
"date": "<timestamp>",
708708
"etag": "W/\"5b5-gDRXf8j0lbjWbmQpeY60iENT2cI\"",
709709
"x-powered-by": "Express"
710710
},
@@ -745,7 +745,7 @@ The server _SHOULD_ support these, but is not required.
745745
"connection": "close",
746746
"content-length": "1461",
747747
"content-type": "application/json; charset=utf-8",
748-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
748+
"date": "<timestamp>",
749749
"etag": "W/\"5b5-gDRXf8j0lbjWbmQpeY60iENT2cI\"",
750750
"x-powered-by": "Express"
751751
},
@@ -786,7 +786,7 @@ The server _SHOULD_ support these, but is not required.
786786
"connection": "close",
787787
"content-length": "1128",
788788
"content-type": "application/json; charset=utf-8",
789-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
789+
"date": "<timestamp>",
790790
"etag": "W/\"468-TPRc6cNxt9MLpN3l67KK+40WYlI\"",
791791
"x-powered-by": "Express"
792792
},
@@ -827,7 +827,7 @@ The server _SHOULD_ support these, but is not required.
827827
"connection": "close",
828828
"content-length": "1046",
829829
"content-type": "application/json; charset=utf-8",
830-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
830+
"date": "<timestamp>",
831831
"etag": "W/\"416-3vSw59SW7xtE8bbw+NTHlFLLef4\"",
832832
"x-powered-by": "Express"
833833
},
@@ -868,7 +868,7 @@ The server _SHOULD_ support these, but is not required.
868868
"connection": "close",
869869
"content-length": "1046",
870870
"content-type": "application/json; charset=utf-8",
871-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
871+
"date": "<timestamp>",
872872
"etag": "W/\"416-3vSw59SW7xtE8bbw+NTHlFLLef4\"",
873873
"x-powered-by": "Express"
874874
},
@@ -909,7 +909,7 @@ The server _SHOULD_ support these, but is not required.
909909
"connection": "close",
910910
"content-length": "1046",
911911
"content-type": "application/json; charset=utf-8",
912-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
912+
"date": "<timestamp>",
913913
"etag": "W/\"416-3vSw59SW7xtE8bbw+NTHlFLLef4\"",
914914
"x-powered-by": "Express"
915915
},
@@ -951,7 +951,7 @@ The server _SHOULD_ support these, but is not required.
951951
"content-length": "1108",
952952
"content-security-policy": "default-src 'none'",
953953
"content-type": "text/html; charset=utf-8",
954-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
954+
"date": "<timestamp>",
955955
"x-content-type-options": "nosniff",
956956
"x-powered-by": "Express"
957957
},
@@ -975,7 +975,7 @@ The server _SHOULD_ support these, but is not required.
975975
"connection": "close",
976976
"content-length": "1416",
977977
"content-type": "application/json; charset=utf-8",
978-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
978+
"date": "<timestamp>",
979979
"etag": "W/\"588-sZ+sg/c+DRv3ORN3VlSdMHvZRkc\"",
980980
"x-powered-by": "Express"
981981
},
@@ -1019,7 +1019,7 @@ The server _SHOULD_ support these, but is not required.
10191019
"connection": "close",
10201020
"content-length": "1439",
10211021
"content-type": "application/json; charset=utf-8",
1022-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
1022+
"date": "<timestamp>",
10231023
"etag": "W/\"59f-wZcL/SqdL2p72c+22U9112bt9Sk\"",
10241024
"x-powered-by": "Express"
10251025
},
@@ -1071,7 +1071,7 @@ The server _SHOULD_ support these, but is not required.
10711071
"connection": "close",
10721072
"content-length": "1454",
10731073
"content-type": "application/json; charset=utf-8",
1074-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
1074+
"date": "<timestamp>",
10751075
"etag": "W/\"5ae-cH8StyqXwjsvF8Ml3ZMaXdrpW14\"",
10761076
"x-powered-by": "Express"
10771077
},
@@ -1123,7 +1123,7 @@ The server _SHOULD_ support these, but is not required.
11231123
"content-length": "1108",
11241124
"content-security-policy": "default-src 'none'",
11251125
"content-type": "text/html; charset=utf-8",
1126-
"date": "Tue, 17 Jan 2023 22:26:59 GMT",
1126+
"date": "<timestamp>",
11271127
"x-content-type-options": "nosniff",
11281128
"x-powered-by": "Express"
11291129
}

0 commit comments

Comments
 (0)