https://bugzilla.redhat.com/show_bug.cgi?id=1207116

            Bug ID: 1207116
           Summary: Review Request: groovy-sandbox - Groovy sandbox for
                    executing untrusted Groovy scripts safely
           Product: Fedora
           Version: rawhide
         Component: Package Review
          Severity: medium
          Priority: medium
          Assignee: nob...@fedoraproject.org
          Reporter: m...@redhat.com
        QA Contact: extras...@fedoraproject.org
                CC: package-review@lists.fedoraproject.org



Spec URL: https://msrb.fedorapeople.org/review/groovy-sandbox.spec
SRPM URL:
https://msrb.fedorapeople.org/review/groovy-sandbox-1.8-1.fc23.src.rpm
Description:
This project defines a Groovy CompilationCustomizer, which allows a
program to execute Groovy script in a restricted sandbox environment. It
is useful for applications that want to provide some degree of
scriptability to users, without allowing them to execute System.exit(0)
or any other undesirable operations.

This compile-time transformation modifies untrusted Groovy script in
such a way that every operation that can cause interactions with the
external world gets intercepted. This allows your code to examine and
deny executions. This includes every method call, object allocations,
property/attribute access, array access, and so on.

Fedora Account System Username: msrb

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to