Skip to content

Commit da5d10f

Browse files
authored
Merge pull request #7012 from MalikIdreesHasanKhan/main
Fixed a typo. ( Minor PR)
2 parents dde4932 + e44e982 commit da5d10f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ruby/ql/src/queries/security/cwe-732/WeakFilePermissions.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ string access(int p) {
3030
p.bitAnd(4) != 0 and result = "readable"
3131
}
3232

33-
/** An expression specifing a file permission that allows group/others read or write access */
33+
/** An expression specifying a file permission that allows group/others read or write access */
3434
class PermissivePermissionsExpr extends Expr {
3535
// TODO: non-literal expressions?
3636
PermissivePermissionsExpr() {

0 commit comments

Comments
 (0)