uclahs-cds / Ligare

GNU General Public License v2.0
0 stars 0 forks source link

Fix code scanning alert - Call to requests without timeout #123

Closed aholmes closed 1 month ago

aholmes commented 1 month ago

This appeared during the BL_Python to Ligare rename and has been previously addressed.

While this area of code is used in a trusted context and is not a security concern, it would still behoove us to add a timeout to calls to requests methods. This is seen in src/identity/build/lib/Ligare/identity/SAML2/__init__.py:41.

Tracking issue for: