concat_ws in sqlite #10715
-
|
Hey Folks, Does Fluetnbit tail plugin use concat_ws function in sqlite. Asking this to evaluate impact of https://nvd.nist.gov/vuln/detail/CVE-2025-3277 Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
patrick-stephens
Sep 12, 2025
Replies: 1 comment
-
|
You can check the code directly: I guess there may be transient calls, i.e. FB calls another function that calls it, but those can be audited too. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
patrick-stephens
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can check the code directly:
https://github.com/search?q=repo%3Afluent%2Ffluent-bit%20concat_ws&type=code
I guess there may be transient calls, i.e. FB calls another function that calls it, but those can be audited too.