mathjs 11.9.0 → 11.9.1

Sign up to get free protection for your applications and to get access to all the features.
package/HISTORY.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # History
2
2
 
3
+ # 2023-07-24, 11.9.1
4
+
5
+ - Fix a security vulnerability in `FunctionNode` and `SymbolNode` allowing
6
+ arbitrary code execution via `math.evaluate`. Thanks Harry Chen.
7
+ - Fix #3001: mathjs bundle containing `new Function(...)` (CSP issue).
8
+
9
+
3
10
  # 2023-07-19, 11.9.0
4
11
 
5
12
  - Implement function `solveODE` (#2958). Thanks @dvd101x.