Skip to content

Commit be3d293

Browse files
author
Denis Levin
committed
Changed query message text as requested
1 parent 276deee commit be3d293

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

csharp/ql/src/Security Features/CWE-327/DontInstallRootCert.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@ class AddCertToRootStoreConfig extends DataFlow::Configuration {
3232

3333
from Expr oc, Expr mc, AddCertToRootStoreConfig config
3434
where config.hasFlow(DataFlow::exprNode(oc), DataFlow::exprNode(mc))
35-
select mc, "Certificate added to the root certificate store. Do not add certificates to root certificate store."
35+
select mc, "Certificate added to the root certificate store."
3636

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
| Test.cs:20:13:20:17 | access to local variable store | Certificate added to the root certificate store. Do not add certificates to root certificate store. |
2-
| Test.cs:30:13:30:17 | access to local variable store | Certificate added to the root certificate store. Do not add certificates to root certificate store. |
3-
| Test.cs:75:13:75:17 | access to local variable store | Certificate added to the root certificate store. Do not add certificates to root certificate store. |
1+
| Test.cs:20:13:20:17 | access to local variable store | Certificate added to the root certificate store. |
2+
| Test.cs:30:13:30:17 | access to local variable store | Certificate added to the root certificate store. |
3+
| Test.cs:75:13:75:17 | access to local variable store | Certificate added to the root certificate store. |

0 commit comments

Comments
 (0)