317 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py</Source> |
317 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/CodeStyleStatisticsDialog.py</Source> |
318 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/ComplexityChecker.py</Source> |
318 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/ComplexityChecker.py</Source> |
319 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py</Source> |
319 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/DocStyleChecker.py</Source> |
320 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/MiscellaneousChecker.py</Source> |
320 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/MiscellaneousChecker.py</Source> |
321 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/NamingStyleChecker.py</Source> |
321 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/NamingStyleChecker.py</Source> |
|
322 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/__init__.py</Source> |
|
323 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/assert.py</Source> |
|
324 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/awsHardcodedPassword.py</Source> |
|
325 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/blackListCalls.py</Source> |
|
326 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/blackListImports.py</Source> |
|
327 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/certificateValidation.py</Source> |
|
328 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/djangoSqlInjection.py</Source> |
|
329 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/djangoXssVulnerability.py</Source> |
|
330 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/exec.py</Source> |
|
331 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/flaskDebug.py</Source> |
|
332 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/generalBindAllInterfaces.py</Source> |
|
333 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/generalFilePermissions.py</Source> |
|
334 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/generalHardcodedPassword.py</Source> |
|
335 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/generalHardcodedTmp.py</Source> |
|
336 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/injectionParamiko.py</Source> |
|
337 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/injectionShell.py</Source> |
|
338 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/injectionSql.py</Source> |
|
339 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/injectionWildcard.py</Source> |
|
340 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/insecureHashlibNew.py</Source> |
|
341 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/insecureSslTls.py</Source> |
|
342 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/jinja2Templates.py</Source> |
|
343 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/makoTemplates.py</Source> |
|
344 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/sshNoHostKeyVerification.py</Source> |
|
345 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/tryExcept.py</Source> |
|
346 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/weakCryptographicKey.py</Source> |
|
347 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/Checks/yamlLoad.py</Source> |
|
348 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityChecker.py</Source> |
|
349 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityContext.py</Source> |
|
350 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityDefaults.py</Source> |
|
351 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityNodeVisitor.py</Source> |
|
352 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/SecurityUtils.py</Source> |
|
353 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/__init__.py</Source> |
|
354 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/Security/translations.py</Source> |
322 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/__init__.py</Source> |
355 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/__init__.py</Source> |
323 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/eradicate.py</Source> |
356 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/eradicate.py</Source> |
324 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/mccabe.py</Source> |
357 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/mccabe.py</Source> |
325 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py</Source> |
358 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/pycodestyle.py</Source> |
326 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py</Source> |
359 <Source>eric6/Plugins/CheckerPlugins/CodeStyleChecker/translations.py</Source> |
671 <Source>eric6/Preferences/ConfigurationPages/CondaPage.py</Source> |
704 <Source>eric6/Preferences/ConfigurationPages/CondaPage.py</Source> |
672 <Source>eric6/Preferences/ConfigurationPages/ConfigurationPageBase.py</Source> |
705 <Source>eric6/Preferences/ConfigurationPages/ConfigurationPageBase.py</Source> |
673 <Source>eric6/Preferences/ConfigurationPages/CooperationPage.py</Source> |
706 <Source>eric6/Preferences/ConfigurationPages/CooperationPage.py</Source> |
674 <Source>eric6/Preferences/ConfigurationPages/CorbaPage.py</Source> |
707 <Source>eric6/Preferences/ConfigurationPages/CorbaPage.py</Source> |
675 <Source>eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.py</Source> |
708 <Source>eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.py</Source> |
676 <Source>eric6/Preferences/ConfigurationPages/DebuggerPython2Page.py</Source> |
|
677 <Source>eric6/Preferences/ConfigurationPages/DebuggerPython3Page.py</Source> |
709 <Source>eric6/Preferences/ConfigurationPages/DebuggerPython3Page.py</Source> |
678 <Source>eric6/Preferences/ConfigurationPages/DiffColoursPage.py</Source> |
710 <Source>eric6/Preferences/ConfigurationPages/DiffColoursPage.py</Source> |
679 <Source>eric6/Preferences/ConfigurationPages/EditorAPIsPage.py</Source> |
711 <Source>eric6/Preferences/ConfigurationPages/EditorAPIsPage.py</Source> |
680 <Source>eric6/Preferences/ConfigurationPages/EditorAutocompletionPage.py</Source> |
712 <Source>eric6/Preferences/ConfigurationPages/EditorAutocompletionPage.py</Source> |
681 <Source>eric6/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py</Source> |
713 <Source>eric6/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.py</Source> |
1201 <Source>eric6/ThirdParty/asttokens/asttokens/__init__.py</Source> |
1233 <Source>eric6/ThirdParty/asttokens/asttokens/__init__.py</Source> |
1202 <Source>eric6/ThirdParty/asttokens/asttokens/asttokens.py</Source> |
1234 <Source>eric6/ThirdParty/asttokens/asttokens/asttokens.py</Source> |
1203 <Source>eric6/ThirdParty/asttokens/asttokens/line_numbers.py</Source> |
1235 <Source>eric6/ThirdParty/asttokens/asttokens/line_numbers.py</Source> |
1204 <Source>eric6/ThirdParty/asttokens/asttokens/mark_tokens.py</Source> |
1236 <Source>eric6/ThirdParty/asttokens/asttokens/mark_tokens.py</Source> |
1205 <Source>eric6/ThirdParty/asttokens/asttokens/util.py</Source> |
1237 <Source>eric6/ThirdParty/asttokens/asttokens/util.py</Source> |
|
1238 <Source>eric6/ThirdParty/asttokens/asttokens/version.py</Source> |
1206 <Source>eric6/ThirdParty/enum/__init__.py</Source> |
1239 <Source>eric6/ThirdParty/enum/__init__.py</Source> |
1207 <Source>eric6/Toolbox/SingleApplication.py</Source> |
1240 <Source>eric6/Toolbox/SingleApplication.py</Source> |
1208 <Source>eric6/Toolbox/Startup.py</Source> |
1241 <Source>eric6/Toolbox/Startup.py</Source> |
1209 <Source>eric6/Toolbox/__init__.py</Source> |
1242 <Source>eric6/Toolbox/__init__.py</Source> |
1210 <Source>eric6/Tools/TRPreviewer.py</Source> |
1243 <Source>eric6/Tools/TRPreviewer.py</Source> |
1837 <Form>eric6/Preferences/ConfigurationPages/ApplicationPage.ui</Form> |
1870 <Form>eric6/Preferences/ConfigurationPages/ApplicationPage.ui</Form> |
1838 <Form>eric6/Preferences/ConfigurationPages/CondaPage.ui</Form> |
1871 <Form>eric6/Preferences/ConfigurationPages/CondaPage.ui</Form> |
1839 <Form>eric6/Preferences/ConfigurationPages/CooperationPage.ui</Form> |
1872 <Form>eric6/Preferences/ConfigurationPages/CooperationPage.ui</Form> |
1840 <Form>eric6/Preferences/ConfigurationPages/CorbaPage.ui</Form> |
1873 <Form>eric6/Preferences/ConfigurationPages/CorbaPage.ui</Form> |
1841 <Form>eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.ui</Form> |
1874 <Form>eric6/Preferences/ConfigurationPages/DebuggerGeneralPage.ui</Form> |
1842 <Form>eric6/Preferences/ConfigurationPages/DebuggerPython2Page.ui</Form> |
|
1843 <Form>eric6/Preferences/ConfigurationPages/DebuggerPython3Page.ui</Form> |
1875 <Form>eric6/Preferences/ConfigurationPages/DebuggerPython3Page.ui</Form> |
1844 <Form>eric6/Preferences/ConfigurationPages/DiffColoursPage.ui</Form> |
1876 <Form>eric6/Preferences/ConfigurationPages/DiffColoursPage.ui</Form> |
1845 <Form>eric6/Preferences/ConfigurationPages/EditorAPIsPage.ui</Form> |
1877 <Form>eric6/Preferences/ConfigurationPages/EditorAPIsPage.ui</Form> |
1846 <Form>eric6/Preferences/ConfigurationPages/EditorAutocompletionPage.ui</Form> |
1878 <Form>eric6/Preferences/ConfigurationPages/EditorAutocompletionPage.ui</Form> |
1847 <Form>eric6/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui</Form> |
1879 <Form>eric6/Preferences/ConfigurationPages/EditorAutocompletionQScintillaPage.ui</Form> |
2744 </key> |
2776 </key> |
2745 <value> |
2777 <value> |
2746 <string>eric</string> |
2778 <string>eric</string> |
2747 </value> |
2779 </value> |
2748 <key> |
2780 <key> |
|
2781 <string>EnabledCheckerCategories</string> |
|
2782 </key> |
|
2783 <value> |
|
2784 <string>C, D, E, M, N, W</string> |
|
2785 </value> |
|
2786 <key> |
2749 <string>ExcludeFiles</string> |
2787 <string>ExcludeFiles</string> |
2750 </key> |
2788 </key> |
2751 <value> |
2789 <value> |
2752 <string>*/ThirdParty/*, */coverage/*, */Ui_*.py, */Examples/*, */*_rc.py,*/pycodestyle.py,*/pyflakes/checker.py,*/mccabe.py,*/eradicate.py</string> |
2790 <string>*/ThirdParty/*, */coverage/*, */Ui_*.py, */Examples/*, */*_rc.py,*/pycodestyle.py,*/pyflakes/checker.py,*/mccabe.py,*/eradicate.py</string> |
2753 </value> |
2791 </value> |
2754 <key> |
2792 <key> |
2755 <string>ExcludeMessages</string> |
2793 <string>ExcludeMessages</string> |
2756 </key> |
2794 </key> |
2757 <value> |
2795 <value> |
2758 <string>A, C101, E265, E266, E305, E402, M201, M301, M302, M303, M304, M305, M306, M307, M308, M311, M312, M313, M314, M315, M321, M701, M702, M811, M834, N802, N803, N807, N808, N821, W293, W504, A</string> |
2796 <string>C101,E265,E266,E305,E402,M201,M301,M302,M303,M304,M305,M306,M307,M308,M311,M312,M313,M314,M315,M321,M701,M702,M811,M834,N802,N803,N807,N808,N821,W293,W504</string> |
2759 </value> |
2797 </value> |
2760 <key> |
2798 <key> |
2761 <string>FixCodes</string> |
2799 <string>FixCodes</string> |
2762 </key> |
2800 </key> |
2763 <value> |
2801 <value> |
2826 <key> |
2864 <key> |
2827 <string>RepeatMessages</string> |
2865 <string>RepeatMessages</string> |
2828 </key> |
2866 </key> |
2829 <value> |
2867 <value> |
2830 <bool>True</bool> |
2868 <bool>True</bool> |
|
2869 </value> |
|
2870 <key> |
|
2871 <string>SecurityChecker</string> |
|
2872 </key> |
|
2873 <value> |
|
2874 <dict> |
|
2875 <key> |
|
2876 <string>CheckTypedException</string> |
|
2877 </key> |
|
2878 <value> |
|
2879 <bool>False</bool> |
|
2880 </value> |
|
2881 <key> |
|
2882 <string>HardcodedTmpDirectories</string> |
|
2883 </key> |
|
2884 <value> |
|
2885 <list> |
|
2886 <string>/tmp</string> |
|
2887 <string>/var/tmp</string> |
|
2888 <string>/dev/shm</string> |
|
2889 <string>~/tmp</string> |
|
2890 </list> |
|
2891 </value> |
|
2892 <key> |
|
2893 <string>InsecureHashes</string> |
|
2894 </key> |
|
2895 <value> |
|
2896 <list> |
|
2897 <string>md4</string> |
|
2898 <string>md5</string> |
|
2899 <string>sha</string> |
|
2900 <string>sha1</string> |
|
2901 </list> |
|
2902 </value> |
|
2903 <key> |
|
2904 <string>InsecureSslProtocolVersions</string> |
|
2905 </key> |
|
2906 <value> |
|
2907 <list> |
|
2908 <string>PROTOCOL_SSLv2</string> |
|
2909 <string>SSLv2_METHOD</string> |
|
2910 <string>SSLv23_METHOD</string> |
|
2911 <string>PROTOCOL_SSLv3</string> |
|
2912 <string>PROTOCOL_TLSv1</string> |
|
2913 <string>SSLv3_METHOD</string> |
|
2914 <string>TLSv1_METHOD</string> |
|
2915 </list> |
|
2916 </value> |
|
2917 <key> |
|
2918 <string>WeakKeySizeDsaHigh</string> |
|
2919 </key> |
|
2920 <value> |
|
2921 <string>1024</string> |
|
2922 </value> |
|
2923 <key> |
|
2924 <string>WeakKeySizeDsaMedium</string> |
|
2925 </key> |
|
2926 <value> |
|
2927 <string>2048</string> |
|
2928 </value> |
|
2929 <key> |
|
2930 <string>WeakKeySizeEcHigh</string> |
|
2931 </key> |
|
2932 <value> |
|
2933 <string>160</string> |
|
2934 </value> |
|
2935 <key> |
|
2936 <string>WeakKeySizeEcMedium</string> |
|
2937 </key> |
|
2938 <value> |
|
2939 <string>224</string> |
|
2940 </value> |
|
2941 <key> |
|
2942 <string>WeakKeySizeRsaHigh</string> |
|
2943 </key> |
|
2944 <value> |
|
2945 <string>1024</string> |
|
2946 </value> |
|
2947 <key> |
|
2948 <string>WeakKeySizeRsaMedium</string> |
|
2949 </key> |
|
2950 <value> |
|
2951 <string>2048</string> |
|
2952 </value> |
|
2953 </dict> |
2831 </value> |
2954 </value> |
2832 <key> |
2955 <key> |
2833 <string>ShowIgnored</string> |
2956 <string>ShowIgnored</string> |
2834 </key> |
2957 </key> |
2835 <value> |
2958 <value> |