Bump on-headers and express-session by dependabot[bot] · Pull Request #2 · vulnerable-code/shiftleft-js-demo
Bumps on-headers to 1.1.0 and updates ancestor dependency express-session. These dependencies need to be updated together.
Updates on-headers from 1.0.2 to 1.1.0
Release notes
Sourced from on-headers's releases.
1.1.0
Important
What's Changed
- Migrate CI pipeline to GitHub actions by
@carpassein jshttp/on-headers#12- fix README.md badges by
@carpassein jshttp/on-headers#13- add OSSF scorecard action by
@carpassein jshttp/on-headers#14- fix: use
ubuntu-latestas ci runner by@UlisesGasconin jshttp/on-headers#19- ci: apply OSSF Scorecard security best practices by
@UlisesGasconin jshttp/on-headers#20- 👷 add upstream change detection by
@ctcpipin jshttp/on-headers#31- ✨ add script to update known hashes by
@ctcpipin jshttp/on-headers#32- 💚 update CI - add newer node versions by
@ctcpipin jshttp/on-headers#33New Contributors
@carpassemade their first contribution in jshttp/on-headers#12@UlisesGasconmade their first contribution in jshttp/on-headers#19@ctcpipmade their first contribution in jshttp/on-headers#31Full Changelog: jshttp/on-headers@v1.0.2...v1.1.0
Commits
4b017af1.1.0b636f2d♻️ refactor header array code3e2c2d4✨ ignore falsy header keys, matching node behavior172eb41✨ support duplicate headersc6e3849🔒️ fix array handling6893518💚 update CI - add newer node versions56a345d✨ add script to update known hashes175ab21👷 add upstream change detection (#31)ce0b2c8ci: apply OSSF Scorecard security best practices (#20)1a38c54fix: useubuntu-latestas ci runner (#19)- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for on-headers since your current version.
Updates express-session from 1.17.0 to 1.18.2
Release notes
Sourced from express-session's releases.
v1.18.2
What's Changed
- fix: Resolve test failure - Refresh server.crt with existing key extending expiry to Nov 21 03:28:10 2034 GMT by
@BaileyFirmanin expressjs/session#1003- feat: gencert script to regenerate the test ssl certs by
@wesleytoddin expressjs/session#1015- chore: upgrade scorecard workflow pinned action versions by
@carpassein expressjs/session#1008- ci: add CodeQL (SAST) by
@bjohansebasin expressjs/session#1005- [StepSecurity] Apply security best practices by
@step-security-botin expressjs/session#1047- build(deps-dev): bump mocha from 10.2.0 to 10.8.2 by
@dependabot[bot] in expressjs/session#1061- build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 by
@dependabot[bot] in expressjs/session#1048- build(deps): bump github/codeql-action from 3.24.7 to 3.28.18 by
@dependabot[bot] in expressjs/session#1050- build(deps): bump actions/checkout from 4.1.1 to 4.2.2 by
@dependabot[bot] in expressjs/session#1049- build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 by
@dependabot[bot] in expressjs/session#1052- build(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 by
@dependabot[bot] in expressjs/session#1051- chore: fix typos by
@noritaka1166in expressjs/session#1066- deps: on-headers@1.1.0 by
@UlisesGasconin expressjs/session#1069- 🔖 v1.18.2 by
@ctcpipin expressjs/session#1070New Contributors
@BaileyFirmanmade their first contribution in expressjs/session#1003@wesleytoddmade their first contribution in expressjs/session#1015@carpassemade their first contribution in expressjs/session#1008@step-security-botmade their first contribution in expressjs/session#1047@dependabot[bot] made their first contribution in expressjs/session#1061@noritaka1166made their first contribution in expressjs/session#1066@ctcpipmade their first contribution in expressjs/session#1070Full Changelog: expressjs/session@v1.18.1...v1.18.2
1.18.1
What's Changed
- chore: add support for OSSF scorecard reporting by
@inigomarquinezin expressjs/session#984- dep: cookie@0.7.2 by
@knollearyin expressjs/session#997- Release: 1.18.1 by
@UlisesGasconin expressjs/session#998New Contributors
@inigomarquinezmade their first contribution in expressjs/session#984@knollearymade their first contribution in expressjs/session#997@UlisesGasconmade their first contribution in expressjs/session#998Full Changelog: expressjs/session@v1.18.0...v1.18.1
1.18.0
- Add debug log for pathname mismatch
- Add
partitionedtocookieoptions- Add
prioritytocookieoptions- Fix handling errors from setting cookie
- Support any type in
secretthatcrypto.createHmacsupports- deps: cookie@0.6.0
- Fix
expiresoption to reject invalid dates- perf: improve default decode speed
... (truncated)
Changelog
Sourced from express-session's changelog.
1.18.2 / 2025-07-17
- deps: mocha@10.8.2
- deps: on-headers@~1.1.0
1.18.1 / 2024-10-08
- deps: cookie@0.7.2
- Fix object assignment of
hasOwnProperty- deps: cookie@0.7.1
- Allow leading dot for domain
- 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
serializewithout options, useobj.hasOwnPropertywhen parsing- deps: cookie@0.7.0
- perf: parse cookies ~10% faster
- fix: narrow the validation of cookies to match RFC6265
- fix: add
maintopackage.jsonfor rspack1.18.0 / 2024-01-28
- Add debug log for pathname mismatch
- Add
partitionedtocookieoptions- Add
prioritytocookieoptions- Fix handling errors from setting cookie
- Support any type in
secretthatcrypto.createHmacsupports- deps: cookie@0.6.0
- Fix
expiresoption to reject invalid dates- perf: improve default decode speed
- perf: remove slow string split in parse
- deps: cookie-signature@1.0.7
1.17.3 / 2022-05-11
- Fix resaving already-saved new session at end of request
- deps: cookie@0.4.2
1.17.2 / 2021-05-19
- Fix
res.endpatch to always commit headers- deps: cookie@0.4.1
- deps: safe-buffer@5.2.1
1.17.1 / 2020-04-16
... (truncated)
Commits
d10709f🔖 v1.18.2 (#1070)5808783deps: on-headers@1.1.0 (#1069)b9fcad8chore: fix typos (#1066)a698c81build(deps): bump coverallsapp/github-action from 1.2.5 to 2.3.6 (#1051)ec1957bbuild(deps): bump actions/upload-artifact from 4.5.0 to 4.6.2 (#1052)2caff6abuild(deps): bump actions/checkout from 4.1.1 to 4.2.2 (#1049)2633e88build(deps): bump github/codeql-action from 3.24.7 to 3.28.18 (#1050)7e2c696build(deps): bump ossf/scorecard-action from 2.4.0 to 2.4.1 (#1048)92dd300build(deps-dev): bump mocha from 10.2.0 to 10.8.2 (#1061)168271cfix(dependabot): do not update major versions- Additional commits viewable in compare view
Maintainer changes
This version was pushed to npm by ulisesgascon, a new releaser for express-session since your current version.
You can trigger a rebase of this PR by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill 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 versionwill 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 dependencywill 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.
Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.