@@ -31,7 +31,7 @@ tags: headers
31
31
32
32
## Analysis Tools
33
33
34
- | Tool name | Description | References |
34
+ | Tool | Description | Link |
35
35
| --- | --- | --- |
36
36
| ** hsecscan** | A security scanner for HTTP response headers. | [ π©βπ»] ( https://github.com/riramar/hsecscan ) |
37
37
| ** humble** | A humble, and fast, security-oriented HTTP headers analyzer. | [ π©βπ»] ( https://github.com/rfc-st/humble ) |
@@ -47,64 +47,64 @@ tags: headers
47
47
48
48
### Java
49
49
50
- | Library name | Description | References |
50
+ | Library | Description | Link |
51
51
| --- | --- | --- |
52
52
| ** Spring Security** | Spring Security's support for adding various security headers to the response. | [ π] ( https://docs.spring.io/spring-security/reference/features/exploits/headers.html ) |
53
53
54
54
### DotNet
55
55
56
- | Library name | Description | References |
56
+ | Library | Description | Link |
57
57
| --- | --- | --- |
58
58
| ** NWebsec** | NWebsec consists of several security libraries for ASP.NET applications. | [ π] ( https://docs.nwebsec.com ) |
59
59
| ** NetEscapades.AspNetCore.SecurityHeaders** | Small package to allow adding security headers to ASP.NET Core websites. | [ π©βπ»] ( https://github.com/andrewlock/NetEscapades.AspNetCore.SecurityHeaders ) |
60
60
61
61
### Ruby
62
62
63
- | Library name | Description | References |
63
+ | Library | Description | Link |
64
64
| --- | --- | --- |
65
65
| ** secure_headers** | Security related headers all in one gem. | [ π©βπ»] ( https://github.com/github/secure_headers ) |
66
66
67
67
### PHP
68
68
69
- | Library name | Description | References |
69
+ | Library | Description | Link |
70
70
| --- | --- | --- |
71
71
| ** SecureHeaders** | A PHP class aiming to make the use of browser security features more accessible. | [ π©βπ»] ( https://github.com/aidantwoods/SecureHeaders ) |
72
72
| ** secure-headers** | PHP Secure Headers for Laravel and non-Laravel projects. | [ π©βπ»] ( https://github.com/bepsvpt/secure-headers ) |
73
73
74
74
### RACK
75
75
76
- | Library name | Description | References |
76
+ | Library | Description | Link |
77
77
| --- | --- | --- |
78
78
| ** rack-secure_headers** | Security related HTTP headers for Rack applications. | [ π©βπ»] ( https://github.com/frodsan/rack-secure_headers ) |
79
79
80
80
### NodeJS
81
81
82
- | Library name | Description | References |
82
+ | Library | Description | Link |
83
83
| --- | --- | --- |
84
84
| ** helmet** | Module to help secure Express apps with various HTTP headers. | [ π©βπ»] ( https://github.com/helmetjs/helmet ) |
85
85
| ** ember-cli-content-security-policy** | This addon makes it easy to use Content Security Policy (CSP) in your project. It can be deployed either via a Content-Security-Policy header sent from the Ember CLI Express server, or as a meta tag in the index.html file. | [ π©βπ»] ( https://github.com/rwjblue/ember-cli-content-security-policy/ ) |
86
86
87
87
### HAPI
88
88
89
- | Library name | Description | References |
89
+ | Library | Description | Link |
90
90
| --- | --- | --- |
91
91
| ** blankie** | A CSP plugin for hapi. | [ π©βπ»] ( https://github.com/nlf/blankie ) |
92
92
93
93
### Python
94
94
95
- | Library name | Description | References |
95
+ | Library | Description | Link |
96
96
| --- | --- | --- |
97
97
| ** django-csp and django-security** | Content Security Policy for Django. A collection of models, views, middlewares, and forms to help secure a Django project. | [ π©βπ»] ( https://github.com/mozilla/django-csp ) / [ π©βπ»] ( https://github.com/sdelements/django-security ) |
98
98
| ** Secure** | Secure headers for Python web frameworks. | [ π©βπ»] ( https://github.com/TypeError/secure ) |
99
99
100
100
### Go
101
101
102
- | Library name | Description | References |
102
+ | Library | Description | Link |
103
103
| --- | --- | --- |
104
104
| ** helmet** | HTTP security middleware for Go(lang) inspired by HelmetJS. | [ π©βπ»] ( https://github.com/goddtriffin/helmet ) |
105
105
106
106
### Rust
107
107
108
- | Library name | Description | References |
108
+ | Library | Description | Link |
109
109
| --- | --- | --- |
110
110
| ** owasp-headers** | Best-practice OWASP HTTP response headers for Rust. | [ π] ( https://docs.rs/crate/owasp-headers/latest ) |
0 commit comments