onlyutkarsh / gitlab-integration

This extension integrates GitLab with Azure Pipelines. With this extension, you will be able to download the sources from a GitLab repository (using clone command) and use downloaded sources in Azure Pipelines
https://marketplace.visualstudio.com/items?itemName=onlyutkarsh.gitlab-integration
GNU General Public License v3.0
20 stars 5 forks source link

Warning into builds pipelines: Use Cipheriv for counter mode of aes-256-ctr #27

Open aaronjhauck opened 4 years ago

aaronjhauck commented 4 years ago

It used to use a cipher algorithm built into node for storing local variables/secrets. That library was deprecated and replaced by the cipheriv algorithm, which is what's leading to this warning.

aaronjhauck commented 4 years ago

Updating pipeline task-lib to 2.9.3 should fix this.

aaronjhauck commented 4 years ago

I have a fix waiting to be pushed if/when i get permission