Socket
Book a DemoInstallSign in
Socket

@secretlint/secretlint-rule-basicauth

Package Overview
Dependencies
Maintainers
2
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@secretlint/secretlint-rule-basicauth

A secretlint rule that check Basic Authentication.

latest
Source
npmnpm
Version
11.2.5
Version published
Maintainers
2
Created
Source

@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[]

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

Keywords

secretlint

FAQs

Package last updated on 11 Oct 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts