diff --git a/python/ql/src/Security/CWE-327/FluentApiModel.qll b/python/ql/src/Security/CWE-327/FluentApiModel.qll index a66f949e72d..5dfb67ae94a 100644 --- a/python/ql/src/Security/CWE-327/FluentApiModel.qll +++ b/python/ql/src/Security/CWE-327/FluentApiModel.qll @@ -63,7 +63,7 @@ class InsecureContextConfiguration extends DataFlow::Configuration { } /** - * Holds if `conectionCreation` marks the creation of a connetion based on the contex + * Holds if `conectionCreation` marks the creation of a connection based on the contex * found at `contextOrigin` and allowing `insecure_version`. * * `specific` is true iff the context is configured for a specific protocol version (`ssl.PROTOCOL_TLSv1_2`) rather @@ -88,7 +88,7 @@ predicate unsafe_connection_creation_with_context( } /** - * Holds if `conectionCreation` marks the creation of a connetion witout reference to a context + * Holds if `conectionCreation` marks the creation of a connection witout reference to a context * and allowing `insecure_version`. */ predicate unsafe_connection_creation_without_context(