Skip to content

merge develop to release#260

Merged
james-cross merged 89 commits into
releasefrom
develop
Dec 5, 2025
Merged

merge develop to release#260
james-cross merged 89 commits into
releasefrom
develop

Fix/glob cli command injection vulnerability (#259)

d004324
Select commit
Loading
Failed to load commit list.
Travis CI / Travis CI - Branch succeeded Dec 5, 2025 in 4m 47s

Build Passed

The build passed, just like the previous build.

Details

This is a normal build for the develop 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 Node.js
Operating System Linux (Focal)
Node.js Version 16
Build Configuration
{
  "language": "node_js",
  "os": [
    "linux"
  ],
  "dist": "focal",
  "git": {
    "depth": 1
  },
  "node_js": [
    "16"
  ],
  "cache": {
    "directories": [
      "node_modules"
    ]
  },
  "addons": {
    "ssh_known_hosts": [
      "178.62.41.238"
    ]
  },
  "before_script": [
    "npm install -g npm@8.19.4",
    "npm install -g gulp-cli",
    "chmod +x ./deploy-website.sh"
  ],
  "script": [
    "./deploy-website.sh"
  ],
  "env": [
    "global=AZURE_USER=[secure]=AZURE_PASSWORD=[secure]=DEV_AZURE_WEBSITE=[secure]=UAT_AZURE_WEBSITE=[secure]=PROD_AZURE_WEBSITE=[secure]=UAT_APP_INSIGHTS_KEY=[secure]=PROD_APP_INSIGHTS_KEY=[secure]"
  ],
  "notifications": {
    "slack": [
      {
        "rooms": [
          {
            "secure": "oQrktNSLud/pMXNj1qgXVVe6OS1gklhhKRBj9u3mXlvjjR/YlRyHG41/ujAHUgrTgsceh8aaoIUCPWmMp665IsIsqizfvZC/zNzvxWLHlqTq61BWNZCiE40vySsj5eRj/9YyOpAe01nRUAgf/XjaEGVDjMHAJyZKDngXfzQ05YIG4ApN7T0T8oVM5GRqR3T1F+iI3REwvL22nsUVRjYVNRm/Ss/CBE9RIFZyI5unI5ptVvCsLhIkm8mGPHUEfVPvWdNATfYbimEvsh8P/MpFYHvq9NWVFrRmjIHj2EOFWwK9qel5Hz2wUq5XrBHnbgUeNcSvycSkDCQjIDFFvupNGYoIf8ZvbpDSOWIsPV63kdO5jDtMV0UHemv7ZWZmp3OOENoBQ2FAdcaxSX7u9ptqXMLGwD8d/pjdvs18nAxM9wdfkYerknKtLv+xb68y1yFLG4z07N7FHj1mTwhLrrpgVdr6kMrx0jZJtbgUUygIM396WvEz5u7p61DM6TWo38UUdiU5Rrla3a3DrIJYbq+shi5KQnNtuTz4RmBgK2JAyO9kLTDECq6BAMBoCYToDV7dJzrrAOnICpHPStupzPbPcLTgH1KRJtobYXn2z5PrjHpnKQma610l3uA9Q20q092kmYdKfS3VK08qdJRAr+UUXj+ROUmhVatI55kstvHHjlc="
          }
        ]
      }
    ]
  }
}