Cole-Greer commented on code in PR #3157:
URL: https://github.com/apache/tinkerpop/pull/3157#discussion_r2268548487


##########
docs/src/reference/the-traversal.asciidoc:
##########
@@ -5254,6 +5254,60 @@ location. Please see the <<io-step,documentation>> for 
`io()`-step for more comp
 
 
link:++https://tinkerpop.apache.org/javadocs/x.y.z/full/org/apache/tinkerpop/gremlin/process/traversal/dsl/graph/GraphTraversal.html#write()++[`write()`]
 
+[[traversal-parameterization]]
+== Traversal Parameterization
+
+A subset of gremlin steps are able to accept parameterized arguments also 
known as GValues. GValues can be used to
+provide protection against gremlin-injection attacks in cases where untrusted 
and unsanitized inputs must be passed as
+step arguments. Additionally, use of GValues may offer performance benefits in 
certain environments by making use of
+some query caching capabilities. Note that the reference implementation of the 
gremlin language and `gremlin-server` do

Review Comment:
   Reminder: Document the new script cache in GremlinLangScriptEngine and 
update this section with an appropriate reference.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to