mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Changed query message text as requested
This commit is contained in:
@@ -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."
|
||||
|
||||
|
||||
@@ -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. |
|
||||
|
||||
Reference in New Issue
Block a user