[Pharo-project] Issue 3602 in pharo: Code evaluation possible in About box ...
Status: Accepted Owner: Torsten....@astares.de Labels: Milestone-1.3 New issue 3602 by Torsten....@astares.de: Code evaluation possible in About box ... http://code.google.com/p/pharo/issues/detail?id=3602 One can open the about box, select the word "LICENSE" and hit Cmd+D (which is a "do it"). => gives an error that this class is missing This could also make it possible to "break into" a deployed image that uses the about box for own purposes since one can select "define new class" from the menu then and in the next page (where one typically edits the class creation message one can enter any expression like "Browser open" or whatever).
Updates: Labels: -Milestone-1.3 Comment #1 on issue 3602 by marcus.d...@gmail.com: Code evaluation possible in About box ... http://code.google.com/p/pharo/issues/detail?id=3602 (No comment was entered for this change.)
Comment #2 on issue 3602 by fernando...@gmail.com: Code evaluation possible in About box ... http://code.google.com/p/pharo/issues/detail?id=3602 What about reusing the ideas in the TranscriptMorph, to display a Read-Only paragraph morph by filling in the contents of a paragraph to a form, then displaying the form in the morph? Take a look at Transcript and TranscriptMorph. If this idea seems good enough i can implement it.
participants (1)
-
pharo@googlecode.com