Skip to content

[pull] master from apify:master - #257

Merged
pull[bot] merged 2 commits into
threatcode:masterfrom
apify:master
Jul 30, 2026
Merged

[pull] master from apify:master#257
pull[bot] merged 2 commits into
threatcode:masterfrom
apify:master

Conversation

@pull

@pull pull Bot commented Jul 30, 2026

Copy link
Copy Markdown

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

B4nan added 2 commits July 30, 2026 10:12
…rity alert (#3933)

## Summary
Lockfile-only bump of `brace-expansion` to its patched versions in
`website/yarn.lock` (high — ReDoS), within existing ranges.

The root `yarn.lock` already carries the patched `^`-range copies
(brace-expansion 5.0.8, axios 1.18.1); `docs/yarn.lock` and
`website/versioned_docs/version-3.17/yarn.lock` only contain the
already-patched 1.x line (1.1.16).

### Not addressed here (need a decision on `resolutions`)
The remaining root alerts can't close via a lockfile bump because dev
tooling pins vulnerable versions:
- `axios` 1.16.0 and `brace-expansion` 5.0.6 — pinned **exactly** by
`nx@22.7.5` (same nx-pin pattern already handled with existing
resolutions).
- `@hono/node-server` < 2.0.5 — the consumer requires `^1.19.9`; the
only fix is `2.0.5`, a **major (1.x→2.x)** bump.
- `adm-zip` < 0.6.0 — pinned to `^0.5.x` by
`generative-bayesian-network` (dev fingerprint tooling); 0.6.0 is a
semver-major-ish jump.

🤖 Generated with [Claude Code](https://claude.com/claude-code)
…Links (#3925)

`RequestTransform` is declared as `RequestOptions | false | undefined |
null`, and `enqueueLinks` skips a request on any falsy return. That
contract held when calling `enqueueLinks` directly, but not through
`context.enqueueLinks`: the crawl depth wrapper used
`options.transformRequestFunction?.(newRequest) ?? newRequest`, and `??`
cannot distinguish "no transform provided" from "transform returned
nullish". Returning `null` or `undefined` from a request handler
enqueued the request anyway — only `false` worked as documented.

Closes #3920
@pull pull Bot locked and limited conversation to collaborators Jul 30, 2026
@pull pull Bot added the ⤵️ pull label Jul 30, 2026
@pull
pull Bot merged commit 6cb4fc3 into threatcode:master Jul 30, 2026
1 check failed
@pull
pull Bot had a problem deploying to github-pages July 30, 2026 10:19 Failure
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant