Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Composer.json: add link to security policy #53

Merged
merged 1 commit into from
Dec 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Composer.json: add link to security policy
This is a new feature available since Composer 2.6.0, which was released a little while ago.

When this key is added, it will also show a link to the security policy on Packagist.

The security policy itself has been added to the organisation `.github` repository and can be accessed via the `security/policy` link on each repo.

Refs:
* https://github.com/composer/composer/releases/tag/2.6.0
* composer/composer#11271
* composer/packagist#1353
  • Loading branch information
jrfnl committed Dec 8, 2023
commit 261a93b9ca6b64659cf7cb429f7c278bf00e50b2
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
} ],
"support" : {
"issues" : "https://github.com/PHPCompatibility/PHPCompatibilityWP/issues",
"source" : "https://github.com/PHPCompatibility/PHPCompatibilityWP"
"source" : "https://github.com/PHPCompatibility/PHPCompatibilityWP",
"security": "https://github.com/PHPCompatibility/PHPCompatibilityWP/security/policy"
},
"config": {
"allow-plugins": {
Expand Down