1 comment (1 comment)0 reactions (0 reactions)0 assignees (0 assignees)C++5,373 forks (5,373 forks)batch import
area/securityhelp wantedtech debt
Repository metrics
- Stars
- 27,997 stars (27,997 stars)
- PR merge metrics
- Avg merge 8d (Avg merge 8d)378 merged PRs in 30d (378 merged PRs in 30d)
Description
The YAML parser we're using are not robust to untrust input, it should only be used to parse local file. We should add some basic limitation in the code base to prevent it happening.
Contributor guide
- Research direction
- Find all code paths that parse YAML from external sources and add input validation or restrict to trusted local files only.
- Tech stack
- cpp
- Domain
- securitybackend
- Issue type
- Security
- Prerequisites
- C++