Skip to content

Bump cookie and @lhci/cli#1

Merged
chrisns merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-95b17ac0ae
Dec 5, 2025
Merged

Bump cookie and @lhci/cli#1
chrisns merged 1 commit into
mainfrom
dependabot/npm_and_yarn/multi-95b17ac0ae

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Nov 30, 2025

Bumps cookie to 0.7.1 and updates ancestor dependency @lhci/cli. These dependencies need to be updated together.

Updates cookie from 0.4.2 to 0.7.1

Release notes

Sourced from cookie's releases.

0.7.1

Fixed

  • Allow leading dot for domain (#174)
    • Although not permitted in the spec, some users expect this to work and user agents ignore the leading dot according to spec
  • Add fast path for serialize without options, use obj.hasOwnProperty when parsing (#172)

jshttp/cookie@v0.7.0...v0.7.1

0.7.0

jshttp/cookie@v0.6.0...v0.7.0

0.6.0

  • Add partitioned option

0.5.0

  • Add priority option
  • Fix expires option to reject invalid dates
  • pref: improve default decode speed
  • pref: remove slow string split in parse
Commits
Maintainer changes

This version was pushed to npm by blakeembrey, a new releaser for cookie since your current version.


Updates @lhci/cli from 0.14.0 to 0.15.1

Release notes

Sourced from @​lhci/cli's releases.

v0.15.1

What's Changed

New Contributors

Full Changelog: GoogleChrome/lighthouse-ci@v0.15.0...v0.15.1

v0.15.0

v0.15.0 (2025-06-09)

BREAKING CHANGE

  • upgrade to lighthouse 12.6.1
Commits
  • 76a49c7 fix: use viewer origin as string instead of object (#1109)
  • 602bf7d chore: bump lhci references to 0.15
  • d2cdea9 chore: update docker images with latest version
  • 6b3b50e feat: upgrade to lighthouse 12.6.1 (#1103)
  • 912d985 chore: update versions in ci (#1104)
  • e83b2f6 fix(cli): improve filename sanitization for hash routes (#1084)
  • d04aba1 feat(cli): change wizard default branch to main (#1069)
  • 115818a chore: Heroku Postgres Hobby plan doesn't exist anymore (#1077)
  • ef83477 chore: update versions in heroku-server recipe (#1078)
  • 3cac9eb docs: update GitHub Actions versions in README.md (#1086)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

@dependabot dependabot Bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Nov 30, 2025
@chrisns
Copy link
Copy Markdown
Member

chrisns commented Dec 5, 2025

@dependabot rebase

@chrisns chrisns enabled auto-merge (squash) December 5, 2025 19:54
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-95b17ac0ae branch from b4ea7d4 to 1a991f8 Compare December 5, 2025 19:55
Bumps [cookie](https://github.com/jshttp/cookie) to 0.7.1 and updates ancestor dependency [@lhci/cli](https://github.com/GoogleChrome/lighthouse-ci). These dependencies need to be updated together.


Updates `cookie` from 0.4.2 to 0.7.1
- [Release notes](https://github.com/jshttp/cookie/releases)
- [Commits](jshttp/cookie@v0.4.2...v0.7.1)

Updates `@lhci/cli` from 0.14.0 to 0.15.1
- [Release notes](https://github.com/GoogleChrome/lighthouse-ci/releases)
- [Commits](GoogleChrome/lighthouse-ci@v0.14.0...v0.15.1)

---
updated-dependencies:
- dependency-name: cookie
  dependency-version: 0.7.1
  dependency-type: indirect
- dependency-name: "@lhci/cli"
  dependency-version: 0.15.1
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/npm_and_yarn/multi-95b17ac0ae branch from 1a991f8 to 106047c Compare December 5, 2025 20:07
@chrisns
Copy link
Copy Markdown
Member

chrisns commented Dec 5, 2025

@dependabot rebase

@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Dec 5, 2025

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@chrisns chrisns merged commit ab62170 into main Dec 5, 2025
5 checks passed
@chrisns chrisns deleted the dependabot/npm_and_yarn/multi-95b17ac0ae branch December 5, 2025 20:19
chrisns added a commit that referenced this pull request May 12, 2026
Address review findings against PR #233:

1. Investigated the repository_owner claim properly by shipping a
   one-shot _oidc-debug.yml workflow (since deleted) that decoded the
   GitHub Actions OIDC JWT and dumped its claims. CONFIRMED: the token
   DOES contain `repository_owner: co-cddo`. Re-tested the trust policy
   with the condition restored using both StringEquals and StringLike.
   Both fail reproducibly with the same "Not authorized" error. Whatever
   AWS-side mechanism evaluates the claim against the condition key
   `token.actions.githubusercontent.com:repository_owner` doesn't match,
   despite the claim being present in the token.

   Document in Step 10: the original spec's belt-and-braces is omitted
   here, the remaining defence chain (sub-pattern lock + GitHub fork
   isolation + smoke-test-deploy environment branch policy + CODEOWNERS)
   is documented as net-equivalent, and the door is left open to re-add
   the condition if a fix is identified later (different key spelling,
   provider-config tweak, AWS docs update).

2. Config file `expected_scps` comment said "Expected count: 4 (AwsNuke
   + Restrictions + ProtectISB + LimitRegions)" but the live state has
   2 entries (Restrictions + FullAWSAccess) because the fallback branch
   was taken AND AwsNuke was subsequently detached for OIDC functionality.
   Rewrite the comment to document the current state, what's NOT attached
   and why (ProtectISB blocks role creation; AwsNuke blocks sts:*), and
   guidance for future SCP additions.

3. Config file's "Public-repo disclosure note" listed
   `trust-policy repository_owner claim` as defence (b). That condition
   has been removed per finding #1; rewrite the defence chain to match
   what's actually in place and cross-reference the runbook investigation.

4. Refresh runbook_version SHA to point at the runbook-fix commit
   (4c0d2ef instead of 11d9676, which was the pre-fix sha) and
   setup_date to today. The config-vs-runbook drift was the literal
   bug called out in the adversarial review.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant