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.
2 parents 61cb03e + 972cd2b commit 6b7522fCopy full SHA for 6b7522f
csharp/ql/src/Likely Bugs/ThreadUnsafeICryptoTransform.ql
@@ -52,6 +52,7 @@ class ICryptoTransform extends ValueOrRefType {
52
}
53
54
from UnsafeField field
55
+where field.fromSource()
56
select field,
57
"Static field '" + field.getName() +
58
"' contains a 'System.Security.Cryptography.ICryptoTransform' that could be used in an unsafe way."
0 commit comments