Skip to content

Commit c6d42ee

Browse files
committed
documentation update
1 parent be8cefa commit c6d42ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ JavaScript-based settings are created to facilitate the development of fully tra
217217

218218

219219
## Security
220-
Being a small GUI framework for Perl 5 desktop applications, PEB executes only Perl scripts distributed with the browser binary. All Perl scripts executed by PEB are treated as ordinary desktop applications with normal user privileges. Reasonable security restrictions are implemented in both C++ and Perl code, but they do not constitute a sandbox for Perl scripts. A PEB user can not endanger the opreating system and can not fall victim to remote or arbitrary Perl code, but still has access to all data he or she rightfully owns.
220+
Being a small GUI framework for Perl 5 desktop applications, PEB executes only Perl scripts distributed with the browser binary. All Perl scripts executed by PEB are treated as ordinary desktop applications with normal user privileges. Reasonable security restrictions are implemented in both C++ and Perl code, but they do not constitute a sandbox for Perl scripts. PEB users can not endanger the opreating system or fall victims to remote or arbitrary Perl code, but they still have full access to their own local data.
221221

222222
**Security features based on C++ code:**
223223
* PEB can not and does not download remote files on hard disk and can not execute any Perl scripts from remote locations.

0 commit comments

Comments
 (0)