We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 136adb2 commit 76e6f81Copy full SHA for 76e6f81
csharp/ql/lib/semmle/code/csharp/dataflow/internal/ExternalFlow.qll
@@ -228,7 +228,7 @@ module ModelValidation {
228
not type.regexpMatch("[a-zA-Z0-9_<>,\\+]+") and
229
result = "Dubious type \"" + type + "\" in " + pred + " model."
230
or
231
- not name.regexpMatch("[a-zA-Z0-9_<>,]*") and
+ not name.regexpMatch("[a-zA-Z0-9_<>,\\.]*") and
232
result = "Dubious member name \"" + name + "\" in " + pred + " model."
233
234
not signature.regexpMatch("|\\([a-zA-Z0-9_<>\\.\\+\\*,\\[\\]]*\\)") and
0 commit comments