mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
16 lines
527 B
XML
16 lines
527 B
XML
<sample>
|
|
<db pwd=""/>
|
|
<db pwd="foo"/>
|
|
<db dwp=""/>
|
|
<db dwp="foo"/>
|
|
<db Password=""/>
|
|
<db Password="foo"/>
|
|
<db drowssaP=""/>
|
|
<db drowssaP="foo"/>
|
|
<db connectionString="Driver=ODBCDriver;server=ODBCServer;"/>
|
|
<db connectionString="Driver=ODBCDriver;server=ODBCServer;pwd=;"/>
|
|
<db connectionString="Driver=ODBCDriver;server=ODBCServer;password=;"/>
|
|
<db connectionString="Driver=ODBCDriver;server=ODBCServer;pwd=foo;"/>
|
|
<db connectionString="Driver=ODBCDriver;server=ODBCServer;password=foo;"/>
|
|
</sample>
|