Skip to content

Commit

Permalink
docs: add a link back to the Node.js Security website
Browse files Browse the repository at this point in the history
  • Loading branch information
lirantal authored Sep 12, 2024
1 parent 0c00cfb commit 89b5cad
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,22 @@ Lint your lockfiles to ensure they adhere to pre-defined security policies and m

**Why is this important?** read: [Why npm lockfiles can be a security blindspot for injecting malicious modules](https://snyk.io/blog/why-npm-lockfiles-can-be-a-security-blindspot-for-injecting-malicious-modules/)

# Learn Node.js Security

<div align="center">
<p>
<a href="https://nodejs-security.com">
<img alt="Node.js Security" align="center" src="https://img.shields.io/badge/%F0%9F%A6%84-Learn%20Node.js%20Security%E2%86%92-gray.svg?colorA=5734F5&colorB=5734F5&style=flat" />
</a>
</p>

![Screenshot 2024-09-12 at 20 08 07](https://github.com/user-attachments/assets/970a97fd-16bd-4b3c-b535-ae7445b52d4c)

<p>
Learn Node.js Secure Coding techniques and best practices from <a href="https://www.lirantal.com">Liran Tal</a>
</p>
</div>

# Usage

Easily invoked with npx on any project and lint it:
Expand Down

0 comments on commit 89b5cad

Please sign in to comment.