|
Hello everyone, I'm having a problem with CodeQL trying to connect to 146.75.116.215. I don't want it to go there, but it keeps trying. Can you please help me figure out how to prevent this? |
Answered by
redsun82
Jan 17, 2025
Replies: 2 comments 7 replies
|
Hi @axidex! Could you please provide more context? What command are you running when you see this? Or is this happening in the context of |
2 replies
|
Ohh, Thank you. I'm using proxies for Maven, PyPI, etc. Which proxies should I define for correct CodeQL work? |
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After a bit of a search, I had found out that address is for repo.maven.apache.org (try
dig repo.maven.apache.orgon Linux or macOS, ornslookup repo.maven.apache.orgon Windows). By default in order to run analysis on java we try to build it, and in this maven is queried because of that. Even when using--build-mode=none, maven will still be queried for dependencies if we detect a maven build.