Skip to content

build(deps): bump lion/security from 11.13.0 to 11.14.0#266

Merged
Sleon4 merged 1 commit into18.xfrom
dependabot/composer/lion/security-11.14.0
Dec 2, 2025
Merged

build(deps): bump lion/security from 11.13.0 to 11.14.0#266
Sleon4 merged 1 commit into18.xfrom
dependabot/composer/lion/security-11.14.0

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Dec 1, 2025

Bumps lion/security from 11.13.0 to 11.14.0.

Release notes

Sourced from lion/security's releases.

v11.14.0

What's Changed

Full Changelog: lion-packages/security@v11.13.0...v11.14.0

Commits
  • 9dfb20c Merge pull request #56 from lion-packages/Sleon4-patch-1
  • 35f14d6 Update php.yml
  • 0dfaab8 Merge pull request #55 from lion-packages/Sleon4-patch-1
  • 97fb226 Update php.yml
  • 00c8e61 Merge pull request #54 from lion-packages/Sleon4-patch-1
  • 4092555 Update README.md
  • d1333b9 Merge pull request #49 from lion-packages/dependabot/composer/lion/test-3.13.0
  • 2890b48 build(deps-dev): bump lion/test from 3.11.0 to 3.13.0
  • a9eedb0 Merge pull request #50 from lion-packages/dependabot/composer/phpunit/phpunit...
  • 4d15ebc build(deps-dev): bump phpunit/phpunit from 12.4.2 to 12.4.4
  • Additional commits viewable in compare view

Dependabot compatibility score

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)

@dependabot dependabot Bot added dependencies Project dependencies are updated php Pull requests that update php code labels Dec 1, 2025
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Dec 1, 2025

Dependency Review

The following issues were found:
  • ✅ 0 vulnerable package(s)
  • ✅ 0 package(s) with incompatible licenses
  • ✅ 0 package(s) with invalid SPDX license definitions
  • ⚠️ 1 package(s) with unknown licenses.
See the Details below.

License Issues

composer.lock

PackageVersionLicenseIssue Type
lion/security11.15.0NullUnknown License

OpenSSF Scorecard

PackageVersionScoreDetails
composer/lion/security 11.15.0 UnknownUnknown
composer/phpstan/phpstan 2.1.32 🟢 5.5
Details
CheckScoreReason
Dangerous-Workflow⚠️ -1no workflows found
Binary-Artifacts🟢 10no binaries found in the repo
Code-Review⚠️ 0Found 0/24 approved changesets -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ -1No tokens found
Maintained🟢 1030 commit(s) and 16 issue activity found in the last 90 days -- score normalized to 10
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Security-Policy🟢 10security policy file detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Signed-Releases🟢 85 out of the last 5 releases have a total of 5 signed artifacts.
Pinned-Dependencies⚠️ -1no dependencies found
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
composer/symfony/http-foundation 6.4.29 🟢 5.2
Details
CheckScoreReason
Code-Review⚠️ 0Found 0/30 approved changesets -- score normalized to 0
Packaging⚠️ -1packaging workflow not detected
Maintained🟢 1019 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dangerous-Workflow⚠️ -1no workflows found
SAST⚠️ 0no SAST tool detected
Token-Permissions⚠️ -1No tokens found
Pinned-Dependencies⚠️ -1no dependencies found
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Binary-Artifacts🟢 10no binaries found in the repo
Vulnerabilities🟢 100 existing vulnerabilities detected
Fuzzing⚠️ 0project is not fuzzed
License🟢 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Security-Policy🟢 10security policy file detected

Scanned Files

  • composer.lock

@Sleon4 Sleon4 self-requested a review December 2, 2025 14:18
@Sleon4 Sleon4 added this to the Support and maintenance milestone Dec 2, 2025
@Sleon4 Sleon4 enabled auto-merge December 2, 2025 14:18
@Sleon4
Copy link
Copy Markdown
Member

Sleon4 commented Dec 2, 2025

@dependabot rebase

Bumps [lion/security](https://github.com/lion-packages/security) from 11.13.0 to 11.14.0.
- [Release notes](https://github.com/lion-packages/security/releases)
- [Commits](lion-packages/security@v11.13.0...v11.14.0)

---
updated-dependencies:
- dependency-name: lion/security
  dependency-version: 11.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot force-pushed the dependabot/composer/lion/security-11.14.0 branch from 236d97b to 59bdb1c Compare December 2, 2025 14:19
@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented Dec 2, 2025

@Sleon4 Sleon4 merged commit 8ba277e into 18.x Dec 2, 2025
8 checks passed
@Sleon4 Sleon4 deleted the dependabot/composer/lion/security-11.14.0 branch December 2, 2025 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Project dependencies are updated php Pull requests that update php code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant