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 1
1
lgtm,codescanning
2
2
* 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 {
47
47
}
48
48
49
49
/**
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.
51
51
*/
52
52
class KryoPoolBuilderMethod extends Method {
53
53
KryoPoolBuilderMethod ( ) {
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ class SafeKryo extends DataFlow2::Configuration {
57
57
}
58
58
59
59
/**
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`.
61
61
* Eg. `new KryoPool.Builder(() -> new Kryo())`
62
62
*/
63
63
private predicate stepKryoPoolBuilderFactoryArgToConstructor (
You can’t perform that action at this time.
0 commit comments