eric6.e4p

branch
multi_processing
changeset 7646
39e3db2b4936
parent 7627
812ee8c0a91a
parent 7635
0cdead130a81
child 7802
eefe954f01e8
--- a/eric6.e4p	Wed Jun 17 17:14:12 2020 +0200
+++ b/eric6.e4p	Sun Jul 05 11:11:24 2020 +0200
@@ -711,7 +711,6 @@
     <Source>eric6/Preferences/ConfigurationPages/CooperationPage.py</Source>
     <Source>eric6/Preferences/ConfigurationPages/CorbaPage.py</Source>
     <Source>eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.py</Source>
-    <Source>eric6/Preferences/ConfigurationPages/DebuggerPython2Page.py</Source>
     <Source>eric6/Preferences/ConfigurationPages/DebuggerPython3Page.py</Source>
     <Source>eric6/Preferences/ConfigurationPages/DiffColoursPage.py</Source>
     <Source>eric6/Preferences/ConfigurationPages/EditorAPIsPage.py</Source>
@@ -1878,7 +1877,6 @@
     <Form>eric6/Preferences/ConfigurationPages/CooperationPage.ui</Form>
     <Form>eric6/Preferences/ConfigurationPages/CorbaPage.ui</Form>
     <Form>eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.ui</Form>
-    <Form>eric6/Preferences/ConfigurationPages/DebuggerPython2Page.ui</Form>
     <Form>eric6/Preferences/ConfigurationPages/DebuggerPython3Page.ui</Form>
     <Form>eric6/Preferences/ConfigurationPages/DiffColoursPage.ui</Form>
     <Form>eric6/Preferences/ConfigurationPages/EditorAPIsPage.ui</Form>
@@ -2119,6 +2117,9 @@
     <Other>eric6/APIs/MicroPython/circuitpython.api</Other>
     <Other>eric6/APIs/MicroPython/microbit.api</Other>
     <Other>eric6/APIs/MicroPython/micropython.api</Other>
+    <Other>eric6/APIs/Python/zope-2.10.7.api</Other>
+    <Other>eric6/APIs/Python/zope-2.11.2.api</Other>
+    <Other>eric6/APIs/Python/zope-3.3.1.api</Other>
     <Other>eric6/APIs/Python3/PyQt4.bas</Other>
     <Other>eric6/APIs/Python3/PyQt5.bas</Other>
     <Other>eric6/APIs/Python3/PyQtChart.bas</Other>
@@ -2126,9 +2127,6 @@
     <Other>eric6/APIs/Python3/QScintilla2.bas</Other>
     <Other>eric6/APIs/Python3/eric6.api</Other>
     <Other>eric6/APIs/Python3/eric6.bas</Other>
-    <Other>eric6/APIs/Python/zope-2.10.7.api</Other>
-    <Other>eric6/APIs/Python/zope-2.11.2.api</Other>
-    <Other>eric6/APIs/Python/zope-3.3.1.api</Other>
     <Other>eric6/APIs/QSS/qss.api</Other>
     <Other>eric6/APIs/Ruby/Ruby-1.8.7.api</Other>
     <Other>eric6/APIs/Ruby/Ruby-1.8.7.bas</Other>
@@ -2875,6 +2873,91 @@
               <bool>True</bool>
             </value>
             <key>
+              <string>SecurityChecker</string>
+            </key>
+            <value>
+              <dict>
+                <key>
+                  <string>CheckTypedException</string>
+                </key>
+                <value>
+                  <bool>False</bool>
+                </value>
+                <key>
+                  <string>HardcodedTmpDirectories</string>
+                </key>
+                <value>
+                  <list>
+                    <string>/tmp</string>
+                    <string>/var/tmp</string>
+                    <string>/dev/shm</string>
+                    <string>~/tmp</string>
+                  </list>
+                </value>
+                <key>
+                  <string>InsecureHashes</string>
+                </key>
+                <value>
+                  <list>
+                    <string>md4</string>
+                    <string>md5</string>
+                    <string>sha</string>
+                    <string>sha1</string>
+                  </list>
+                </value>
+                <key>
+                  <string>InsecureSslProtocolVersions</string>
+                </key>
+                <value>
+                  <list>
+                    <string>PROTOCOL_SSLv2</string>
+                    <string>SSLv2_METHOD</string>
+                    <string>SSLv23_METHOD</string>
+                    <string>PROTOCOL_SSLv3</string>
+                    <string>PROTOCOL_TLSv1</string>
+                    <string>SSLv3_METHOD</string>
+                    <string>TLSv1_METHOD</string>
+                  </list>
+                </value>
+                <key>
+                  <string>WeakKeySizeDsaHigh</string>
+                </key>
+                <value>
+                  <string>1024</string>
+                </value>
+                <key>
+                  <string>WeakKeySizeDsaMedium</string>
+                </key>
+                <value>
+                  <string>2048</string>
+                </value>
+                <key>
+                  <string>WeakKeySizeEcHigh</string>
+                </key>
+                <value>
+                  <string>160</string>
+                </value>
+                <key>
+                  <string>WeakKeySizeEcMedium</string>
+                </key>
+                <value>
+                  <string>224</string>
+                </value>
+                <key>
+                  <string>WeakKeySizeRsaHigh</string>
+                </key>
+                <value>
+                  <string>1024</string>
+                </value>
+                <key>
+                  <string>WeakKeySizeRsaMedium</string>
+                </key>
+                <value>
+                  <string>2048</string>
+                </value>
+              </dict>
+            </value>
+            <key>
               <string>ShowIgnored</string>
             </key>
             <value>

eric ide

mercurial