Skip to content

Commit 1f8aaf7

Browse files
committed
spelling: supplemental
Signed-off-by: Josh Soref <[email protected]>
1 parent b75b0ba commit 1f8aaf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-273/PrivilegeDroppingOutoforder.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
* @name LinuxPrivilegeDroppingOutoforder
33
* @description A syscall commonly associated with privilege dropping is being called out of order.
4-
* Normally a process drops group ID and sets supplimental groups for the target user
4+
* Normally a process drops group ID and sets supplemental groups for the target user
55
* before setting the target user ID. This can have security impact if the return code
66
* from these methods is not checked.
77
* @kind problem

0 commit comments

Comments
 (0)