fedoraredteam / elem

Enterprise Linux Exploit Mapper
GNU General Public License v3.0
28 stars 5 forks source link

Parameterize the "verify SSL" #27

Closed kevensen closed 7 years ago

kevensen commented 7 years ago

When querying the Red Hat Security API with HTTPS, older Enterprise Linux hosts will have difficulty making a connection due to outdated CA information. Right now, I've hardcoded the query to be False. In any case, not verifying SSL is bad but it's a small risk.

kevensen commented 7 years ago

Fixed