Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/brianlovin/security-checklist
A checklist for staying safe on the internet
https://github.com/brianlovin/security-checklist
javascript nextjs privacy-protection react security-tools styled-components
Last synced: 3 months ago
JSON representation
A checklist for staying safe on the internet
- Host: GitHub
- URL: https://github.com/brianlovin/security-checklist
- Owner: brianlovin
- License: mit
- Archived: true
- Created: 2019-01-13T00:47:15.000Z (almost 6 years ago)
- Default Branch: main
- Last Pushed: 2020-11-25T01:38:46.000Z (about 4 years ago)
- Last Synced: 2024-09-22T00:07:39.988Z (3 months ago)
- Topics: javascript, nextjs, privacy-protection, react, security-tools, styled-components
- Language: JavaScript
- Homepage: https://brianlovin.com/security
- Size: 3.78 MB
- Stars: 924
- Watchers: 18
- Forks: 76
- Open Issues: 38
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-security-awesome - security-checklist
- awesome-starred-test - brianlovin/security-checklist - A checklist for staying safe on the internet (JavaScript)
- awesome-list - security-checklist
README
# Security checklist
A checklist for staying safe on the internet.### This project has moved
In the interest of maintaining fewer services, codebases, and domains, I've integrated this project into my [personal website](https://github.com/brianlovin/brian-lovin-next). View the live project at [brianlovin.com/security](https://brianlovin.com/security).### Motivation
This project is the result of a conversation started during a [recent episode](https://spec.fm/podcasts/design-details/249464) of the [Design Details Podcast](https://spec.fm/podcasts/design-details/) and a subsequent tweet by [Michael Knepprath](https://twitter.com/mknepprath/status/1083966912420372481).### 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 [email protected]: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 [email protected].