Skip to content

Commit b959482

Browse files
authoredApr 21, 2017
License report and badge in README
1 parent da74097 commit b959482

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎README.md

+5
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Helmet
55
[![npm dependency status](https://david-dm.org/helmetjs/helmet.svg)](https://david-dm.org/helmetjs/helmet)
66
[![Build Status](https://travis-ci.org/helmetjs/helmet.svg?branch=master)](https://travis-ci.org/helmetjs/helmet)
77
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)
8+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fhelmetjs%2Fhelmet.svg?type=shield)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fhelmetjs%2Fhelmet?ref=badge_shield)
89

910
Helmet helps you secure your Express apps by setting various HTTP headers. *It's not a silver bullet*, but it can help!
1011

@@ -75,3 +76,7 @@ Helmet is a collection of 11 smaller middleware functions that set HTTP headers.
7576
| [xssFilter](https://helmetjs.github.io/docs/xss-filter) adds some small XSS protections ||
7677

7778
You can see more in [the documentation](https://helmetjs.github.io/docs/).
79+
80+
## License
81+
82+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fhelmetjs%2Fhelmet.svg?type=large)](https://app.fossa.io/projects/git%2Bhttps%3A%2F%2Fgithub.com%2Fhelmetjs%2Fhelmet?ref=badge_large)

0 commit comments

Comments
 (0)
Please sign in to comment.