mirror of
https://github.com/github/codeql.git
synced 2026-04-24 08:15:14 +02:00
Fix typo, add Oxford comma
This commit is contained in:
@@ -61,7 +61,7 @@ class SslParametersSetProtocolsSink extends DataFlow::ExprNode {
|
||||
}
|
||||
|
||||
/**
|
||||
* A sink that sets protocol versions fro `SSLSocket`, `SSLServerSocket` and `SSLEngine`,
|
||||
* A sink that sets protocol versions for `SSLSocket`, `SSLServerSocket`, and `SSLEngine`,
|
||||
* i.e. `socket.setEnabledProtocols(versions)` or `engine.setEnabledProtocols(versions)`.
|
||||
*/
|
||||
class SetEnabledProtocolsSink extends DataFlow::ExprNode {
|
||||
|
||||
Reference in New Issue
Block a user