Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Security

Andrew Sorensen edited this page Mar 22, 2015 · 3 revisions

Dataview Security

Authentication and Authorization Concerns

Dataview's early development efforts were focused on requiring authentication for all requests. Implementation of this requirement is straightforward as django provides a mechanism for requiring authentication for all requests. Future releases of dataview will expand on Authorization: first at a role level and finally at an object based level.

Security Team: Call to review

Generalized Concerns

  • Certificate Pinning (what aspects of the certificate are pinned when using the requests library)

Internal Components

Third Party Components

  • Django Guardian
  • Django Rest Framework