sample_secure_resources.json
{
"security-testing":{
"fakepdo":{
"string":{
"dsn":"dbname=fake_db,host=localhost;",
"username":"some_fake_user"
},
"secure":{
"password":"ThePlainTextPassword8674"
}
}
}
}