hermes-agent/apps
Brooklyn Nicholson 09cdda64c9 fix(desktop): inline prototype-pollution guard so CodeQL sees it
CodeQL's dataflow doesn't follow the helper-function guard inside
`safeSet`, so it kept flagging Object.defineProperty as prototype-
polluting. Inline the literal `__proto__`/`constructor`/`prototype`
check at the assignment site to break the dataflow.

Behavior unchanged — same set of disallowed keys, same throw.
2026-05-11 16:55:12 -04:00
..
dashboard Merge remote-tracking branch 'origin/main' into bb/gui 2026-05-11 16:40:09 -04:00
desktop fix(desktop): inline prototype-pollution guard so CodeQL sees it 2026-05-11 16:55:12 -04:00
shared feat: move dashboard to apps/ so we can share ws proto 2026-05-02 13:38:49 -05:00