Skip to content

Is sqlg affected by the vulnerability of Apache Commons Text? #468

Answered by pietermartin
antheil asked this question in Q&A
Discussion options

You must be logged in to vote

No, a search in Sqlg shows that Sqlg itself only uses,
org.apache.commons.text.RandomStringGenerator
org.apache.commons.text.StringEscapeUtils

If I read the vulnerability correctly it refers to org.apache.commons.text.lookup.StringLookup

Apache Commons Text is however also used by TinkerPop's gremlin-core and gremlin-language and gremlin-test.
Searching in there is looks like it only uses,

org.apache.commons.text.StringEscapeUtils
org.apache.commons.text.TextStringBuilder

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pietermartin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants