-
[Node.js can, to some extent, statically analyze exports when importing CJS from ESM, allowing for namespace imports](https://nodejs.org/api/esm.html#esm_commonjs_namespaces)
esbuild currently gene…
-
I'm a PhD student interested in finding security vulnerabilities in open source projects.
We found a total of 86 warnings (indicating potential vulnerabilities) when running the CogniCrypt static an…
-
**Brief description:**
This analyzer would help developers understand when they're trying to use a `type` within a scope that has been overridden by some other identifier (most likely a member of t…
-
Xcode's static analyzer detected dead store in following code:
``` objective-c
NSStringEncoding stringEncoding = self.stringEncoding;
if (response.textEncodingName) {
CFStringEncoding…
-
Hello,
In Laravel 7.12.0 app I added
"elasticquent/elasticquent": "dev-master" plugin and
I try to implement sample data example from
https://www.elastic.co/blog/a-practical-introduction-to-ela…
-
Hi, given the raise of static analysis tools that can interpret both DQL ([phpstan-doctrine](https://github.com/phpstan/phpstan-doctrine)) and SQL ([phpstan-dba](https://github.com/staabm/phpstan-dba)…
-
_This issue has been moved from [a ticket on Developer Community](https://developercommunity.visualstudio.com/t/feature-request-Insight-into-what-exce/10471183)._
---
Roslyn must be able to see what …
-
**Description**
Currently, if both containers for model analyzer and Triton inference server are being deployed, so while collecting data from respective sources from their metrics endpoint port, Thi…
-
| | |
| --- | --- |
| Bugzilla Link | [18109](https://llvm.org/bz18109) |
| Version | trunk |
| OS | MacOS X |
| Attachments | [PluginChecker.cpp: Source code of plugin. .so: plugin build, example.c…
-
Hi,
Thanks for your library! I have discovered the following issue:
The method `allOneOf($values, $values, $message = '')` of `Webmozart\Assert` has in the signature two variables with the same name…