Skip to content

Commit

Permalink
chore: release 1.2.9 (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
michelkaporin authored Mar 10, 2022
1 parent 9ff7c83 commit aee3125
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@
### Added

- Check Snyk Code enablement using configured organization from settings.
- Prevent Snyk Code Local Code Engine users from uploading the code to Snyk servers.

### Changed

- Increase navigation button sizes in Snyk Code example fixes.
- Analysis duration removed from the results tree.

### Fixed

- Do not present the user with error view when token is invalid.
- Proxy environments handling.
- Transient error handling for Snyk Code.

## [1.2.8]

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "snyk-vulnerability-scanner",
"//": "Changing display name requires change in general.ts",
"displayName": "Snyk Vulnerability Scanner",
"version": "1.2.8",
"version": "1.2.9",
"description": "Easily find and fix vulnerabilities in both your code and open source dependencies with fast and accurate scans.",
"icon": "media/images/readme/snyk_extension_icon.png",
"publisher": "snyk-security",
Expand Down Expand Up @@ -106,7 +106,7 @@
},
"snyk.advanced.organization": {
"type": "string",
"description": "Specifies the organization name to run Snyk Open Source security tests tied to a specific organization.",
"description": "Specifies the organization name to run tests tied to a specific organization.",
"scope": "window"
},
"snyk.features.openSourceSecurity": {
Expand Down

0 comments on commit aee3125

Please sign in to comment.