[lldb] [llvm] [lldb] Add HTTP support in SymbolLocatorSymStore (PR #186986)

Stefan Gränitz via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 20 02:57:15 PDT 2026


weliveindetail wrote:

> I would really want us to harden the HTTPS connection as much as possible to avoid malicious activities. I think we have enough checks in place with this patch, but it would be great to be able to implement tests for them later down the road.

Yes, I agree. If you have ideas on the process, apart from auditing the code, please let me know. I think I can build a test harness for common HTTPS attacks, that run locally on my machine. I am not sure if that will work in regression tests though, given the permission issues we had on buildbots recently with simple test code already. I think it's better done in a separate patch, because we will go through a number of reverts I am afraid. Let me add a TODO.

https://github.com/llvm/llvm-project/pull/186986


More information about the llvm-commits mailing list