Changed query message text as requested

This commit is contained in:
Denis Levin
2018-08-20 14:02:33 -07:00
parent 276deee68c
commit be3d2931e3
2 changed files with 4 additions and 4 deletions

View File

@@ -32,5 +32,5 @@ class AddCertToRootStoreConfig extends DataFlow::Configuration {
from Expr oc, Expr mc, AddCertToRootStoreConfig config
where config.hasFlow(DataFlow::exprNode(oc), DataFlow::exprNode(mc))
select mc, "Certificate added to the root certificate store. Do not add certificates to root certificate store."
select mc, "Certificate added to the root certificate store."

View File

@@ -1,3 +1,3 @@
| 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. |
| 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. |
| 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. |
| Test.cs:20:13:20:17 | access to local variable store | Certificate added to the root certificate store. |
| Test.cs:30:13:30:17 | access to local variable store | Certificate added to the root certificate store. |
| Test.cs:75:13:75:17 | access to local variable store | Certificate added to the root certificate store. |