Is sqlg affected by the vulnerability of Apache Commons Text? #468
-
A vulnerability was found in Apache Commons Text recently. Is slqg affected by that? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
No, a search in Sqlg shows that Sqlg itself only uses, If I read the vulnerability correctly it refers to Apache Commons Text is however also used by
|
Beta Was this translation helpful? Give feedback.
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
andgremlin-language
andgremlin-test
.Searching in there is looks like it only uses,
org.apache.commons.text.StringEscapeUtils
org.apache.commons.text.TextStringBuilder