-
| --- | --- |
| Bugzilla Link | [485142](https://bugs.eclipse.org/bugs/show_bug.cgi?id=485142) |
| Status | NEW |
| Importance | P3 enhancement |
| Reported | Jan 04, 2016 08:43 EDT |
| Modified …
-
Let's add static analysis tools, like flake8/mypy/ruff/etc into the automatic build.
The questions are:
- Which tools do we want to use?
- Which rules?
Maybe we also want to make sure that t…
-
Hello,
This is not a regular issue but more like some suggestions.
I have some plans to improve the current rbpf vm, I would like to know if the rbpf community is also interested in those to…
-
While the project has been around for decades, it would be great to run some static analsys tools on both existing code and new changes.
Focus here is CI for incoming changes. If a specific tool do…
-
**Describe the bug**
A clear and concise description of what the bug is.
Coverity SA tool reports a number of issues
I have triaged and classified most. The 'New' ones i have not looked at yet.
I …
-
**Describe the bug**
A clear and concise description of what the bug is.
This is Static Analysis report of oqsprovider. SA was done using SonarQube. There is an issue already as per Coverity Stati…
-
Static code analysis is when analyzer programs check our code and pinpoint issues. Visual Studio has a lot of such analyzers built-in, for example, if you see build warnings or other hints, those are …
-
C++ is a complex beast, and there is a number of static code analysis (SCA) tools which aim to help developers tame this complexity. The tools are run best as part of the build, _but_ they can be slow…
-
Talking with @benbp and we know we will have some effort coming here.
- [ ] Identify out of date `FROM` statements
- [ ] How do we ensure that non-tag related dependencies are updated?
- [ ] How …
-
Check in static analysis that we never remove from `Keys` unless we have matching insert at the same function that inserts with the same map key like in `replace_neuron`:
```rust
// Remove uid_to_rep…