IBX-11808: Configured composer audit for 3.3 nightly regressions#140
Open
alongosz wants to merge 5 commits into
Open
IBX-11808: Configured composer audit for 3.3 nightly regressions#140alongosz wants to merge 5 commits into
alongosz wants to merge 5 commits into
Conversation
This was referenced Jun 1, 2026
9257ec2 to
bbd378f
Compare
aa29fb7 to
03b0cde
Compare
ViniTou
reviewed
Jun 2, 2026
| fi | ||
|
|
||
| # Configure composer audit for unresolvable advisories | ||
| echo "> Adding composer audit.ignore script, if applies" |
There was a problem hiding this comment.
for 3.3 it seems that php7.3 was handled here
https://github.com/ibexa/ci-scripts/pull/140/changes#diff-cb5c522d3ee36f43a72ce86aab48e9740e4a50118ccdd1b8efd92bbc582ccc07L94
shouldnt new composer_audit_ignore.sh reflect that in anyway?
Member
Author
There was a problem hiding this comment.
for 3.3 it seems that php7.3 was handled here https://github.com/ibexa/ci-scripts/pull/140/changes#diff-cb5c522d3ee36f43a72ce86aab48e9740e4a50118ccdd1b8efd92bbc582ccc07L94
shouldnt new
composer_audit_ignore.shreflect that in anyway?
Good catch, added it via ac22ac4.
bnowak
approved these changes
Jun 2, 2026
Co-Authored-By: Dawid Parafiński <ViniTou@users.noreply.github.com>
|
konradoboza
approved these changes
Jun 2, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Caution
Related PRs:
Description:
Extracted composer audit ignore logic from the previous PRs and ec78428 release-time hotfix to a common function.
Browser Tests download
prepare_project_edition.shscript on-the-fly, so using normal bash include is not possible. Instead, downloading it via curl the same way as Browser Tests are doing.Resolved also IBX-11825 while at it - there are 5 new advisories to be added.
For QA:
Review.
Regression:
Documentation:
No documentation required.