Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bf81122

Browse files
committed
Python: fix typo and add linebreaks
1 parent e0352fe commit bf81122

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

python/ql/src/Security/CWE-327/FluentApiModel.qll

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff 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
*/
6970
predicate 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
*/
98100
predicate unsafe_connection_creation_without_context(

0 commit comments

Comments
 (0)