Skip to content

Sensitive Data: Jenkins Default Login

Identifier: jenkins_weak_password

Scanner(s) Support

GraphQL Scanner REST Scanner WebApp Scanner

Description

Jenkins credentials of admin:admin were discovered.

Configuration

Example

Example configuration:

---
security_tests:
  jenkins_weak_password:
    assets_allowed:
    - REST
    - GRAPHQL
    - WEBAPP
    skip: false

Reference

assets_allowed

Type : List[AssetType]*

List of assets that this check will cover.

skip

Type : boolean

Skip the test if true.