Skip to content

Commit f41220a

Browse files
authored
Update README.md
fixed typo Signed-off-by: myteron <[email protected]>
1 parent 393fd75 commit f41220a

File tree

1 file changed

+1
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-665

1 file changed

+1
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-665/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `TheadPoolExecutor` provides an interface to a thread pool and resources whi
1919
The `noncompliant01.py` code is simulating the spawning of processes with the different access rights.
2020
The `Session(object)` class simulates access control via `User(Enum)thread` defining a `User` object to be either `GUEST = 1` (default) or `ADMIN = 2`. The `set_user()` method changes access level and `set_user_as_guest()` is to reset access.
2121

22-
In `SessionPool()` we spawn tasks and access control in following order:
22+
In `SessionPool()` we spawn tasks and access control in the following order:
2323

2424
1) `ADMIN`
2525
2) `GUEST`

0 commit comments

Comments
 (0)