Skip to content

Commit f2c7ff8

Browse files
committed
test2
1 parent c20e755 commit f2c7ff8

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

scripts/code-analysis

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,11 @@ drupal_composer config minimum-stability dev
3838
# https://getcomposer.org/doc/06-config.md#allow-plugins
3939
drupal_composer config --no-plugins allow-plugins true
4040

41-
# Ignore security advisories for simplesamlphp/saml2-legacy for now.
42-
drupal_composer config --merge --json policy.advisories.ignore-id '["PKSA-11bv-m3wk-h9sn","PKSA-4y26-97zb-p98g"]'
43-
# Ignore security advisories for simplesamlphp to allow resolving to a version
44-
# compatible with the Drupal 10 platform (psr/http-message ^1.0 and
45-
# symfony/console ^6.4).
46-
drupal_composer config --merge --json policy.advisories.ignore '["simplesamlphp/simplesamlphp"]'
41+
# Resolving simplesamlphp (via drupal/simplesamlphp_auth) on the Drupal 10
42+
# platform (psr/http-message ^1.0 and symfony/console ^6.4) requires old
43+
# package versions that are flagged by security advisories. Disable Composer's
44+
# policy blocking; this throwaway project is only used for static analysis.
45+
export COMPOSER_NO_BLOCKING=1
4746

4847
# Making Drupal 10 compatible
4948
drupal_composer require psr/http-message:^1.0

0 commit comments

Comments
 (0)