Skip to content

Commit

Permalink
docs: updated badges
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinaldy Rafli committed Jun 24, 2021
1 parent fc8d33d commit da18e5b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Malibu

<!-- badges goes here -->
[![npm](https://img.shields.io/npm/v/malibu?style=for-the-badge&color=hotpink&label=&logo=npm)](https://npmjs.com/package/malibu) [![npm](https://img.shields.io/npm/dt/malibu?style=for-the-badge&color=hotpink)](https://npmjs.com/package/malibu) [![GitHub Workflow Status](https://img.shields.io/github/workflow/status/tinyhttp/malibu/CI?color=hotpink&label=&logo=github&style=for-the-badge)](https://github.com/tinyhttp/malibu/actions) [![Codecov](https://img.shields.io/codecov/c/gh/tinyhttp/malibu?color=hotpink&style=for-the-badge)](https://app.codecov.io/gh/tinyhttp/malibu)

> A rewrite of [Express CSURF](https://github.com/expressjs/csurf) library
> A rewrite of [Express CSURF](https://github.com/expressjs/csurf) library for modern Node.js
This middleware helps web developers fight [CSRF](https://en.wikipedia.org/wiki/Cross-site_request_forgery) attacks. Bear in mind, by solely using this middleware, we can't guarantee your app will be free from CSRF attacks. Refer to [CSRF Prevention Cheat Sheet](https://cheatsheetseries.owasp.org/cheatsheets/Cross-Site_Request_Forgery_Prevention_Cheat_Sheet.html) and [pillarjs/understanding-csrf](https://github.com/pillarjs/understanding-csrf) for more details.

Expand Down

0 comments on commit da18e5b

Please sign in to comment.