Elektrine lite

← Feed

@mttaggart@infosec.exchange

Post #3859940

2026-07-16 12:50 UTC

@ajn142@infosec.exchange Since Bill was able to reproduce it in VS Code, I do think there's something here. We'll probably keep poking at it in the IFIN forum thread. @wdormann@infosec.exchange @Sempf@infosec.exchange @ifin@infosec.exchange

Replies (1)

  • @nyanbinary@infosec.exchange 2026-07-16 13:55

    @mttaggart@infosec.exchange @ajn142@infosec.exchange @wdormann@infosec.exchange @Sempf@infosec.exchange @ifin@infosec.exchange decided to throw myself at it: It's fucking weird. So, VM (Windows Server 2025), fresh install of Cursor 3.10.20 (decided to go with it as its the most recent pre-publication version I could easily find), git installed manually, monitored via Process Monitor. Cloned a repo (https://codeberg.org/nyanbinaryOwO/kevbot) through Cursors IDE, threw pwsh.exe renamed to git.exe in there (had issues with the calculator), clicked around a bit, tried to stage the change & commit. MOST of the time it calls the correct gits (C:\Program Fil;es\Git*\git.exe), however SOMETIMES it seems to call the local one, in my specific case for git rev-parse --show-top - procmon log: https://files.nyanbinary.de/misc/procmonlog.xml So there is definitely SOMETHING there, but it's less straightforward than described.

    Open ##3859939