commit | 4ae79ba52b15eb715a23070455547983ed0790da | [log] [tgz] |
---|---|---|
author | Sergey Vilgelm <sergey@vilgelm.info> | Mon May 13 08:09:52 2019 -0500 |
committer | Sergey Vilgelm <sergey@vilgelm.info> | Thu May 16 15:02:41 2019 +0000 |
tree | b66ce51cf68efc951ba13ceaeb26eebcce4d86cf | |
parent | 35062ad4152901fb04bb67a9a65dd0b3247ec308 [diff] |
Add nosec in get_free_segmentation_id function pep8 job fails due to bandit check with an error: [B311:blacklist] Standard pseudo-random generators are not suitable for security/cryptographic purposes. But using the standard random function in the get_free_segmentation_id function is suitable, so adding #nosec comment should unbblock the gate. Change-Id: Iad8e376c503a32300b3e0b504f47a0c81e53a7a8