|
2 | 2 | <checkstyle version="1.5"> |
3 | 3 | <file name="codacy-csharp-security-hard-coded-password.cs"> |
4 | 4 | <error source="codacy.csharp.security.hard-coded-password" line="9" message="Hardcoded passwords are a security risk." severity="error" /> |
5 | | - <error source="codacy.csharp.security.null-dereference" line="23" message="Potential null dereference detected." severity="error" /> |
6 | | - <error source="codacy.csharp.security.null-dereference" line="26" message="Potential null dereference detected." severity="error" /> |
7 | | - <error source="codacy.csharp.security.null-dereference" line="26" message="Potential null dereference detected." severity="error" /> |
| 5 | + <error source="codacy.csharp.security.hard-coded-password" line="10" message="Hardcoded passwords are a security risk." severity="error" /> |
| 6 | + <error source="codacy.csharp.security.null-dereference" line="25" message="Potential null dereference detected." severity="error" /> |
| 7 | + <error source="codacy.csharp.security.null-dereference" line="28" message="Potential null dereference detected." severity="error" /> |
| 8 | + <error source="codacy.csharp.security.null-dereference" line="28" message="Potential null dereference detected." severity="error" /> |
8 | 9 | </file> |
9 | 10 | <file name="test_find_all_passwords_and_empty_string.pls"> |
10 | | - <error source="codacy.generic.plsql.empty-strings" line="29" message="Empty strings can lead to unexpected behavior and should be handled carefully." severity="warning" /> |
| 11 | + <error source="codacy.generic.plsql.empty-strings" line="33" message="Empty strings can lead to unexpected behavior and should be handled carefully." severity="warning" /> |
11 | 12 | <error source="codacy.generic.plsql.find-all-passwords" line="6" message="Hardcoded or exposed passwords are a security risk." severity="error" /> |
12 | 13 | <error source="codacy.generic.plsql.find-all-passwords" line="7" message="Hardcoded or exposed passwords are a security risk." severity="error" /> |
13 | 14 | <error source="codacy.generic.plsql.find-all-passwords" line="8" message="Hardcoded or exposed passwords are a security risk." severity="error" /> |
| 15 | + <error source="codacy.generic.plsql.find-all-passwords" line="9" message="Hardcoded or exposed passwords are a security risk." severity="error" /> |
| 16 | + <error source="codacy.generic.plsql.find-all-passwords" line="10" message="Hardcoded or exposed passwords are a security risk." severity="error" /> |
14 | 17 | </file> |
15 | 18 | <file name="test_resource_injection.pls"> |
16 | 19 | <error source="codacy.generic.plsql.resource-injection" line="16" message="Resource injection detected." severity="error" /> |
|
0 commit comments