jwaliszko / ExpressiveAnnotations

Annotation-based conditional validation library.
MIT License
351 stars 123 forks source link

Content Security Policy (CSP) unsafe-eval #213

Open carlin-q-scott opened 2 years ago

carlin-q-scott commented 2 years ago

Is it possible to make this library compatible with a strict CSP? Seems like if we were limited to the method call assertion syntax, that we could avoid use of the javascript eval method in the browser.