Skip to content

Commit dbc9929

Browse files
committed
0.4.0 - update security policy
Update the security policy file.
1 parent a54a44a commit dbc9929

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
1. Configure `.gitattributes` for specifying the line-breaks of files.
2424
2. Make the returned column data of `DashJsonGrid.get_data_by_route(...)` or `pop_item_of_object(...)` become `OrderedDict()` if the column data is incomplete.
2525
3. Improve the compatibility of `dash_json_grid.DashJsonGrid.update_data_by_route(...)`. Now it can update table data even if it contains invalid rows.
26+
4. Update the security policy file.
2627

2728
### 0.3.4 @ 10/20/2024
2829

SECURITY.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ React-JSON-Grid.
99

1010
| Version | Supported | Available on [PyPI :link:][link-pypi] | React-JSON-Grid |
1111
| ------- | ------------------ | ------------------ | ------------------ |
12-
| `0.3.x` | :white_check_mark: | :white_check_mark: | [`0.7.0` :link:][link-rjg-070] |
12+
| `0.4.0` | :white_check_mark: | :white_check_mark: | [`0.9.2` :link:][link-rjg-092] |
13+
| `0.3.x` | :x: | :white_check_mark: | [`0.7.0` :link:][link-rjg-070] |
1314
| < `0.3` | :x: | :x: | - |
1415

1516
## Reporting a Vulnerability
@@ -24,4 +25,5 @@ Any vulnerability submitted for a not-supported version will be declined directl
2425
[link-pypi]:https://pypi.org/project/dash-json-grid
2526
[link-issue]:https://github.com/cainmagi/dash-json-grid/issues/new?assignees=&labels=vulnerability%2Cto+be+solved&projects=&template=vulnerability_report.yml&title=%5BVUL%5D
2627

28+
[link-rjg-092]:https://github.com/RedHeadphone/react-json-grid/tree/v0.9.2
2729
[link-rjg-070]:https://github.com/RedHeadphone/react-json-grid/tree/94e0da926a63d3bd810357eac84b871eeea49f00

0 commit comments

Comments
 (0)