0xG0nz0

Results 15 issues of 0xG0nz0

This C++ template method header declaration: ``` template T read(std::istream& in); ``` triggered a false positive: ``` sdk/serialization.h:17: [1] (buffer) read:Check buffer boundaries if used in a loop including recursive...

E.g. declaring a C++ namespace called `system` raises this warning: ``` sdk/command.h:415: [4] (shell) system: This causes a new program to execute and is difficult to use safely (CWE-78). try...

### Description An example -- note it's *not* just uv pip install that is non-deterministic, but here you can see the same command run twice fails initially and then succeeds...

component/vz

This happens straight away with an empty project and "cargo add jlrs": ``` error[E0425]: cannot find value `SELECTED_MINOR_VERSION` in this scope --> /usr/local/cargo/registry/src/index.crates.io-6f17d22bba15001f/jlrs-macros-0.2.1/src/version.rs:198:21 | 6 | const LTS_MINOR_VERSION: usize =...

In `~/.vscode-server/extensions/github.vscode-github-actions-0.26.3/script/workspace/package-lock.json`: ``` "vscode-github-actions": { "version": "0.25.6", ``` So it looks like the declared version in the lock file (0.25.6) is older than the package version (0.26.3). This in turn...

bug