github.com/google/osv-scalibr@v0.4.1/extractor/filesystem/secrets/pgpass/testdata/invalid (about)

     1  # password should not be equal to wildcard
     2  localhost:5432:mydb:myuser:*
     3  # port is not a number
     4  hostname:port:db:user:password
     5  # 4 groups instead of 5
     6  localhost:1234:db:user
     7  # 5 groups instead of 6
     8  hostname:1234:db:user:password:extra
     9  # unescaped columns in password
    10  localhost:1234:db:user:pass:word