expr-eval icon indicating copy to clipboard operation
expr-eval copied to clipboard

Mathematical expression evaluator in JavaScript

Results 66 expr-eval issues
Sort by recently updated
recently updated
newest added

Bypass : https://github.com/silentmatt/expr-eval/pull/288 The patch introduced an "allow-list" security model and an `isAllowedFunc` function to validate callable functions. However, the `isAllowedFunc` function still permits functions that are members of objects...

Hello maintainers and @silentmatt - after the advisory GHSA-jc85-fpwf-qm7x, our builds now fail on audit because expr-eval allows expressions to call any functions passed in via scope. We’re looking for...

Fixes a vulnerability in the `expr-eval` package. We are unable to reach the researcher @silentmatt and @jorenbroekema developers who have their versions in the npmjs repository. Vijay Sarvepalli on behalf...

Updated the security policy to reflect supported versions and reporting process.

The description says "does allow in" but example has it false, so unless I'm missing something this is a fix

For example in normal JS, I can just do this to access it: ```JavaScript my_variable["my-property"] ``` I try with `expr-eval` something like this, it return `undefined` even though it should...