shellwords icon indicating copy to clipboard operation
shellwords copied to clipboard

Manipulate strings according to the word parsing rules of the UNIX Bourne shell.

Results 2 shellwords issues
Sort by recently updated
recently updated
newest added

👋 Hi there, we're using shellwords in`@effection/node` and it's been really great so far. I noticed that the last major change to this was eight years ago. Amazing how software...

## Vulnerability type RegExp Denial-of-Service——catastrophic backtracking in regex evaluation ## Vulnerability Location In the `split` function of `[email protected]`, the following regular expression is used: ```javascript /\s*(?:([^\s\\'"]+)|'((?:[^'\\]|\\.)*)'|"((?:[^"\\]|\\.)*)"|(\\.?)|(\S))(\s|$)?/ ``` ## Description The...