Skip to content

Commit 35a8a3c

Browse files
Merge pull request #709 from KelvinTegelaar/dev
Pushing Dev to Release
2 parents 678504b + ab2833e commit 35a8a3c

File tree

85 files changed

+7286
-13684
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

85 files changed

+7286
-13684
lines changed

.github/FUNDING.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
# These are supported funding model platforms
3+
4+
github: [kelvintegelaar]

.github/workflows/Node_Project_Check.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ name: NodeJS Project Check
33
on: # yamllint disable-line rule:truthy
44
push:
55
branches:
6-
- master
76
- main
8-
- react
7+
- dev
98
pull_request:
109
branches:
11-
- master
1210
- main
13-
- react
11+
- dev
1412
concurrency:
1513
group: ${{ github.workflow }}-${{ github.event_name == 'pull_request' && github.head_ref || github.ref }}
16-
cancel-in-progress: true
14+
cancel-in-progress: false
1715
jobs:
1816
install-build:
1917
name: NPM Install and Build

.vscode/extensions.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"recommendations": [
3+
"github.vscode-codeql",
4+
"dbaeumer.vscode-eslint",
5+
"eg2.vscode-npm-script",
6+
"christian-kohler.npm-intellisense",
7+
"esbenp.prettier-vscode",
8+
"stylelint.vscode-stylelint"
9+
]
10+
}

SECURITY.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
The current [release](https://github.com/KelvinTegelaar/CIPP/releases) is the only "supported version" and should not have any security bugs. However if you find a security issue in an older release feel free to also report this in case of regression, We'd rather know we made a mistake at one point in time and avoid that in the future.
6+
7+
## Reporting a Vulnerability
8+
9+
Reporting a vulnerability is best done by emailing [[email protected]](mailto:[email protected]?subject=CIPP Security Issue) but you can also message an admin directly on the CyberDrain Discord. All relevant contributors will be alerted and can discuss the issue in private and address it if appropriate. It will help in making the fix available as soon as possible without endangering other users of the product.
10+
11+
We will publicly release any security report after the resolution, including all communications. If you would rather have only the bug report public, please let us know in the report.
12+
13+
## Notifications and security advisories
14+
15+
We report any security notification via the GitHub notification and advisory system. Sponsors that are hosted will also receive a notification in case a major bug has been found.
16+
17+
## Bounties and Rewards
18+
19+
This project is an open-source sponsorware effort, which makes it hard to create a monetary reward without breaking the bank very quickly. for *critical* level bugs, that cause RCE/API data leaks/etc I will award a 50 dollar reward. For other bugs, I potentially am able to reward with some swag such as an official CyberDrain T-shirt or hoodie :)

0 commit comments

Comments
 (0)