Skip to content

Commit 0c53444

Browse files
committed
Python: Format .qhelp file
99% of our .qhelp files have manually wrapped lines, so just wanted to keep things consistent
1 parent 2b6e0cf commit 0c53444

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

python/ql/src/experimental/Security/CWE-285/PamAuthorization.qhelp

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<p>
1010
A
1111
<code>pam_authenticate</code>
12-
only verifies the credentials of a user. It does not check if a user has an appropriate authorization to actually login. This means a user with a expired login or a password can still access the system.
12+
only verifies the credentials of a user. It does not check if a user has an
13+
appropriate authorization to actually login. This means a user with a expired
14+
login or a password can still access the system.
1315
</p>
1416

1517
</overview>
@@ -26,7 +28,9 @@
2628

2729
<example>
2830
<p>
29-
In the following example, the code only checks the credentials of a user. Hence, in this case, a user expired with expired creds can still login. This can be verified by creating a new user account, expiring it with
31+
In the following example, the code only checks the credentials of a user. Hence,
32+
in this case, a user expired with expired creds can still login. This can be
33+
verified by creating a new user account, expiring it with
3034
<code>chage -E0 `username` </code>
3135
and then trying to log in.
3236
</p>
@@ -46,4 +50,4 @@
4650
<a href="https://man7.org/linux/man-pages/man3/pam_acct_mgmt.3.html">pam_acct_mgmt</a>
4751
</li>
4852
</references>
49-
</qhelp>
53+
</qhelp>

0 commit comments

Comments
 (0)