You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* chore: add changeset-improved from plugin-ui and refresh CHANGELOG
* update changelog
* add resolutions for @grafana/... packages to match version in dependencies everywhere
Copy file name to clipboardExpand all lines: CHANGELOG.md
+30-30Lines changed: 30 additions & 30 deletions
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
# Changelog
2
2
3
-
## 1.3.6 (2023-05-30)
3
+
## v1.3.6 - 2023-05-30
4
4
5
-
-**Chore**: Docs update
5
+
-⚙️ **Chore**: Docs update
6
6
7
-
## 1.3.5 (2023-04-05)
7
+
## v1.3.5 - 2023-04-05
8
8
9
-
-**Security**: Recently, A third party researcher (Alessio Della Libera of **Snyk Research Team**) discovered and privately disclosed to us a stored XSS vulnerability in the Grafana-maintained `marcusolsson-json-datasource` plugin also known as “JSON API plugin” .
9
+
-🛡️ **Security**: Recently, A third party researcher (Alessio Della Libera of **Snyk Research Team**) discovered and privately disclosed to us a stored XSS vulnerability in the Grafana-maintained `marcusolsson-json-datasource` plugin also known as “JSON API plugin” .
10
10
11
11
Users with the editor role could perform a stored XSS attack against other viewers, editors, and administrators by including a specially crafted javascript statement in the `field` extractor in queries to the marcusolsson-json-datasource plugin. This resulted in XSS against anyone viewing a panel configured to query the datasource with a malicious query.
12
12
@@ -20,22 +20,22 @@ If your dashboards currently rely on JSONPath queries containing subexpressions,
20
20
2. For more complex queries, we suggest switching to the [`jsonata` language](http://docs.jsonata.org/simple), which the plugin also supports. This language has similar features to JSONPath, including support for filter expressions (called “predicates” in the documentation).
21
21
3. If changing your existing queries isn’t feasible, the community plugin [“Infinity”](https://grafana.com/grafana/plugins/yesoreyeram-infinity-datasource/) supports JSONPath expressions, including filters and subexpressions if used with the `backend` parser option. Please note that Infinity is community supported plugin.
@@ -79,9 +79,9 @@ If your dashboards currently rely on JSONPath queries containing subexpressions,
79
79
80
80
### Bug fixes
81
81
82
-
- Fix for macros not running in variable queries ([#100](https://github.com/grafana/grafana-json-datasource/pull/100)) (thanks [@KensingtonTech](https://github.com/KensingtonTech)!)
82
+
-🐛 **Fix**: Fix for macros not running in variable queries ([#100](https://github.com/grafana/grafana-json-datasource/pull/100)) (thanks [@KensingtonTech](https://github.com/KensingtonTech)!)
@@ -185,7 +185,7 @@ It introduces a new key value editor for query parameters and headers, as well a
185
185
186
186
This release deprecates the `queryString` property in the query model, in favor of the new `params`. The query string config _should_ be backwards-compatible (and forward-compatible) with previous versions, but make sure to back up your dashboard before upgrading.
0 commit comments