DEV Community

Discussion on: Who's looking for open source contributors? (Feb 18th edition)

Collapse
 
dotnetcoreblog profile image
Jamie

I'm looking for help with implementing a number of HTTP header features into OwaspHeaders.Core.

Elevator Pitch

An ASP NET Core middleware item for adding OWASP recommended HTTP headers into all requests generated by ASP NET Core applications

How Do I Contribute?

I'm looking for help with documentation, tests, and implementing new features - so anyone (regardless of whether they have .NET Core experience or not) should be able to add something.

The two most important features are Feature-Policy and Clear Site-Data

What Do I Need?

If you'd like to contribute:

GitHub Card

GaProgMan / OwaspHeaders.Core

A .NET Core middleware for injecting the Owasp recommended HTTP Headers for increased security

OwaspHeaders.Core

A .NET Core middleware for injecting the Owasp recommended HTTP Headers for increased security.

Build status

Build status

Licence Used

License: MIT

See the contents of the LICENSE file for details

Code Triage Status

Code Triagers Badge

Code of Conduct

ClacksMiddleware has a Code of Conduct which all contributors, maintainers and forkers must adhere to. When contributing, maintaining, forking or in any other way changing the code presented in this repository, all users must agree to this Code of Conduct.

See Code of Conduct.md for details.

Pull Requests

PRs Welcome

Pull requests are welcome, but please take a moment to read the Code of Conduct before submitting them or commenting on any work in this repo.

NuGet package

OwaspHeaders.Core is now availble as a NuGet package. The NuGet package can be accessed here

Development Logs

This repository forms the basis for a series of blog posts that I have written on the topic of ASP.NET Core middleware.

If…