File tree Expand file tree Collapse file tree
python/ql/src/Security/CWE-327 Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -63,7 +63,8 @@ class InsecureContextConfiguration extends DataFlow::Configuration {
6363/**
6464 * Holds if `conectionCreation` marks the creation of a connetion based on the contex
6565 * found at `contextOrigin` and allowing `insecure_version`.
66- * `specific` is true iff the context if configured for a specific protocol version rather
66+ *
67+ * `specific` is true iff the context is configured for a specific protocol version rather
6768 * than for a family of protocols.
6869 */
6970predicate unsafe_connection_creation_with_context (
@@ -92,7 +93,8 @@ predicate unsafe_connection_creation_with_context(
9293/**
9394 * Holds if `conectionCreation` marks the creation of a connetion witout reference to a context
9495 * and allowing `insecure_version`.
95- * `specific` is true iff the context if configured for a specific protocol version rather
96+ *
97+ * `specific` is true iff the context is configured for a specific protocol version rather
9698 * than for a family of protocols.
9799 */
98100predicate unsafe_connection_creation_without_context (
You can’t perform that action at this time.
0 commit comments