We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 513e0bb commit e44e982Copy full SHA for e44e982
ruby/ql/src/queries/security/cwe-732/WeakFilePermissions.ql
@@ -30,7 +30,7 @@ string access(int p) {
30
p.bitAnd(4) != 0 and result = "readable"
31
}
32
33
-/** An expression specifing a file permission that allows group/others read or write access */
+/** An expression specifying a file permission that allows group/others read or write access */
34
class PermissivePermissionsExpr extends Expr {
35
// TODO: non-literal expressions?
36
PermissivePermissionsExpr() {
0 commit comments