Skip to content

feat(audits/server): Server response in failing audits #39

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Jan 19, 2023
7 changes: 7 additions & 0 deletions docs/interfaces/audits_common.AuditFail.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ is therefore not compliant.

- [name](audits_common.AuditFail.md#name)
- [reason](audits_common.AuditFail.md#reason)
- [response](audits_common.AuditFail.md#response)
- [status](audits_common.AuditFail.md#status)

## Properties
Expand All @@ -33,6 +34,12 @@ ___

___

### response

• **response**: `Response`

___

### status

• **status**: ``"warn"`` \| ``"error"``
1,172 changes: 1,068 additions & 104 deletions implementations/apollo-server/README.md

Large diffs are not rendered by default.

Loading