-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #46 from MadWorldNL/Feature/45-security-headers
Feature: Add Security headers like CSP
- Loading branch information
Showing
8 changed files
with
138 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,7 @@ | ||
*TODO* | ||
# Contributing | ||
We welcome contributions to this repository. | ||
|
||
Before you start coding, please create an issue. This way, we can discuss the changes before you start coding. | ||
|
||
After you made your changes, please create a pull request. We will review it and merge it if it fits the project. | ||
Please explain your changes in the pull request. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,22 +1,29 @@ | ||
# Security Policy | ||
*TODO* | ||
This document describes the security policy of the project. The security policy is a set of rules and practices that are | ||
used to protect the project from security vulnerabilities. The security policy is used to ensure that the project is secure | ||
and that the project is not vulnerable to attacks. | ||
|
||
## Supported Versions | ||
The latest version of browser and operating system is supported. High possibilty that lower version are working well, but not guaranteed. There are not enough resources to test all versions. | ||
|
||
Use this section to tell people about which versions of your project are | ||
currently being supported with security updates. | ||
Supported browsers for web applications: | ||
|
||
| Version | Supported | | ||
| ------- | ------------------ | | ||
| 5.1.x | :white_check_mark: | | ||
| 5.0.x | :x: | | ||
| 4.0.x | :white_check_mark: | | ||
| < 4.0 | :x: | | ||
| Browser | Version | Supported | | ||
|-------------------|----------------|--------------------| | ||
| Google Chrome | Latest | :white_check_mark: | | ||
| Firefox | Latest | :white_check_mark: | | ||
| Safari | Latest | :white_check_mark: | | ||
| Chromium Browsers | Latest | :white_check_mark: | | ||
| Other | Lower versions | :x: | | ||
|
||
## Reporting a Vulnerability | ||
Supported operating systems for native applications: | ||
|
||
Use this section to tell people how to report a vulnerability. | ||
| Operating system | Version | Supported | | ||
|------------------|----------------|--------------------| | ||
| Android | Latest | :white_check_mark: | | ||
| iOS | Latest | :white_check_mark: | | ||
| Other | Lower versions | :x: | | ||
|
||
Tell them where to go, how often they can expect to get an update on a | ||
reported vulnerability, what to expect if the vulnerability is accepted or | ||
declined, etc. | ||
## Reporting a Vulnerability | ||
You can create an issue in the repository. The issue will be reviewed and a decision will be made on how to proceed. | ||
If the issue is accepted, it will be fixed in the next release. If the issue is rejected, the reason will be explained in the issue. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters