Mariadb Password

Description

The source code repository contains sensitive information: MariaDB Password

Weakness:

009 - Sensitive information in source code

Category: Information Collection

Detection Strategy

    Matches MariaDB Password patterns in source code and configuration files

Vulnerable code example

mariadb://dbuser:s3cr3tpassword@localhost/mydb
jdbc:mariadb://admin:[email protected]:3306/app
MARIADB_URL="mariadb://root:[email protected]:3306/prod"