gitlab-integration icon indicating copy to clipboard operation
gitlab-integration copied to clipboard

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

Open aaronjhauck opened this issue 4 years ago • 2 comments

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 avatar Apr 09 '20 21:04 aaronjhauck

Updating pipeline task-lib to 2.9.3 should fix this.

aaronjhauck avatar Apr 09 '20 21:04 aaronjhauck

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

aaronjhauck avatar Apr 09 '20 21:04 aaronjhauck