diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml deleted file mode 100644 index 973a5aa..0000000 --- a/.github/FUNDING.yml +++ /dev/null @@ -1,2 +0,0 @@ -github: thomseddon - diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ebd5f9d..9c823f7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -62,7 +62,7 @@ First, clone and install this project from source via ```bash $ git clone git@github.com:node-oauth/node-oauth2-server.git $ cd node-oauth2-server -$ git checkout developmemt # important! do not work on master! +$ git checkout development # important! do not work on master! $ npm install ``` @@ -91,7 +91,7 @@ We use a commit convention, inspired by [angular commit message format](https:// with ticket number at the end of summary: ``` -(): # +(): # ``` Summary in present tense. Not capitalized. No period at the end. The and fields are mandatory, the () and # field is optional. diff --git a/README.md b/README.md index 47cf627..95a4805 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Complete, compliant and well tested module for implementing an OAuth2 server in [Node.js](https://nodejs.org). -NOTE: This project has been forked from [oauthjs/node-oauth2-server](https://github.com/oauthjs/node-oauth2-server) and is a continuition due to the project appearing to be abandoned. Please see [this issue](https://github.com/node-oauth/node-oauth2-server/issues/2) to talk about next steps and the future of this project. +NOTE: This project has been forked from [oauthjs/node-oauth2-server](https://github.com/oauthjs/node-oauth2-server) and is a continuation due to the project appearing to be abandoned. Please see [our issue board](https://github.com/node-oauth/node-oauth2-server/issues) to talk about next steps and the future of this project. ## Installation @@ -52,5 +52,4 @@ This project supports the node versions along the ## Contributing to this project Please read our [contribution guide](./CONTRIBUTING.md) before taking actions. -In any case, please open an issue before opening a pull request to find out, -whether your intend to contribute will actually have a chance to be merged. +In any case, please open an issue before opening a pull request to find out whether your intended contribution will actually have a chance to be merged. diff --git a/SECURITY.md b/SECURITY.md index 697becd..f0cc8ef 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -13,12 +13,13 @@ currently being supported with security updates. ## Reporting a Vulnerability -Report security vulnerabilities to info[at]jankuester[dot]com +Report security vulnerabilities to info@jankuester.com -Please specify exactly how the vulnerability is to be exploited so we can estime how severe the consequences can be (unless you also can specifiy them, too). -Note, that we need to reproduce the vulnerability (as like with bugs) in order to safely fix it. +Please specify exactly how the vulnerability is to be exploited so we can estimate how severe the consequences can be (unless you also can specify them, too). + +Please note that we need to reproduce the vulnerability (as like with bugs) in order to safely fix it. A fix will be implemented in private until we can ensure the vulnerability is closed. A new release will immediately be published. -If you want to provide a fix please let us know in the Email so we can setup a completely private repository to work on it together. +If you want to provide a fix please let us know in the e-mail so we can setup a completely private repository to work on it together. -Note, that security fixes will also require to pass all tests and audits. +Finally, all security fixes will also require to pass all tests and audits. diff --git a/package-lock.json b/package-lock.json index fdb1e2d..c04ae94 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1719,12 +1719,6 @@ "p-locate": "^5.0.0" } }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, "lodash.flattendeep": { "version": "4.4.0", "resolved": "https://registry.npmjs.org/lodash.flattendeep/-/lodash.flattendeep-4.4.0.tgz", diff --git a/package.json b/package.json index 081dcbb..04999c5 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,5 @@ "doc": "docs", "lib": "lib", "test": "test" - }, - "author": "" + } }