Skip to content

Commit

Permalink
Merge pull request #5 from jakebolam/patch-2
Browse files Browse the repository at this point in the history
docs: add badge to join chat on slack
  • Loading branch information
matthaywardwebdesign authored Dec 30, 2018
2 parents e6413bc + fb62d49 commit e1fa489
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,16 @@
# NodeSecurity
:key: The easiest way to control what npm modules can access

<a href="https://www.npmjs.org/package/@matthaywardwebdesign/node-security"><img src="https://img.shields.io/npm/v/@matthaywardwebdesign/node-security.svg?style=flat" alt="npm"></a>
<a href="https://join.slack.com/t/node-security/shared_invite/enQtNTEzNjM1NzQxNzgwLTljYmJlMWUzYmE5MWUxOWYxODAyNGQzMDA1Yjc5ZDM2Y2NjNDAzMmMwMmI2ZDRlYjE1NzA4ZGQyMmI1NDc5MTU">
<img src="https://img.shields.io/badge/slack-join-ff69b4.svg?logo=slack" alt="slack" /></a>
<a href="https://www.npmjs.org/package/@matthaywardwebdesign/node-security"><img src="https://img.shields.io/npm/v/@matthaywardwebdesign/node-security.svg?style=flat" alt="npm"></a> [![CircleCI](https://circleci.com/gh/matthaywardwebdesign/node-security.svg?style=svg)](https://circleci.com/gh/matthaywardwebdesign/node-security)

**NOTE:** This package has not gone through any form of security testing! **Please do not use it to ensure security at this time.** Issues questioning the feasability of our current approach are still outstanding.
- [https://github.com/matthaywardwebdesign/node-security/issues/7](https://github.com/matthaywardwebdesign/node-security/issues/7)

If you're experienced in this area ( I am not ) please contribute!


## Overview
This repo / package was inspired a Medium post by David Gilbertson - [https://hackernoon.com/npm-package-permissions-an-idea-441a02902d9b](https://hackernoon.com/npm-package-permissions-an-idea-441a02902d9b)

Expand Down Expand Up @@ -161,4 +163,4 @@ npm test
```

## Ideas
- Include a set of default plugins that allow for more granular filesystem and network access.
- Include a set of default plugins that allow for more granular filesystem and network access.

0 comments on commit e1fa489

Please sign in to comment.