-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
af14871
commit 23a4ef4
Showing
6 changed files
with
6,477 additions
and
6,474 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,19 +1,16 @@ | ||
.gitignore | ||
test/ | ||
coverage/ | ||
.eslintrc.js | ||
tsconfig.json | ||
.github/ | ||
.eslintignore | ||
src/ | ||
tsup.config.ts | ||
jest.config.mjs | ||
examples/ | ||
*.tgz | ||
.prettierrc.mjs | ||
.prettieriignore | ||
docs/ | ||
.prettierignore | ||
.vscode/ | ||
typedoc.json | ||
CODE_OF_CONDUCT.md | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
biome.json |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,6 @@ | |
|
||
I take all security issues in EasyOCSP seriously. I appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions. | ||
|
||
To make a security vulnerability report, email me at [[email protected]](mailto:[email protected]) with the full details, including steps to reproduce the issue. You can use this [PGP key](https://timokoessler.de/pgp-key.txt) to encrypt the email. Please write the email in English or German. | ||
To make a security vulnerability report, email me at [[email protected]](mailto:[email protected]) with the full details, including steps to reproduce the issue. You can use my [PGP key](https://timokoessler.de/pgp-key.txt) or my [S/MIME key](https://timokoessler.de/smime.txt) to encrypt the email. Please write the email in English or German. | ||
|
||
I will check the vulnerability as soon as possible and answer you within 48 hours. |
Oops, something went wrong.