Skip to content

Commit

Permalink
Merge pull request #46 from node-oauth/feature.small-cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
HappyZombies authored Oct 15, 2021
2 parents 8e05cb5 + 100e8ae commit ffb28c3
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .github/FUNDING.yml

This file was deleted.

4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down Expand Up @@ -91,7 +91,7 @@ We use a commit convention, inspired by [angular commit message format](https://
with ticket number at the end of summary:

```
<type>(<scope>): <short summary> #<issue nuber>
<type>(<scope>): <short summary> #<issue number>
```
Summary in present tense. Not capitalized. No period at the end.
The <type> and <summary> fields are mandatory, the (<scope>) and #<number> field is optional.
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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.
11 changes: 6 additions & 5 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
6 changes: 0 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,5 @@
"doc": "docs",
"lib": "lib",
"test": "test"
},
"author": ""
}
}

0 comments on commit ffb28c3

Please sign in to comment.