Skip to content

Conversation

@bitterpanda63
Copy link
Member

No description provided.

@codecov
Copy link

codecov bot commented Oct 23, 2025

Codecov Report

❌ Patch coverage is 0% with 6 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...i/vulnerabilities/sql_injection/GetBinaryPath.java 0.00% 6 Missing ⚠️

📢 Thoughts on this report? Let us know!

private static String getLibCVariant() {
try {
Process process = new ProcessBuilder("uname", "-o").start();
// ldd --version, if supported, returns something like `musl libc (aarch64)` for musl
Copy link

@aikido-pr-checks aikido-pr-checks bot Oct 23, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Comment describes ldd output (what) instead of explaining why ldd is used for musl detection (why).

Feedback

Post a comment with the following structure to provide feedback on this finding:

@AikidoSec feedback: [FEEDBACK]

Aikido will process this feedback into learnings to give better review comments in the future.
More info

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant