Language Name,Package Name,Query Name,CWE ID,Status Apex,Apex_Force_com_Critical_Security_Risk,SOQL_SOSL_Injection,89,Update Apex,Apex_Force_com_Serious_Security_Risk,CRUD_Delete,472,Update Apex,Apex_Force_com_Serious_Security_Risk,Dereferenced_Field,0,Update Apex,Apex_Force_com_Serious_Security_Risk,FLS_Create,472,Update Apex,Apex_Force_com_Serious_Security_Risk,FLS_Update,472,Update Apex,Apex_Force_com_Code_Quality,Hardcoding_Ids,0,Update Apex,Apex_Force_com_Code_Quality,Hardcoding_Of_Trigger_New,0,Update Apex,Apex_Force_com_Code_Quality,Hardcoding_Of_Trigger_Old,0,Update Apex,Apex_Force_com_Code_Quality,Multiple_Forms_In_Visualforce_Page,0,Update Apex,Apex_Force_com_Code_Quality,Multiple_Trigger_On_same_sObject,0,Update Apex,Apex_Low_Visibility,Privacy_Violation,359,Update Apex,Apex_ISV_Quality_Rules,ActionPoller_Frequency_Check,0,Update Apex,Apex_ISV_Quality_Rules,Ajax_Toolkit_From_VF,0,Update Apex,Apex_ISV_Quality_Rules,Find_Exposed_Test_Data,0,Update Apex,Apex_ISV_Quality_Rules,Old_API_Version,0,Update Apex,Apex_ISV_Quality_Rules,Report_with_no_Filter,0,Update Apex,Apex_ISV_Quality_Rules,SOQL_Formula_in_Where,0,Update Apex,Apex_ISV_Quality_Rules,Workflow_sends_Emails,0,Update ASP,ASP_Medium_Threat,Privacy_Violation,359,Update ASP,ASP_Medium_Threat,Stored_Code_Injection,94,Update ASP,ASP_Low_Visibility,Client_Side_Only_Validation,602,Update ASP,ASP_Low_Visibility,Improper_Transaction_Handling,460,Update ASP,ASP_Best_Coding_Practice,Empty_Catch,390,Update ASP,ASP_Best_Coding_Practice,Just_One_of_Equals_and_Hash_code_Defined,581,Update ASP,ASP_Best_Coding_Practice,Unclosed_Objects,0,Update CPP,CPP_Medium_Threat,Dangerous_Functions,242,Update CPP,CPP_Medium_Threat,Wrong_Memory_Allocation,131,Update CPP,CPP_Low_Visibility,Improper_Transaction_Handling,460,Update CPP,CPP_Low_Visibility,Unchecked_Array_Index,129,Update CPP,CPP_Best_Coding_Practice,Detection_of_Error_Condition_Without_Action,390,Update CPP,CPP_Best_Coding_Practice,Empty_Methods,398,Update CPP,CPP_Best_Coding_Practice,Hardcoded_Absolute_Path,426,Update CPP,CPP_Best_Coding_Practice,Non_Private_Static_Constructors,0,Update CPP,CPP_Best_Coding_Practice,Reliance_On_Untrusted_Inputs_In_Security_Decision,807,Update CPP,CPP_MISRA_C,R03_04_Not_Explained_Pragma_Usage,0,Update CPP,CPP_MISRA_C,R05_01_Identifiers_Length_Violation,0,Update CPP,CPP_MISRA_C,R05_02_Identifiers_Hiding_Outer_Scope_Identifiers,0,Update CPP,CPP_MISRA_C,R05_03_Typedef_Name_Reused,0,Update CPP,CPP_MISRA_C,R05_04_Tag_Name_Reused,0,Update CPP,CPP_MISRA_C,R05_05_Identifier_With_Static_Storage_Reused,0,Update CPP,CPP_MISRA_C,R05_07_Identifier_Name_Reused,0,Update CPP,CPP_MISRA_C,R06_01_Plain_Char_Type_Usage,0,Update CPP,CPP_MISRA_C,R06_02_Not_Plain_Char_Type_Usage,0,Update CPP,CPP_MISRA_C,R06_05_Bit_Fields_Length,0,Update CPP,CPP_MISRA_C,R08_03_Identical_Function_Decl_Def,0,Update CPP,CPP_MISRA_C,R08_05_Object_Function_In_Header_File,0,Update CPP,CPP_MISRA_C,R09_03_Initializing_Non_First_And_Not_All_Members_In_Enum,0,Update CPP,CPP_MISRA_C,R10_06_U_Suffix_Not_Applied_To_Unsigned_Const,0,Update CPP,CPP_MISRA_C,R12_07_Bitwise_Operator_On_Signed_Type,0,Update CPP,CPP_MISRA_C,R12_09_Unary_Minus_Operator_On_Unsigned_Type,0,Update CPP,CPP_MISRA_C,R12_10_Comma_Operator_Used,0,Update CPP,CPP_MISRA_C,R12_12_Floating_Point_Bit_Underlying_Representation_Used,0,Update CPP,CPP_MISRA_C,R13_01_Assignment_Operators_In_Boolean_Expressions,0,Update CPP,CPP_MISRA_C,R13_03_Floating_Point_Equality_Or_Inequality,0,Update CPP,CPP_MISRA_C,R13_04_Floating_Points_Objects_In_For_Control,0,Update CPP,CPP_MISRA_C,R13_06_Loop_Iterator_Modified_In_Loop_Body,0,Update CPP,CPP_MISRA_C,R14_09_Not_Compound_If_Or_Else,0,Update CPP,CPP_MISRA_C,R14_10_If_Else_If_Not_Ending_With_Else,0,Update CPP,CPP_MISRA_C,R15_03_Non_Default_Final_Clause_In_Switch_Statement,0,Update CPP,CPP_MISRA_C,R15_05_No_Cases_in_Switch_Statement,0,Update CPP,CPP_MISRA_C,R16_06_Function_Invoke_Arg_Number_Not_Match_Function_Def_Number,0,Update CPP,CPP_MISRA_C,R16_07_Parameter_Pointer_To_Const_Where_Not_Modified,0,Update CPP,CPP_MISRA_C,R19_01_Non_Prepocessor_Command_Before_Include_In_File,0,Update CPP,CPP_MISRA_C,R19_02_Non_Standard_Chars_In_Header_File_Name,0,Update CPP,CPP_MISRA_C,R19_03_Include_Directive_In_Wrong_Format,0,Update CPP,CPP_MISRA_C,R19_17_Preprocessor_If_And_Else_Operators_Reside_In_Different_Files,0,Update CPP,CPP_MISRA_CPP,R00_01_05_Find_Unused_Typedefs,10776,Update CPP,CPP_MISRA_CPP,R00_01_10_Find_Unused_Defined_Functions,10777,Update CPP,CPP_MISRA_CPP,R02_10_02_Identifiers_Hide_Outer_Scope_Identifiers,0,Update CPP,CPP_MISRA_CPP,R02_10_03_Typedef_Name_Reused,0,Update CPP,CPP_MISRA_CPP,R02_10_04_Class_Enum_Union_Names_Reused,0,Update CPP,CPP_MISRA_CPP,R02_10_05_Non_Member_Static_Name_Reuse,10751,Update CPP,CPP_MISRA_CPP,R02_13_03_U_Suffix_Not_Applied_To_Unsigned_Hex_Oct,0,Update CPP,CPP_MISRA_CPP,R03_01_03_Find_Arrays_Without_Size,10781,Update CPP,CPP_MISRA_CPP,R03_02_01_Identical_Function_and_Object_Decl_Def,0,Update CPP,CPP_MISRA_CPP,R03_04_01_Obj_Defined_Outside_Minimal_Scope,0,Update CPP,CPP_MISRA_CPP,R04_10_01_NULL_As_An_Integer_Value,0,Update CPP,CPP_MISRA_CPP,R04_10_02_Literal_Zero_As_Null_Pointer_Constant,0,Update CPP,CPP_MISRA_CPP,R05_00_07_Improper_Explicit_Floating_Integral_Conversion_Of_Expression,0,Update CPP,CPP_MISRA_CPP,R05_00_10_Bitwise_Operator_On_Unsigned_Char_Short_Types,0,Update CPP,CPP_MISRA_CPP,R05_00_11_Plain_Char_Type_Usage,0,Update CPP,CPP_MISRA_CPP,R05_00_12_Not_Plain_Char_Type_Usage,0,Update CPP,CPP_MISRA_CPP,R05_00_21_Bitwise_Operator_On_Signed_Type,0,Update CPP,CPP_MISRA_CPP,R05_03_02_Unary_Minus_Operator_On_Unsigned_Type,0,Update CPP,CPP_MISRA_CPP,R05_18_01_Comma_Operator_Used,0,Update CPP,CPP_MISRA_CPP,R06_02_02_FloatingPt_Equality_Inequality_Testing,10752,Update CPP,CPP_MISRA_CPP,R06_04_01_Not_Compound_If_Or_Else,0,Update CPP,CPP_MISRA_CPP,R06_04_02_If_Else_If_Not_Ending_With_Else,0,Update CPP,CPP_MISRA_CPP,R06_04_06_Non_Default_Final_Clause_In_Switch_Statement,0,Update CPP,CPP_MISRA_CPP,R06_04_07_Find_Switch_Condition_Bool,10783,Update CPP,CPP_MISRA_CPP,R06_05_01_Single_Non_Float_LC,0,Update CPP,CPP_MISRA_CPP,R06_05_02_Loop_Counter_Modify,10755,Update CPP,CPP_MISRA_CPP,R06_05_03_Change_Lc_In_St_And_Cond,10756,Update CPP,CPP_MISRA_CPP,R06_05_04_Incremental_Modified,10757,Update CPP,CPP_MISRA_CPP,R06_05_05_Lcv_Change_In_For_Stmt,10758,Update CPP,CPP_MISRA_CPP,R06_05_06_Bool_Lcv_Change,10759,Update CPP,CPP_MISRA_CPP,R06_06_02_Backward_Use_Of_Goto,0,Update CPP,CPP_MISRA_CPP,R06_06_03_Continue_In_Legal_For,10760,Update CPP,CPP_MISRA_CPP,R07_01_01_Declare_Const_if_not_Modified,10784,Update CPP,CPP_MISRA_CPP,R07_01_02_Declare_Ref_Const_if_not_Modified,10785,Update CPP,CPP_MISRA_CPP,R07_03_01_Definitions_in_Global_Namespace,10786,Update CPP,CPP_MISRA_CPP,R07_03_02_Find_non_Global_Mains,10787,Update CPP,CPP_MISRA_CPP,R07_03_03_Unnamed_NS_in_Headers,10788,Update CPP,CPP_MISRA_CPP,R07_03_05_Multiple_Declarations_After_Using,10790,Update CPP,CPP_MISRA_CPP,R07_05_02_Address_Assignment_out_of_Scope,10792,Update CPP,CPP_MISRA_CPP,R08_00_01_Find_Multiple_Declarators,10794,Update CPP,CPP_MISRA_CPP,R09_06_02_bool_Unsigned_Signed_Bit_Field,0,Update CPP,CPP_MISRA_CPP,R09_06_04_Bit_Fields_Length,0,Update CPP,CPP_MISRA_CPP,R10_01_01_Find_Virtual_Base_Classes,10795,Update CPP,CPP_MISRA_CPP,R12_01_03_Find_non_Explicit_Constructor,10798,Update CPP,CPP_MISRA_CPP,R15_00_03_Goto_Label_Inside_TryCatch,10763,Update CPP,CPP_MISRA_CPP,R15_03_02_Catch_All_In_Main,10766,Update CPP,CPP_MISRA_CPP,R15_03_03_Accessing_Non_Static_Mem_In_Ctr_Dtr,10767,Update CPP,CPP_MISRA_CPP,R15_03_07_Catch_All_Final,10768,Update CPP,CPP_MISRA_CPP,R16_00_07_Undefined_Macro_Identifiers,10799,Update CPP,CPP_MISRA_CPP,R16_01_02_Preprocessor_If_And_Else_Operators_Reside_In_Different_Files,0,Update CPP,CPP_MISRA_CPP,R16_02_06_Include_Directive_In_Wrong_Format,0,Update CSharp,CSharp_High_Risk,JWT_No_Signature_Verification,287,New CSharp,CSharp_High_Risk,Reflected_XSS_All_Clients,79,Update CSharp,CSharp_High_Risk,XPath_Injection,643,Update CSharp,CSharp_Medium_Threat,HttpOnlyCookies,1004,Update CSharp,CSharp_Medium_Threat,Improper_Locking,667,Update CSharp,CSharp_Medium_Threat,Improper_Restriction_of_XXE_Ref,611,Update CSharp,CSharp_Medium_Threat,Insecure_Cookie,614,Update CSharp,CSharp_Medium_Threat,Insufficient_Connection_String_Encryption,522,Update CSharp,CSharp_Medium_Threat,JWT_Lack_Of_Expiration_Time,287,New CSharp,CSharp_Medium_Threat,JWT_No_Expiration_Time_Validation,613,New CSharp,CSharp_Medium_Threat,Path_Traversal,36,Update CSharp,CSharp_Medium_Threat,Stored_XPath_Injection,643,Update CSharp,CSharp_Medium_Threat,Unsafe_Object_Binding,915,Update CSharp,CSharp_Medium_Threat,Use_of_Hard_coded_Cryptographic_Key,321,Update CSharp,CSharp_Low_Visibility,Client_Side_Only_Validation,602,Update CSharp,CSharp_Low_Visibility,Impersonation_Issue,520,Update CSharp,CSharp_Low_Visibility,Improper_Encoding_Of_Output,116,Update CSharp,CSharp_Low_Visibility,Improper_Transaction_Handling,460,Update CSharp,CSharp_Low_Visibility,Information_Exposure_Through_an_Error_Message,209,Update CSharp,CSharp_Low_Visibility,Open_Redirect,601,Update CSharp,CSharp_Low_Visibility,Overly_Permissive_Cross_Origin_Resource_Sharing_Policy,346,Update CSharp,CSharp_Low_Visibility,Password_In_Comment,615,New CSharp,CSharp_Low_Visibility,Session_Clearing_Problems,613,Update CSharp,CSharp_Low_Visibility,Use_Of_Broken_Or_Risky_Cryptographic_Algorithm,327,Update CSharp,CSharp_WebConfig,Password_in_Configuration_File,260,Update CSharp,CSharp_Best_Coding_Practice,Detection_of_Error_Condition_Without_Action,390,Update CSharp,CSharp_Best_Coding_Practice,Hardcoded_Absolute_Path,426,Update CSharp,CSharp_Best_Coding_Practice,Non_Private_Static_Constructors,0,Update CSharp,CSharp_Best_Coding_Practice,Unclosed_Objects,459,Update Go,Go_Insecure_Credential_Storage,Scrypt_Weak_Salt_Value,522,Update Go,Go_Medium_Threat,Missing_HttpOnly_Cookie,1004,New Go,Go_Medium_Threat,Missing_Secure_Cookie,614,New Go,Go_Low_Visibility,Open_Redirect,601,New Groovy,Groovy_Medium_Threat,Direct_Use_of_Unsafe_JNI,111,Update Groovy,Groovy_Medium_Threat,Multiple_Binds_to_the_Same_Port,605,Update Groovy,Groovy_Medium_Threat,Privacy_Violation,359,Update Groovy,Groovy_Medium_Threat,Stored_Command_Injection,77,Update Groovy,Groovy_Medium_Threat,Use_of_Native_Language,695,Update Groovy,Groovy_Low_Visibility,Divide_By_Zero,369,Update Groovy,Groovy_Low_Visibility,Escape_False,116,Update Groovy,Groovy_Low_Visibility,Improper_Transaction_Handling,460,Update Groovy,Groovy_Low_Visibility,Leaving_Temporary_File,376,Update Groovy,Groovy_Low_Visibility,Off_by_One_Error,193,Update Groovy,Groovy_Low_Visibility,Public_Static_Final_References_Mutable_Object,607,Update Groovy,Groovy_Best_Coding_Practice,Assigning_instead_of_Comparing,481,Update Groovy,Groovy_Best_Coding_Practice,Comparing_instead_of_Assigning,482,Update Groovy,Groovy_Best_Coding_Practice,Deprecated_Groovy_Code,477,Update Groovy,Groovy_Best_Coding_Practice,Empty_Methods,398,Update Groovy,Groovy_Best_Coding_Practice,Getter_Method_Could_Be_Property,398,Update Groovy,Groovy_Best_Coding_Practice,Hardcoded_Absolute_Path,426,Update Groovy,Groovy_Best_Coding_Practice,Missing_Default_Case_In_Switch_Statement,478,Update Java,Java_High_Risk,Command_Injection,77,Update Java,Java_High_Risk,Expression_Language_Injection_SPEL,917,Update Java,Java_High_Risk,LDAP_Injection,90,Update Java,Java_High_Risk,Resource_Injection,99,Update Java,Java_High_Risk,XPath_Injection,643,Update Java,Java_Android,Weak_Encryption,326,Update Java,Java_Medium_Threat,Excessive_Data_Exposure,201,New Java,Java_Medium_Threat,Improper_Restriction_of_Stored_XXE_Ref,611,Update Java,Java_Medium_Threat,JWT_Lack_Of_Expiration_Time,287,New Java,Java_Medium_Threat,JWT_No_Signature_Verification,287,New Java,Java_Medium_Threat,JWT_Sensitive_Information_Exposure,359,New Java,Java_Medium_Threat,JWT_Use_Of_Hardcoded_Secret,798,New Java,Java_Medium_Threat,Spring_Argon2_Insecure_Parameters,522,New Java,Java_Medium_Threat,Spring_BCrypt_Insecure_Parameters,522,New Java,Java_Medium_Threat,Spring_Comparison_Timing_Attack,208,New Java,Java_Medium_Threat,Spring_ModelView_Injection,74,Update Java,Java_Medium_Threat,Spring_PBKDF2_Insecure_Parameters,522,New Java,Java_Medium_Threat,Spring_SCrypt_Insecure_Parameters,522,New Java,Java_Medium_Threat,Stored_Command_Injection,77,Update Java,Java_Medium_Threat,Stored_LDAP_Injection,90,Update Java,Java_Medium_Threat,Use_of_Cryptographically_Weak_PRNG,338,Update Java,Java_Medium_Threat,Use_of_Insufficiently_Random_Values,330,Update Java,Java_Medium_Threat,Use_of_System_exit,382,Update Java,Java_GWT,JSON_Hijacking,352,Update Java,Java_Low_Visibility,Command_Argument_Injection,78,New Java,Java_Low_Visibility,Improper_Exception_Handling,248,Update Java,Java_Low_Visibility,Information_Exposure_Through_Query_String,598,New Java,Java_Low_Visibility,JWT_Excessive_Expiration_Time,287,New Java,Java_Low_Visibility,JWT_Use_Of_None_Algorithm,287,New Java,Java_Low_Visibility,Password_In_Comment,615,Update Java,Java_Low_Visibility,Serializable_Class_Containing_Sensitive_Data,499,Update Java,Java_Low_Visibility,Spring_Use_of_Broken_or_Risky_Cryptographic_Primitive,327,New Java,Java_Low_Visibility,Spring_Use_Of_Hardcoded_Password,259,New Java,Java_Low_Visibility,Stored_Absolute_Path_Traversal,36,Update Java,Java_Low_Visibility,Stored_Command_Argument_Injection,88,New Java,Java_Low_Visibility,Stored_Relative_Path_Traversal,23,Update Java,Java_Low_Visibility,Unrestricted_Read_S3,639,Update Java,Java_Low_Visibility,Use_of_Non_Cryptographic_Random,330,New Java,Java_Potential,Potential_Code_Injection,94,Update Java,Java_Potential,Potential_Hardcoded_password_in_Connection_String,547,New Java,Java_Potential,Potential_Stored_XSS,79,Update Java,Java_Potential,Potential_Use_of_Hard_coded_Cryptographic_Key,321,New Java,Java_Stored,Stored_Code_Injection,94,Update Java,Java_Stored,Stored_HTTP_Response_Splitting,113,Update Java,Java_Stored,Stored_Open_Redirect,601,Update Java,Java_Stored,Stored_XPath_Injection,643,Update Java,Java_Best_Coding_Practice,Assigning_instead_of_Comparing,481,Update Java,Java_Best_Coding_Practice,Comparing_instead_of_Assigning,482,Update Java,Java_Best_Coding_Practice,Detection_of_Error_Condition_Without_Action,390,Update Java,Java_Best_Coding_Practice,Dynamic_Set_Of_Null_SecurityManager,274,New Java,Java_Best_Coding_Practice,Empty_TryBlocks,390,Update Java,Java_Best_Coding_Practice,Hardcoded_Absolute_Path,426,Update Java,Java_Best_Coding_Practice,Spring_Missing_Function_Level_Authorization,862,New Java,Java_Best_Coding_Practice,Spring_Missing_Object_Level_Authorization,862,New Java,Java_Best_Coding_Practice,Suspicious_Endpoints,923,New Java,Java_Best_Coding_Practice,Unchecked_Error_Condition,391,Update Java,Java_Best_Coding_Practice,Undocumented_API,1059,New JavaScript,JavaScript_High_Risk,Client_Second_Order_Sql_Injection,89,Update JavaScript,JavaScript_High_Risk,Client_SQL_Injection,89,Update JavaScript,JavaScript_Medium_Threat,Client_HTML5_Insecure_Storage,312,Update JavaScript,JavaScript_Low_Visibility,Client_HTML5_Heuristic_Session_Insecure_Storage,922,Update JavaScript,JavaScript_Low_Visibility,Client_Potential_DOM_Open_Redirect,601,Update JavaScript,JavaScript_Low_Visibility,Client_Regex_Injection,400,Update JavaScript,JavaScript_Best_Coding_Practice,Hardcoded_Absolute_Path,426,Update JavaScript,JavaScript_Best_Coding_Practice,React_Multiple_Classes_With_Same_Name,694,Update Kotlin,Kotlin_Android,Client_Side_Injection,89,Update Kotlin,Kotlin_Android,Unsafe_Permission_Check,284,Update Kotlin,Kotlin_Android,Use_of_Hardcoded_Cryptographic_Key,321,Update Kotlin,Kotlin_Android,Use_Of_Implicit_Intent_For_Sensitive_Communication,927,Update Kotlin,Kotlin_Android,Copy_Paste_Buffer_Caching,922,Update Kotlin,Kotlin_Android,Missing_Rooted_Device_Check,693,Update Kotlin,Kotlin_Android,Non_Encrypted_Data_Storage,311,Update Kotlin,Kotlin_Android,Passing_Non_Encrypted_Data_Between_Activities,319,Update Kotlin,Kotlin_Android,ProGuard_Obfuscation_Not_In_Use,693,Update Kotlin,Kotlin_Android,Allowed_Backup,530,Update Perl,Perl_Medium_Threat,Privacy_Violation,359,Update Perl,Perl_Best_Coding_Practice,Empty_Methods,398,Update Perl,Perl_Best_Coding_Practice,Hardcoded_Absolute_Path,426,Update PHP,PHP_High_Risk,Reflected_XSS_All_Clients,79,Update PHP,PHP_Medium_Threat,Path_Traversal,36,Update PHP,PHP_Medium_Threat,Privacy_Violation,359,Update PHP,PHP_Medium_Threat,Reflected_File_Download,425,Update PHP,Php_Low_Visibility,Improper_Transaction_Handling,460,Update PHP,Php_Low_Visibility,Possible_Flow_Control,691,Update PHP,Php_Low_Visibility,Use_of_Broken_or_Risky_Cryptographic_Algorithm,327,Update PHP,Php_Best_Coding_Practice,Detection_of_Error_Condition_Without_Action,390,Update PHP,Php_Best_Coding_Practice,Dynamic_SQL_Queries,89,Update PHP,Php_Best_Coding_Practice,Exposure_of_Resource_to_Wrong_Sphere,493,Update PHP,Php_Best_Coding_Practice,Unclosed_Objects,459,Update PHP,Php_Best_Coding_Practice,Use_Of_Private_Static_Variable,398,Update PLSQL,PLSQL_Medium_Threat,Privacy_Violation,359,Update PLSQL,PLSQL_Best_Coding_Practice,Unchecked_Error_Condition,391,Update Python,Python_Low_Visibility,Hardcoded_Absolute_Path,426,Update Ruby,Ruby_Medium_Threat,Filtering_Sensitive_Logs,532,Update Ruby,Ruby_Medium_Threat,Privacy_Violation,359,Update Ruby,Ruby_Medium_Threat,Short_Session_Key,326,Update Ruby,Ruby_Medium_Threat,Unsafe_Mass_Assignment,915,Update Ruby,Ruby_Low_Visibility,Full_Error_Reports_In_Production,209,Update Ruby,Ruby_Low_Visibility,Improper_Transaction_Handling,460,Update Ruby,Ruby_Best_Coding_Practice,Caching_False_In_Production,10713,Update Ruby,Ruby_Best_Coding_Practice,Declaration_Of_Catch_For_Generic_Exception,396,Update Ruby,Ruby_Best_Coding_Practice,Global_Variables_Without_Meaningful_Name,10715,Update Ruby,Ruby_Best_Coding_Practice,Hardcoded_Absolute_Path,426,Update Ruby,Ruby_Best_Coding_Practice,Unchecked_Error_Condition,391,Update Ruby,Ruby_Best_Coding_Practice,Unclosed_Objects,459,Update Scala,Scala_Medium_Threat,Privacy_Violation,359,Update VB6,VB6_Medium_Threat,Privacy_Violation,359,Update VbNet,VbNet_Medium_Threat,No_Request_Validation,20,Update VbNet,VbNet_Low_Visibility,Improper_Encoding_Of_Output,116,Update VbNet,VbNet_WebConfig,CustomError,12,Update VbNet,VbNet_WebConfig,DebugEnabled,11,Update VbNet,VbNet_WebConfig,Missing_X_Frame_Options,1021,Update VbNet,VbNet_WebConfig,Password_In_Configuration_File,260,Update VbNet,VbNet_Best_Coding_Practice,Detection_of_Error_Condition_Without_Action,390,Update VbNet,VbNet_Best_Coding_Practice,Non_Private_Static_Constructors,0,Update