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 b75b0ba commit 1f8aaf7Copy full SHA for 1f8aaf7
cpp/ql/src/experimental/Security/CWE/CWE-273/PrivilegeDroppingOutoforder.ql
@@ -1,7 +1,7 @@
1
/**
2
* @name LinuxPrivilegeDroppingOutoforder
3
* @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
+ * Normally a process drops group ID and sets supplemental groups for the target user
5
* before setting the target user ID. This can have security impact if the return code
6
* from these methods is not checked.
7
* @kind problem
0 commit comments