mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
However, as illustrated by the `CWE-327-InsecureProtocol` test, this fix is NOT good enough, since now even the `secure_context` is considered to be insecure (for both versions). Ouch. Will fix this in a later commit, since it was only discoverd late on.
171 B
171 B
category
| category |
|---|
| minorAnalysis |
- Fixed module resolution so we allow imports of definitions that have had an attribute assigned to it, such as
class Foo; Foo.bar = 42.