File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11lgtm,codescanning
22* Add support for version 5 of the Kryo serialzation/deserialization framework.
3- * Add support for detecting safe uses of Kryo utilizing `KryoPool.Builder. ( #4992 ) [ https://github.com/github/codeql/issues/4992 ]
3+ * Add support for detecting safe uses of Kryo utilizing ` KryoPool.Builder ` . [ #4992 ] ( https://github.com/github/codeql/issues/4992 )
Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ class KryoPoolBuilder extends RefType {
4747}
4848
4949/**
50- * A Kryo pool builder method used a fluent API call chain.
50+ * A Kryo pool builder method used in a fluent API call chain.
5151 */
5252class KryoPoolBuilderMethod extends Method {
5353 KryoPoolBuilderMethod ( ) {
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class SafeKryo extends DataFlow2::Configuration {
5757 }
5858
5959 /**
60- * Holds when a funcitonal expression is used to create a `KryoPool.Builder`.
60+ * Holds when a functional expression is used to create a `KryoPool.Builder`.
6161 * Eg. `new KryoPool.Builder(() -> new Kryo())`
6262 */
6363 private predicate stepKryoPoolBuilderFactoryArgToConstructor (
You can’t perform that action at this time.
0 commit comments