WhisperX tag archive

#neovim

This page collects WhisperX intelligence signals tagged #neovim. It is designed for humans, search engines, and AI agents: each item links to a canonical source-backed record with sector, source, timestamp, credibility, and exportable structured data.

Latest Signals (1)

The Lab · 2026-04-11 23:22:23 · GitHub Issues

1. Neovim Lua `package.path` Security Flaw: `./?.lua` Path Enables Arbitrary Code Execution

A critical security vulnerability in Neovim's default Lua configuration allows for arbitrary code execution when the editor is launched from an untrusted directory. The flaw stems from the default `package.path` search order, which prioritizes `./?.lua`—meaning `require()` will load modules from the current working dir...