Skip to content

Commit d839215

Browse files
committed
312: Test code-analysis
1 parent dfb89e7 commit d839215

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

scripts/code-analysis

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@ 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"]'
47+
4148
# Making Drupal 10 compatible
4249
drupal_composer require psr/http-message:^1.0
4350
drupal_composer require mglaman/composer-drupal-lenient:^1.0

0 commit comments

Comments
 (0)