#165 [audit, notfedora] Assert used for checking ssl_verify
Closed: Fixed 6 years ago Opened 6 years ago by puiterwijk.

freshmaker/lightblue.py:295 uses an assert to verify that ssl_verify is a boolean.
Assert's get optimized out when it is packaged by RPM, so please do not trust on them for anything security related.


Metadata Update from @jkaluza:
- Issue assigned to jkaluza

6 years ago

We have removed the assert completely from the code, since it was used only during the development of lightblue class and was forgotten there.

Metadata Update from @jkaluza:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

6 years ago

Login to comment on this ticket.

Metadata