Skip to content

Commit

Permalink
fix: lower strictness of custom endpoint regex validation (#461)
Browse files Browse the repository at this point in the history
  • Loading branch information
teodora-sandu authored May 23, 2024
1 parent 02b67c8 commit 78f64cb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Snyk Security Changelog
## [2.7.1]
## [2.8.1]
- Lower the strictness of custom endpoint regex validation so that single tenant APIs are allowed.

## [2.8.0]
- Add the Issue View Options panel to the Snyk Security Settings.

## [2.7.0]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
"type": "string",
"markdownDescription": "Sets API endpoint to use for Snyk requests. Useful for custom Snyk setups. E.g. `https://api.eu.snyk.io`.",
"scope": "window",
"pattern": "^(|(https?://)api.?[a-zA-Z0-9]{0,19}.(snyk|snykgov).io)$"
"pattern": "^(|(https?://)api.*.(snyk|snykgov).io)$"
},
"snyk.advanced.organization": {
"type": "string",
Expand Down

0 comments on commit 78f64cb

Please sign in to comment.