Files
codeql/cpp/ql/test/experimental/query-tests/Security/CWE/CWE-295/CurlSSL.expected
2024-09-19 03:32:34 +05:30

3 lines
276 B
Plaintext

| CurlSSL.cpp:25:2:25:17 | call to curl_easy_setopt | This call disables Secure Socket Layer and could potentially lead to MITM attacks |
| CurlSSL.cpp:26:2:26:17 | call to curl_easy_setopt | This call disables Secure Socket Layer and could potentially lead to MITM attacks |