Sourced from js-yaml's changelog.
[4.1.1] - 2025-11-12
Security
- Fix prototype pollution issue in yaml merge (<<) operator.
4e0068c
go.mod: update golang.org/x dependenciese79546e
ssh: curb GSSAPI DoS risk by limiting number of specified OIDsf91f7a7
ssh/agent: prevent panic on malformed constraint2df4153
acme/autocert: let automatic renewal work with short lifetime certsbcf6a84
acme: pass context to requestb4f2b62
ssh: fix error message on unsupported cipher79ec3a5
ssh: allow to bind to a hostname in remote forwarding122a78f
go.mod: update golang.org/x dependenciesc0531f9
all: eliminate vet diagnostics0997000
all: fix some commentsSourced from glob's changelog.
changeglob
13
- Move the CLI program out to a separate package,
glob-bin. Install that if you'd like to continue using glob from the command line.12
- Remove the unsafe
--shelloption. The--shelloption is now ONLY supported on known shells where the behavior can be implemented safely.11.1
- Add the
--shelloption for the command line, with a warning that this is unsafe. (It will be removed in v12.)- Add the
--cmd-arg/-gas a way to safely add positional arguments to the command provided to the CLI tool.- Detect commands with space or quote characters on known shells, and pass positional arguments to them safely, avoiding
shell:trueexecution.11.0
- Drop support for node before v20
10.4
- Add
includeChildMatches: falseoption- Export the
Ignoreclass10.3
- Add
--default -pflag to provide a default pattern- exclude symbolic links to directories when
followandnodirare both set10.2
- Add glob cli
10.1
- Return
'.'instead of the empty string''when the current working directory is returned as a match.- Add
posix: trueoption to return/delimited paths, even on
... (truncated)
2551fb5
11.1.047473c0
bin: Do not expose filenames to shell expansionbc33fe1
skip tilde test on systems that lack tilde expansion59bf9ca
fix notesdde4fa6
docs(README): add #anchor and improve notes0559b0e
docs: add better links to path-scurry docsc9773c2
fix: correct typos in README.md13e68ea
Fix punctuation in traversal function documentation1527e2b
fix repo url7e190e8
fix typo maths → paths