-
Notifications
You must be signed in to change notification settings - Fork 793
Document Composer 2.9's security constraints #9911
Copy link
Copy link
Open
Labels
Topic: Code StructureRelated to Upstreams and other code structure detailsRelated to Upstreams and other code structure detailsType: New ContentRequest for or PR containing new content to existing pageRequest for or PR containing new content to existing page
Description
As of Composer 2.9
Composer now automatically blocks updates to packages with known security advisories. This protection is enabled by default and prevents you from accidentally updating to vulnerable package versions. You can configure this behavior via the new audit.block-insecure config settings if needed.
We should update some section of our documentation to draw attention to the workaround for those who need it:
this can be added to Composer.json.
"config": {
"audit": {
"block-insecure": false
}
This question was tracked internally as https://getpantheon.atlassian.net/browse/BUGS-10681
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Topic: Code StructureRelated to Upstreams and other code structure detailsRelated to Upstreams and other code structure detailsType: New ContentRequest for or PR containing new content to existing pageRequest for or PR containing new content to existing page