WhisperX tag archive

#code-security

This page collects WhisperX intelligence signals tagged #code-security. 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 (4)

The Lab · 2026-03-26 19:27:34 · GitHub Issues

1. Path Traversal Vulnerability in minimax_cli/acp/server.py Exposes Sensitive System Files

A high-severity path traversal vulnerability has been identified in the `minimax_cli` project, exposing the server to unauthorized file access. The flaw resides in the `src/minimax_cli/acp/server.py` file, where file operations lack any path validation. This allows attackers to perform directory traversal attacks, esca...

The Lab · 2026-03-29 14:27:02 · GitHub Issues

2. GitHub Security Scanner: Evaluating Tree-sitter for AST-Based Vulnerability Detection to Overcome Regex Limitations

The current regex-based `SecurityScanner` has a critical, documented limitation: it cannot detect multi-line vulnerabilities where a source and sink are on different lines. This architectural gap, tracked in issue #735 and tested in PR #736, leaves a significant blind spot in automated code review. The proposed solutio...

The Lab · 2026-04-16 02:22:35 · GitHub Issues

3. Python YAML Vulnerability Alert: Unsafe Load Methods Risk Arbitrary Code Execution

A critical software vulnerability has been flagged, exposing Python applications using common YAML parsing libraries to potential remote takeover. The flaw centers on the use of unsafe deserialization methods—specifically `yaml.unsafe_load`, `yaml.Loader`, `yaml.CLoader`, and `yaml.UnsafeLoader`. These functions, when ...

The Lab · 2026-05-09 14:01:39 · GitHub Issues

4. CogniCore Security Scan Exposes 4 Critical Hardcoded Secret Vulnerabilities Across Codebase

An automated security scan of the CogniCore repository has flagged four critical hardcoded secret vulnerabilities and one high-severity unsafe deserialization issue across 104 scanned files. The findings center on the cognicore/agents/company_models.py module, where API key references for OpenAI, Gemini, and Anthropic ...