Skip to content

Vendor OSInfo from xerial/sqlite-jdbc with Apache-2.0 license#171

Merged
bernardladenthin merged 3 commits into
mainfrom
claude/investigate-osinfo-origin-wlzH0
May 20, 2026
Merged

Vendor OSInfo from xerial/sqlite-jdbc with Apache-2.0 license#171
bernardladenthin merged 3 commits into
mainfrom
claude/investigate-osinfo-origin-wlzH0

Replace custom AndroidSignatureIgnore with standard @IgnoreJRERequire…

ab67a30
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL succeeded May 20, 2026 in 5s

2 new alerts including 1 medium severity security vulnerability

New alerts in code changed by this pull request

Security Alerts:

  • 1 medium

Other Alerts:

  • 1 note

See annotations below for details.

View all branch alerts.

Annotations

Check warning on line 284 in src/main/java/net/ladenthin/llama/OSInfo.java

See this annotation in the file changed.

Code scanning / CodeQL

Executing a command with a relative path Medium

Command with a relative path 'which' is executed.

Check notice on line 284 in src/main/java/net/ladenthin/llama/OSInfo.java

See this annotation in the file changed.

Code scanning / CodeQL

Deprecated method or constructor invocation Note

Invoking
Runtime.exec
should be avoided because it has been deprecated.