mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 09:46:53 +00:00
Co-authored-by: semgrep-companion-app[bot] <218312740+semgrep-companion-app[bot]@users.noreply.github.com>
9 lines
191 B
Plaintext
9 lines
191 B
Plaintext
{% set os = detect_api.detect_os() %}
|
|
include(sanitizers)
|
|
|
|
[conf]
|
|
{% if os == "Linux" %}
|
|
user.package:libc_version=2.31
|
|
tools.info.package_id:confs+=["user.package:libc_version"]
|
|
{% endif %}
|