A checklist for staying safe on the internet https://brianlovin.com/security
Find a file
dependabot[bot] a015a53850
Bump next from 9.5.4 to 9.5.5 (#627)
Bumps [next](https://github.com/vercel/next.js) from 9.5.4 to 9.5.5.
- [Release notes](https://github.com/vercel/next.js/releases)
- [Changelog](https://github.com/vercel/next.js/blob/canary/release.js)
- [Commits](https://github.com/vercel/next.js/compare/v9.5.4...v9.5.5)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2020-10-12 09:42:45 -06:00
.github Create Dependabot config file 2020-06-30 16:33:12 +00:00
components Update flow 2019-12-26 23:17:53 -05:00
config Add Jigsaw Google phishing quiz 2020-05-15 19:01:07 +02:00
cypress Homepage test to render content 2019-01-13 15:50:00 -08:00
flow-typed/npm Fix flow 2019-01-13 14:17:32 -08:00
lib Refactor app and add fathom 2019-11-24 19:51:03 -05:00
pages Update fathom 2019-12-31 10:28:17 -07:00
static add SimpleLogin 2020-02-08 23:20:01 +07:00
types 1Pass offer 2019-01-14 10:12:41 -08:00
.babelrc Fix ci 2019-01-12 18:11:03 -08:00
.eslintrc.json Refactor app and add fathom 2019-11-24 19:51:03 -05:00
.flowconfig Update flow 2019-12-26 23:17:53 -05:00
.gitignore Initial code copied from brianlovin.com 2019-01-12 17:52:43 -08:00
.nowignore Fix deployments 2019-09-07 09:44:52 -04:00
.prettierrc.json Initial code copied from brianlovin.com 2019-01-12 17:52:43 -08:00
cypress.json Update cypress (#596) 2020-08-20 08:56:02 -06:00
LICENSE Initial commit 2019-01-12 16:47:16 -08:00
next.config.js Fix deployments 2019-09-07 09:44:52 -04:00
now.json Fix deployments 2019-09-07 09:44:52 -04:00
package.json Bump next from 9.5.4 to 9.5.5 (#627) 2020-10-12 09:42:45 -06:00
README.md Refactor app and add fathom 2019-11-24 19:51:03 -05:00
yarn.lock Bump next from 9.5.4 to 9.5.5 (#627) 2020-10-12 09:42:45 -06:00

Security checklist

A checklist for staying safe on the internet.

Motivation

This project is the result of a conversation started during a recent episode of the Design Details Podcast and a subsequent tweet by Michael Knepprath.

Contributing

This project should be considered a living document of resources and applications that improve people's digital security and privacy. Contributions, edits, and extensions are welcome!

If you have resources to add to existing sections, please open a pull request.

  • Aim for reputable sources for guides and news coverage.
  • If adding an app, please include links to as many platforms as possible. See config/*.js for examples of how data is formatted.
  • Try to use approachable human-readable language. Remember that even non-technical folks need to stay safe online.

If you would like to create a new category of security and privacy resources, please open an issue first with your proposed category. Please explain why this additional category should stand alone from other existing sections.

Run this locally

  1. $ git clone git@github.com:brianlovin/security-checklist.git
  2. $ cd security-checklist
  3. $ npm install
  4. $ npm run dev
  5. View the running app in your browser at http://localhost:3000

Deploying

You can deploy this project yourself with ZEIT + Now by configuring now.json and running $ now.

Feedback

Please open issues at any time for general feedback, or you can reach me directly at hi@brianlovin.com.