@secretlint/secretlint-rule-basicauth
v9.0.0
Published
A secretlint rule that check Basic Authentication.
Downloads
41,684
Readme
@secretlint/secretlint-rule-basicauth
A secretlint rule that check Basic Authentication.
Install
Install with npm:
npm install @secretlint/secretlint-rule-basicauth
Usage
Via .secretlintrc.json
(Recommended)
{
"rules": [
{
"id": "@secretlint/secretlint-rule-basicauth"
}
]
}
MessageIDs
BasicAuth
found basic auth credential: {{CREDENTIAL}}
Disallow to use <protocol>://<user>:<pass>@<host>
in plain text.
Basic Authentication includes a credential like user:pass@host
.
Options
allows: string[]
- Allows a list of RegExp-like String
Changelog
See Releases page.
Running tests
Install devDependencies and Run npm test
:
npm test
Contributing
Pull requests and stars are always welcome.
For bugs and feature requests, please create an issue.
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
License
MIT © azu