<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://jogamp.org/bugzilla/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.2"
          urlbase="https://jogamp.org/bugzilla/"
          
          maintainer="sgothel@jausoft.com"
>

    <bug>
          <bug_id>758</bug_id>
          
          <creation_ts>2013-06-20 04:25:40 +0200</creation_ts>
          <short_desc>Build all and test JogAmp Modules w/ Java7 targeting Java6 bytecode for security reasons. Apply JAR Manifest tags: Sealed, Permissions and Codebase</short_desc>
          <delta_ts>2015-09-27 03:14:58 +0200</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>3</classification_id>
          <classification>JogAmp</classification>
          <product>General</product>
          <component>infrastructure</component>
          <version>unspecified</version>
          <rep_platform>All</rep_platform>
          <op_sys>all</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P1</priority>
          <bug_severity>major</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Sven Gothel">sgothel</reporter>
          <assigned_to name="Sven Gothel">sgothel</assigned_to>
          
          
          <cf_type>FEATURE</cf_type>
          <cf_scm_refs>jogamp-scripting 909a1bed99fa5f07fc3f4ec6564ffde529a5162b
gluegen 6704fab767307b89fa21250c20f1dab56323ffac
joal 55b5449ce106164e7f47b827cbe03a7831de9942
jogl dc6b3b50f83bf8ed114f509a3d88855f1ff9e54a
jocl 6704fab767307b89fa21250c20f1dab56323ffac</cf_scm_refs>
          <cf_workaround>---</cf_workaround>

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>2693</commentid>
    <comment_count>0</comment_count>
    <who name="Sven Gothel">sgothel</who>
    <bug_when>2013-06-20 04:25:40 +0200</bug_when>
    <thetext>Build all and test JogAmp Modules w/ Java7 targeting Java6 bytecode for security reasons. 
 - Read http://www.kb.cert.org/vuls/id/225657
 - No more Java6 security updates
 - No more java6 toolchain available (but Red Hat&apos;s openjdk6 ..)

 - Building w/ Java7 will produce Java6 bytecode using 
   source and target levels 1.6, as well as using a java6 rt.jar.

Apply JAR Manifest tags: Sealed, Permissions and Codebase
 Note: The Manifest file is included in the signed JAR file .. and signed.

 - Read http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/no_redeploy.html

 - Using &apos;Sealed&apos; on jogamp.* classes impl. / direct acessing the JNI code - so there will be no &apos;derivation&apos;

 - &apos;Codebase: *.jogamp.org&apos; will prevent copying the signed jar files and survive a vulnerability deletion,
    i.e. if we delete our copy from the server it .. it&apos;s of no use anymore.
    Users would need to signed the jars to be used on their servers.

Yes, this is more like snake oil .. not real security.
Better: A policy how to mark determine a valid location of signed content
allowing us to control it&apos;s lifecycle.
Sealed, also allows us to forbid non intentional use, i.e. derivation / override.

.. in process.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>