you are viewing a single comment's thread
view the rest of the comments
[–] 23 points 6 months ago (2 children)

I guess it's about copilot scanning the code, submitting PRs, reporting security issues, doing code reviews and such.

  • source
  • parent
  • hideshow 4 child comments
  • [+] -18 points 6 months ago (6 children)

    reporting security issues

    Is this not an advantage? If AI can find new security vulnerabilities reliably?

  • source
  • parent
  • hideshow 12 child comments
  • [–] 19 points 6 months ago

    It often makes up non existent vulnerabilities. I think it was curl getting flooded with fake vulnerability reports which drowns out real reports, esp because it can take time to parse through the code or run the poc

  • source
  • parent
  • [–] 4 points 6 months ago*

    Basically anywhere that LLMs are implemented... they are a security vulnerability, for any situation in which they are not sandboxed.

    Anything they can interface with?

    You can probably trick it or exploit it into doing something unintended or unexpected to anything else it is connected to.

    Either that or take advantage of the system that serves as the framework that connects it to other systems.

    Theoretically you could use an LLM to do something like come up with more accurate heuristics for identifying malware....

    But... they're nowhere near 'intelligent' enough to like, give it a whole code base for some kind of software, and thoroughly make that software 100% secure.

  • source
  • parent