0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-12-22 08:11:52 +00:00

remove outdated note, closes #428

This commit is contained in:
Stefan Siegl 2020-08-21 10:12:13 +02:00
parent 403435d0c0
commit b915cb1b16
No known key found for this signature in database
GPG Key ID: 73942AF5642F3DDA

View File

@ -11,10 +11,6 @@ The extension allows you to execute Javascript code in a secure sandbox from PHP
can be restricted using a time limit and/or memory limit. This provides the possibility to execute
untrusted code with confidence.
If you execute untrusted JavaScript code, make sure to **use V8 version 6.4.388.18, 6.5.143 or higher**.
See notes on [untrusted code mitigations](https://github.com/v8/v8/wiki/Untrusted-code-mitigations)
for further details.
Minimum requirements
--------------------