You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/10/25 20:18:50 UTC

[GitHub] wohali opened a new pull request #916: Disable eval() and Function() constructor in JS by default

wohali opened a new pull request #916: Disable eval() and Function() constructor in JS by default
URL: https://github.com/apache/couchdb/pull/916
 
 
   This changes the couchjs --no-eval flag to --eval and disables
   eval() and Function() constructors by default in couchjs.
   
   As this is a major change to compatibility, it should land in the next feature release, not `2.1.1`.
   
   A documentation PR will come after this lands.
   ## Checklist
   
   - [X] Code is written and works correctly;
   - [X] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services