Skip to content
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

Log unknown schemas #17

Open
rspeed opened this issue Oct 7, 2017 · 0 comments
Open

Log unknown schemas #17

rspeed opened this issue Oct 7, 2017 · 0 comments
Assignees
Milestone

Comments

@rspeed
Copy link
Owner

rspeed commented Oct 7, 2017

Special-case logging reports which don't match any known schemas.

@rspeed rspeed self-assigned this Oct 7, 2017
@rspeed rspeed added this to the v0.3 milestone Oct 7, 2017
rspeed added a commit that referenced this issue Oct 14, 2017
…odels.Report`

* Removes the `schemas` module.
* Adds a new `report_schemas` package.
* Adds three abstract classes for report schemas:
	* `ReportSchema`: Base of all other schemas
	* `GenericReportSchema`: Base of Out-of-Band Reporting API incident reports.
	* `LegacyReportSchema`: Base for legacy incident reports.
* Adds a registry for report schemas.
* Adds modules to implement CSP and HPKP schemas in both contemporary and legacy arrangements.
* Adds a `fallback` module for Out-of-Band Reporting API incident reports that don't match any known schemas (preparation for #17).
* Updates other app components accordingly.

Closes #15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant