Skip to content

Releases: snyk/artifactory-snyk-security-plugin

4.0.0

28 Nov 11:51
186718f
Compare
Choose a tag to compare

What's Changed

  • feat: scanning support for Nuget repositories. Needs an explicit opt-in with snyk.scanner.packageType.nuget=true.
  • feat: scanning support for CocoaPods repositories. Needs an explicit opt-in with snyk.scanner.packageType.cocoapods=true.
  • feat: scanning support for Ruby Gems repositories. Needs an explicit opt-in with snyk.scanner.packageType.gems=true.
  • feat: introduced a new config param snyk.scanner.test.continuously (false by default). It decides whether the plugin should periodically refresh vulnerability data from Snyk or filter access according to results obtained while the package was first requested. Without the continuous mode, new vulnerabilities aren't reported for a package that has already been allowed through the gatekeeper.

Full Changelog: 3.2.1...4.0.0

Upgrading from version 3.*

Version 3 exhibits the same behaviour as release 4.0.0 with continuous mode on. In order to keep the periodic re-tests of packages, include the new parameter in snykSecurityPlugin.properties: snyk.scanner.test.continuously=true.

3.2.1

15 Nov 22:33
b3cdaf6
Compare
Choose a tag to compare

What's Changed

  • fix: corrected handling of none severity threshold

Full Changelog: 3.2.0...3.2.1

3.2.0

13 Nov 15:42
1e2896c
Compare
Choose a tag to compare

What's Changed

  • feat: introduced a plaintext Snyk URL property as a workaround for users suffering from Artifactory URL render bug. PR
  • feat: introduced the Snyk URL in error messages returned when the plugin blocks access to artifacts. PR

Full Changelog: 3.1.0...3.2.0

3.1.0

12 Nov 17:05
5666476
Compare
Choose a tag to compare

What's Changed

  • fix: got rid of the typo in error logs which used to always talk about license issues, instead of vuln issues.

Full Changelog: 3.0.0...3.1.0

3.0.0

01 Nov 09:39
7ab0bfc
Compare
Choose a tag to compare

What's Changed

  • feat: skipping Snyk tests when cache is fresh. Introduced the snyk.scanner.frequency.hours param which dictates how often Snyk test requests are made - default 1 week. #109

Full Changelog: v2.0.1...3.0.0

v2.0.1

25 Feb 21:05
cd51c65
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.1

v2.0.0

06 Sep 14:10
4692bf8
Compare
Choose a tag to compare

What's Changed

  • Java 11 is no longer supported. Minimum version is currently the LTS version (17)
  • The Bintray Maven repository is not maintained, moved source of truth to releases.jfrog.io

Full Changelog: v1.5.4...v2.0.0

v1.5.4

19 Jul 12:36
448931e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.5.3...v1.5.4

v1.5.3

13 Oct 08:04
7392562
Compare
Choose a tag to compare
[Snyk] Security upgrade com.fasterxml.jackson.core:jackson-* from 2.1…

1.5.2

09 Aug 11:59
c99127f
Compare
Choose a tag to compare
  • documentation updates
  • example script to setup artifactory with helm locally on minikube
  • dependency updates
  • better debug information in case of errors