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

Dompdf security fix #7471

Merged
merged 3 commits into from
Mar 19, 2024

Merge branch 'main' into dompdf_security_fix

a008658
Select commit
Loading
Failed to load commit list.
Merged

Dompdf security fix #7471

Merge branch 'main' into dompdf_security_fix
a008658
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Mar 15, 2024 in 23m 1s

Build Passed

The build passed.

Details

This is a normal build for the dompdf_security_fix branch. You should be able to reproduce it by checking out the branch locally.

Jobs and Stages

This build only has a single job.
You can use jobs to test against multiple versions of your runtime or dependencies, or to speed up your build.

Build Configuration

Build Option Setting
Language PHP
Operating System Linux (Focal)
PHP Version 8.1
Build Configuration
{
  "language": "php",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "php": [
    "8.1"
  ],
  "env": [
    "global={:COMPOSER_BIN=>\"$TRAVIS_BUILD_DIR/vendor/bin\"}={:BLT_TRAVIS_DIR=>\"$TRAVIS_BUILD_DIR/vendor/acquia/blt-travis\"}={:PERCY_POSTINSTALL_BROWSER=>\"true\"}"
  ],
  "cache": {
    "directories": [
      "$TRAVIS_BUILD_DIR/node_modules/"
    ]
  },
  "services": [
    "mysql"
  ],
  "addons": {
    "chrome": "stable",
    "ssh_known_hosts": [
      "svn-14671.prod.hosting.acquia.com",
      "svn-29892.prod.hosting.acquia.com",
      "svn-37631.prod.hosting.acquia.com",
      "svn-45062.prod.hosting.acquia.com"
    ]
  },
  "before_install": [
    "openssl aes-256-cbc -K $encrypted_189e52c2c347_key -iv $encrypted_189e52c2c347_iv -in deploy_key.enc -out deploy_key -d",
    "mv deploy_key $HOME/.ssh/id_rsa",
    "chmod 600 $HOME/.ssh/id_rsa",
    "phpenv config-rm xdebug.ini",
    "yes | pecl install memcache-8.0"
  ],
  "install": [
    "nvm install",
    "nvm use",
    "yarn --version",
    "composer install",
    "source ${BLT_TRAVIS_DIR}/scripts/exit_early",
    "source ${BLT_TRAVIS_DIR}/scripts/setup_environment",
    "source ${BLT_TRAVIS_DIR}/scripts/setup_project"
  ],
  "script": [
    "blt blt:telemetry:disable --no-interaction",
    "source ${BLT_TRAVIS_DIR}/scripts/run_tests",
    "rm LICENSE.chromedriver"
  ],
  "deploy": [
    {
      "provider": "script",
      "script": "${BLT_TRAVIS_DIR}/scripts/deploy_branch",
      "skip_cleanup": true,
      "on": {
        "branch": [
          "develop"
        ],
        "php": "8.1"
      }
    },
    {
      "provider": "script",
      "script": "${BLT_TRAVIS_DIR}/scripts/deploy_branch",
      "skip_cleanup": true,
      "on": {
        "branch": [
          "main"
        ],
        "php": "8.1"
      }
    },
    {
      "provider": "script",
      "script": "${BLT_TRAVIS_DIR}/scripts/deploy_tag",
      "skip_cleanup": true,
      "on": {
        "tags": true,
        "php": "8.1"
      }
    }
  ]
}