Skip to content

Commit 5d89a5d

Browse files
Update csharp/ql/src/experimental/Security Features/CWE-327/Azure/UnsafeUsageOfClientSideEncryptionVersion.ql
Co-authored-by: Taus <tausbn@github.com>
1 parent 156bc34 commit 5d89a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

csharp/ql/src/experimental/Security Features/CWE-327/Azure/UnsafeUsageOfClientSideEncryptionVersion.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import csharp
1414

1515
/**
1616
* Holds if `oc` is creating an object of type `c` = `Azure.Storage.ClientSideEncryptionOptions`
17-
* and `e` is the `version` argument to the contructor
17+
* and `e` is the `version` argument to the constructor
1818
*/
1919
predicate isCreatingAzureClientSideEncryptionObject(ObjectCreation oc, Class c, Expr e) {
2020
exists(Parameter p | p.hasName("version") |

0 commit comments

Comments
 (0)