You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…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
Special-case logging reports which don't match any known schemas.
The text was updated successfully, but these errors were encountered: