Skip to content

Commit 25aea1d

Browse files
author
drighetto
committed
Try to fix table issue
1 parent 49b3c07 commit 25aea1d

File tree

2 files changed

+18
-11
lines changed

2 files changed

+18
-11
lines changed

Diff for: β€Žassets/css/styles.css

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
Set table first column width
3+
See https://github.com/oshp/oshp-tracking/issues/16#issuecomment-1463299928
4+
*/
5+
th:first-child {
6+
width: 30%;
7+
}

Diff for: β€Žtab_technical.md

+11-11
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tags: headers
3131

3232
## Analysis Tools
3333

34-
| Tool name | Description | References |
34+
| Tool | Description | Link |
3535
| --- | --- | --- |
3636
| **hsecscan** | A security scanner for HTTP response headers. | [πŸ‘©β€πŸ’»](https://github.com/riramar/hsecscan) |
3737
| **humble** | A humble, and fast, security-oriented HTTP headers analyzer. | [πŸ‘©β€πŸ’»](https://github.com/rfc-st/humble) |
@@ -47,64 +47,64 @@ tags: headers
4747

4848
### Java
4949

50-
| Library name | Description | References |
50+
| Library | Description | Link |
5151
| --- | --- | --- |
5252
| **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) |
5353

5454
### DotNet
5555

56-
| Library name | Description | References |
56+
| Library | Description | Link |
5757
| --- | --- | --- |
5858
| **NWebsec** | NWebsec consists of several security libraries for ASP.NET applications. | [🌎](https://docs.nwebsec.com) |
5959
| **NetEscapades.AspNetCore.SecurityHeaders** | Small package to allow adding security headers to ASP.NET Core websites. | [πŸ‘©β€πŸ’»](https://github.com/andrewlock/NetEscapades.AspNetCore.SecurityHeaders) |
6060

6161
### Ruby
6262

63-
| Library name | Description | References |
63+
| Library | Description | Link |
6464
| --- | --- | --- |
6565
| **secure_headers** | Security related headers all in one gem. | [πŸ‘©β€πŸ’»](https://github.com/github/secure_headers) |
6666

6767
### PHP
6868

69-
| Library name | Description | References |
69+
| Library | Description | Link |
7070
| --- | --- | --- |
7171
| **SecureHeaders** | A PHP class aiming to make the use of browser security features more accessible. | [πŸ‘©β€πŸ’»](https://github.com/aidantwoods/SecureHeaders) |
7272
| **secure-headers** | PHP Secure Headers for Laravel and non-Laravel projects. | [πŸ‘©β€πŸ’»](https://github.com/bepsvpt/secure-headers) |
7373

7474
### RACK
7575

76-
| Library name | Description | References |
76+
| Library | Description | Link |
7777
| --- | --- | --- |
7878
| **rack-secure_headers** | Security related HTTP headers for Rack applications. | [πŸ‘©β€πŸ’»](https://github.com/frodsan/rack-secure_headers) |
7979

8080
### NodeJS
8181

82-
| Library name | Description | References |
82+
| Library | Description | Link |
8383
| --- | --- | --- |
8484
| **helmet** | Module to help secure Express apps with various HTTP headers. | [πŸ‘©β€πŸ’»](https://github.com/helmetjs/helmet) |
8585
| **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/) |
8686

8787
### HAPI
8888

89-
| Library name | Description | References |
89+
| Library | Description | Link |
9090
| --- | --- | --- |
9191
| **blankie** | A CSP plugin for hapi. | [πŸ‘©β€πŸ’»](https://github.com/nlf/blankie) |
9292

9393
### Python
9494

95-
| Library name | Description | References |
95+
| Library | Description | Link |
9696
| --- | --- | --- |
9797
| **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) |
9898
| **Secure** | Secure headers for Python web frameworks. | [πŸ‘©β€πŸ’»](https://github.com/TypeError/secure) |
9999

100100
### Go
101101

102-
| Library name | Description | References |
102+
| Library | Description | Link |
103103
| --- | --- | --- |
104104
| **helmet** | HTTP security middleware for Go(lang) inspired by HelmetJS. | [πŸ‘©β€πŸ’»](https://github.com/goddtriffin/helmet) |
105105

106106
### Rust
107107

108-
| Library name | Description | References |
108+
| Library | Description | Link |
109109
| --- | --- | --- |
110110
| **owasp-headers** | Best-practice OWASP HTTP response headers for Rust. | [🌎](https://docs.rs/crate/owasp-headers/latest) |

0 commit comments

Comments
Β (0)