Build(deps): bump snyk from 1.783.0 to 1.787.0 #166

Merged
argoyle merged 1 commits from dependabot-npm_and_yarn-snyk-1.787.0 into master 2021-12-09 13:27:52 +00:00
argoyle commented 2021-12-09 04:54:51 +00:00 (Migrated from gitlab.com)

Bumps snyk from 1.783.0 to 1.787.0.

Release notes

Sourced from snyk's releases.

v1.787.0

1.787.0 (2021-12-08)

Bug Fixes

  • fix the cpp package id creation (6cc62b1)

v1.786.0

1.786.0 (2021-12-07)

Bug Fixes

  • write old-style protect (patch) flag file (1f44f08)

v1.785.0

1.785.0 (2021-12-06)

Bug Fixes

  • exclude application vulns from filtering (1620357)

v1.784.0

1.784.0 (2021-12-06)

Bug Fixes

  • remove console.log for custom rules from json,sarif output. (5c29d63)
Commits
  • f5cf411 Merge pull request #2438 from snyk/fix/fix-cpp-package-id-creation
  • 6cc62b1 fix: fix the cpp package id creation
  • e48c888 Merge pull request #2408 from snyk/fix/create-patched-flag-like-old-style-pro...
  • 1f44f08 fix: write old-style protect (patch) flag file
  • b9e506d Merge pull request #2402 from snyk/fix/correct-container-app-vulns-calculation
  • 2066052 Merge pull request #2410 from snyk/fix/remove-console-log-iac-json-sarif
  • a9fc1b9 Merge pull request #2400 from snyk/docs/tags-attributes-updates
  • 03345fa chore: fix CLI output typo
  • 0216be6 test: add unit test for container project with app-vulns
  • 70552d3 chore: remove docs of "only available in X command"
  • Additional commits viewable in compare view


Dependabot commands
You can trigger Dependabot actions by commenting on this MR
  • $dependabot rebase will rebase this MR
  • $dependabot recreate will recreate this MR rewriting all the manual changes and resolving conflicts
Bumps [snyk](https://github.com/snyk/snyk) from 1.783.0 to 1.787.0. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/snyk/snyk/releases">snyk's releases</a>.</em></p> <blockquote> <h2>v1.787.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.786.0...v1.787.0">1.787.0</a> (2021-12-08)</h1> <h3>Bug Fixes</h3> <ul> <li>fix the cpp package id creation (<a href="https://github.com/snyk/snyk/commit/6cc62b194739c50aa573023d94599446fd6cf3f6">6cc62b1</a>)</li> </ul> <h2>v1.786.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.785.0...v1.786.0">1.786.0</a> (2021-12-07)</h1> <h3>Bug Fixes</h3> <ul> <li>write old-style protect (patch) flag file (<a href="https://github.com/snyk/snyk/commit/1f44f0894652c694f8dd0d8d1054231272e098c7">1f44f08</a>)</li> </ul> <h2>v1.785.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.784.0...v1.785.0">1.785.0</a> (2021-12-06)</h1> <h3>Bug Fixes</h3> <ul> <li>exclude application vulns from filtering (<a href="https://github.com/snyk/snyk/commit/1620357809a786e40fa4fba74e2d8d6d32e95e5d">1620357</a>)</li> </ul> <h2>v1.784.0</h2> <h1><a href="https://github.com/snyk/snyk/compare/v1.783.0...v1.784.0">1.784.0</a> (2021-12-06)</h1> <h3>Bug Fixes</h3> <ul> <li>remove console.log for custom rules from json,sarif output. (<a href="https://github.com/snyk/snyk/commit/5c29d631e3476c537e1940e5686104fbe8d1f8c2">5c29d63</a>)</li> </ul> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/snyk/snyk/commit/f5cf411ebf89f20012612b4dd44c8638a70352c7"><code>f5cf411</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/2438">#2438</a> from snyk/fix/fix-cpp-package-id-creation</li> <li><a href="https://github.com/snyk/snyk/commit/6cc62b194739c50aa573023d94599446fd6cf3f6"><code>6cc62b1</code></a> fix: fix the cpp package id creation</li> <li><a href="https://github.com/snyk/snyk/commit/e48c8881d1d60d1c099bdf132387330a5631c93d"><code>e48c888</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/2408">#2408</a> from snyk/fix/create-patched-flag-like-old-style-pro...</li> <li><a href="https://github.com/snyk/snyk/commit/1f44f0894652c694f8dd0d8d1054231272e098c7"><code>1f44f08</code></a> fix: write old-style protect (patch) flag file</li> <li><a href="https://github.com/snyk/snyk/commit/b9e506dfeb773347cdc4b93252a4d36ba3c81a05"><code>b9e506d</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/2402">#2402</a> from snyk/fix/correct-container-app-vulns-calculation</li> <li><a href="https://github.com/snyk/snyk/commit/206605208b06d88c256619ea13c2f5f39543466a"><code>2066052</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/2410">#2410</a> from snyk/fix/remove-console-log-iac-json-sarif</li> <li><a href="https://github.com/snyk/snyk/commit/a9fc1b9176ce825abaeedfafddb1a8370f6317ef"><code>a9fc1b9</code></a> Merge pull request <a href="https://github.com/snyk/snyk/issues/2400">#2400</a> from snyk/docs/tags-attributes-updates</li> <li><a href="https://github.com/snyk/snyk/commit/03345fa0c284151821ae46881523950b5bddf3cb"><code>03345fa</code></a> chore: fix CLI output typo</li> <li><a href="https://github.com/snyk/snyk/commit/0216be6ef6e8c49fd71e43cc12ac39a429a3e375"><code>0216be6</code></a> test: add unit test for container project with app-vulns</li> <li><a href="https://github.com/snyk/snyk/commit/70552d356610be7ee996b5b42fc961c7a8f1b6d9"><code>70552d3</code></a> chore: remove docs of &quot;only available in X command&quot;</li> <li>Additional commits viewable in <a href="https://github.com/snyk/snyk/compare/v1.783.0...v1.787.0">compare view</a></li> </ul> </details> <br /> --- <details> <summary>Dependabot commands</summary> <br /> You can trigger Dependabot actions by commenting on this MR - `$dependabot rebase` will rebase this MR - `$dependabot recreate` will recreate this MR rewriting all the manual changes and resolving conflicts </details>
argoyle commented 2021-12-09 13:27:52 +00:00 (Migrated from gitlab.com)

mentioned in commit e387fbdae9

mentioned in commit e387fbdae943d9576bab30018a0b19ff71faccda
argoyle (Migrated from gitlab.com) merged commit e387fbdae9 into master 2021-12-09 13:27:52 +00:00
Sign in to join this conversation.