Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature: Add SECURITY.md #177

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ assignees: ''

---

* To report vulnerabilities please refer [SECURITY.md](https://github.com/datakaveri/dx-acl-apd/blob/main/SECURITY.md)

### Current Behavior:
<!-- A concise description of what you're experiencing. -->
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/update_wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
cp -r LICENSE wiki/LICENSE.md |
cp -r CODE_OF_CONDUCT.md wiki/ |
cp -r CONTRIBUTING.md wiki/ |
cp -r SECURITY.md wiki/ |
ls -la wiki/

- name: Copy and Modify README for Wiki
Expand Down Expand Up @@ -69,6 +70,7 @@ jobs:
mv wiki/LICENSE.md wiki/08-License.md
mv wiki/CODE_OF_CONDUCT.md wiki/09-Code-of-conduct.md | sed -i -e 's/.\/docs\/cdpg.png/cdpg.png/ ' wiki/09-Code-of-conduct.md
mv wiki/CONTRIBUTING.md wiki/10-Contributing.md | sed -i -e 's/.\/docs\/cdpg.png/cdpg.png/ ' wiki/10-Contributing.md
mv wiki/SECURITY.md wiki/11-Security.md | sed -i -e 's/.\/docs\/cdpg.png/cdpg.png/ ' wiki/11-Security.md
ls -la wiki # List files to verify renaming


Expand Down
25 changes: 25 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<p align="center">
<img src="./docs/cdpg.png" width="300">
</p>

**Thanks for reporting the vulnerability issue**! :vulcan_salute:
<br>
If you find any potential vulnerabilities in Data Exchange servers, please report it to us in a confidential way
by adding the following content in the email:

```
From: <email-ID>
To: DX Admin <[email protected]>, DX Support <[email protected]>
Subject: Vulnerability report
Attachement: <screenshots, reports, videos, etc., >
Body:
Type of the issue: <ex: SQL Injection>,
Affected files: <path to affect files>,
Prerequisities: <configurations to reproduce the issue>,
Steps: <All the steps to follow to reproduce the issue>,
Impact of the issue: <About the issue causing any further problems>,
Anything else: <links? references? anything that will give us more context about the issue>

```


Loading