Skip to content

Commit e619f01

Browse files
authored
Merge pull request #40 from minvws/security.md
Added SECURITY.md
2 parents 59b1fc6 + 75d8753 commit e619f01

File tree

1 file changed

+52
-0
lines changed

1 file changed

+52
-0
lines changed

SECURITY.md

Lines changed: 52 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,52 @@
1+
# Responsible Disclosure Statement
2+
3+
The security of our systems is top priority.
4+
No matter how much effort we put into system security, there might be vulnerabilities present.
5+
If you discover a vulnerability, we would like to know about it so we can take steps to address it.
6+
We would like to ask you to help us protect our users and our systems.
7+
8+
## Please do the following
9+
10+
Submit your findings via the Dutch Government GOV-CERT:
11+
12+
<https://www.ncsc.nl/contact/kwetsbaarheid-melden>
13+
14+
And reference the "MinVWS/CIO-office, OpenID Connect Package for Laravel" in your report.
15+
16+
Please do not publicly disclose these details without contacting us first. In return we will
17+
investigate all received vulnerability reports and, where needed, will take appropriate action
18+
as soon as is warranted.
19+
20+
In most cases this will be a workaround/mitigation first, followed by a fix
21+
and finally a public disclosure (and CVE number/report at MITRE).
22+
23+
## Do's
24+
25+
- Report the vulnerability as quickly as is reasonably possible, to minimise the risk of hostile actors finding it and taking advantage of it.
26+
- Report in a manner that safeguards the confidentiality of the report so that others do not gain access to the information.
27+
- Provide sufficient information to reproduce the finding, so we will be able to resolve it. Usually, the IP address or the URL of the affected system and a description of the vulnerability will be sufficient.
28+
But complex vulnerabilities may require further explanation.
29+
30+
## Dont's
31+
32+
- Reveal the finding to others until it is resolved.
33+
- Build your own backdoor in an information system with the intention of then using it to demonstrate the vulnerability, because doing so can cause additional damage and create unnecessary security risks.
34+
- Utilise a vulnerability further than necessary to establish its existence.
35+
- Copy, modify or delete data on the system. An alternative for doing so is making a directory listing of the system.
36+
- Make changes to the system.
37+
- Repeatedly gain access to the system or sharing access with others.
38+
- Use brute force attacks, attacks on physical security, social engineering, distributed denial of service, spam or applications of third parties to gain access to the system.
39+
40+
## What we promise (see <https://www.ncsc.nl/> for full details)
41+
42+
- We strive to respond to your report within 1 business days with our evaluation of the report and an expected resolution date. We will adhere to the NCSC.nl policy of a 60 day disclose and publish.
43+
- If you have followed the instructions above, we will not take any legal action against you concerning the report.
44+
- We will not pass on your personal details to third parties without your permission, unless it is necessary to comply with a legal obligation. Reporting under a pseudonym or anonymous is possible.
45+
- We will keep you informed of the progress towards resolving the finding.
46+
- In the public information concerning the reported finding, we will give your name as the discoverer of the finding (unless you desire otherwise).
47+
48+
We strive to resolve all findings as quickly as possible, and we would like to play an active role in the ultimate publication on the finding after it is resolved.
49+
50+
This Responsible Disclosure policy is based on an example written by Floor Terra and the [Responsible Disclosure Guideline of the NCSC](https://english.ncsc.nl/publications/publications/2019/juni/01/coordinated-vulnerability-disclosure-the-guideline).
51+
52+
The information on <https://www.ncsc.nl/contact/kwetsbaarheid-melden> is authoritative.

0 commit comments

Comments
 (0)