-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Charmender #8
base: master
Are you sure you want to change the base?
Conversation
Quality Gate failedFailed conditions11 New issues See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
3ab1fab
to
527bbe4
Compare
527bbe4
to
5162d71
Compare
Quality Gate failedFailed conditions See analysis details on SonarQube Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
|
||
public void myVulnerability2() { | ||
try { | ||
DriverManager.getConnection("jdbc:derby:memory:myDB;create=true", "login", ""); |
Check failure
Code scanning / SonarCloudsquad-3
A secure password should be used when connecting to a database High test
|
||
public void myVulnerability() { | ||
try { | ||
DriverManager.getConnection("jdbc:derby:memory:myDB;create=true", "login", ""); |
Check failure
Code scanning / SonarCloudsquad-3
A secure password should be used when connecting to a database High test
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
|
||
public void myVulnerability() { | ||
try { | ||
DriverManager.getConnection("jdbc:derby:memory:myDB;create=true", "login", ""); |
Check failure
Code scanning / SonarCloudsquad-5
A secure password should be used when connecting to a database High test
|
||
public void myVulnerability2() { | ||
try { | ||
DriverManager.getConnection("jdbc:derby:memory:myDB;create=true", "login", ""); |
Check failure
Code scanning / SonarCloudsquad-5
A secure password should be used when connecting to a database High test
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
|
||
public void myVulnerability() { | ||
try { | ||
DriverManager.getConnection("jdbc:derby:memory:myDB;create=true", "login", ""); |
Check failure
Code scanning / SonarCloudsquad-1
A secure password should be used when connecting to a database High test
|
||
public void myVulnerability2() { | ||
try { | ||
DriverManager.getConnection("jdbc:derby:memory:myDB;create=true", "login", ""); |
Check failure
Code scanning / SonarCloudsquad-1
A secure password should be used when connecting to a database High test
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
|
||
public void myVulnerability() { | ||
try { | ||
DriverManager.getConnection("jdbc:derby:memory:myDB;create=true", "login", ""); |
Check failure
Code scanning / SonarCloud
A secure password should be used when connecting to a database High test
|
||
public void myVulnerability2() { | ||
try { | ||
DriverManager.getConnection("jdbc:derby:memory:myDB;create=true", "login", ""); |
Check failure
Code scanning / SonarCloud
A secure password should be used when connecting to a database High test
|
||
public void myVulnerability() { | ||
try { | ||
DriverManager.getConnection("jdbc:derby:memory:myDB;create=true", "login", ""); |
Check failure
Code scanning / SonarCloudDev
A secure password should be used when connecting to a database High test
|
||
public void myVulnerability2() { | ||
try { | ||
DriverManager.getConnection("jdbc:derby:memory:myDB;create=true", "login", ""); |
Check failure
Code scanning / SonarCloudDev
A secure password should be used when connecting to a database High test
Quality Gate failedFailed conditions See analysis details on SonarCloud Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
No description provided.