Commit 9ec601dc authored by Alexey Migutsky's avatar Alexey Migutsky

Merge pull request #2 from nikitadyumin/legal

add a 'legal' section (deps' licenses and cryptography policies)
parents e309edec 3b54e891
......@@ -2,6 +2,11 @@
This is a checklist for serverside of the Web App.
## Legal
- [ ] Licences of my application's 3rd-party dependencies are not violated
- [ ] My application does not violate cryptography policies and laws
## Resiliency
* [ ] My application can retain reasonable functionality in isolation
......
......@@ -2,6 +2,11 @@
This is a checklist for browser-based Web App **without the backend** or with a 3rd-party backend.
## Legal
- [ ] Licences of my app's 3rd-party dependencies are not violated
- [ ] My app does not violate cryptography policies and laws
## Deployment
- [ ] My app is served from CDN or cookie-less subdomain
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment