-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #47 from Minjung-Baek/master
Add .zip file and feature Dexter CLI for Linux
- Loading branch information
Showing
25 changed files
with
96 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file modified
BIN
+370 Bytes
(100%)
project/dexter-cppcheck/src/resource/cppcheck-windows.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
{"checkerList": | ||
[ | ||
{"code":"USLEEP","name":"USEEP for Critical Secure Coding","type":"BOTH","categoryName":"Market Issue","severityCode":"CRI","version":"0.9.2","description":"usleep(useconds_t usec) function can affect system performance, if usec parameter set too shortly. VD recommend that you use more than 10000 ms of usleep function.","isActive":true,"properties":{"value":"10000"},"cwe":0}, | ||
{"code":"VECTOR_ERASE_FUNCTION_MISUSE","name":"Vector Erase Function Misuse","type":"BOTH","categoryName":"CRC","severityCode":"MAJ","version":"0.9.2","description":"Avoid vector erase function inside iterative block;","isActive":true,"properties":{"RegExp":"[A-Z][0-9_A-Z]+"},"cwe":3}, | ||
{"code":"SIGNED_UNSIGNED_ASSIGNMENT_ERROR","name":"Signed Unsigned Assignment Error","type":"BOTH","categoryName":"CRC","severityCode":"ETC","version":"0.9.2","description":"A Signed data type is transformed into a larger Unsigned data type. This can produce unexpected values.","isActive":true,"properties":{"RegExp":"[A-Z][0-9_A-Z]+"},"cwe":0}, | ||
{"code":"CHECK_FREE_STMT","name":"Checking Free Statement for a return object","type":"BOTH","categoryName":"Tizen","severityCode":"CRI","version":"0.9.2","description":"You should have free statement for a returned object by calling ${methodName}","isActive":true,"properties": {"method-list": "vconf_get_str"},"cwe":0}, | ||
{"code":"CHECK_FREE_STMT_PARAM", "name": "Checking Free Statement for a parameter object", "type": "BOTH", "categoryName": "Tizen", "severityCode": "CRI", "version": "0.9.2", "description": "You should have free statement for a parameter by calling ${methodName}", "isActive": true, "properties": { "method-list": "system_info_get_value_string,system_settings_get_value_string" }, "cwe": 0}, | ||
{"code":"CHECK_THREAD_UNSAFE_FUNCTION_DBUS_GLIB", "name": "Checking thread unsafe function: dbus-glib", "type": "BOTH", "categoryName": "Tizen", "severityCode": "CRI", "version": "0.9.2", "description": "${methodName}: dbus-glib is thread unsafe function. so VD recommends NOT to use dbus-glib in the multi-thread environment", "isActive": true, "properties": {"method-list": "dbus_g_proxy_call,dbus_g_proxy_new_for_name,dbus_g_proxy_new_for_owner" }, "cwe": 0}, | ||
{"code":"CHECK_USAGE_DUID", "name": "Checking usage of DUID", "type": "BOTH", "categoryName": "Tizen", "severityCode": "CRI", "version": "0.9.2", "description": "${idName} is used. You need to check usage and the purpose of ID system. please refer to Samsung Smart TV Service Device Identifier Guideline", "isActive": true, "properties": {"id-list": "db/comss/hwduid,db/comss/duid,db/comss/psid"}, "cwe": 0}, | ||
{"code":"CHECK_USAGE_ATOI_AS_ARRAY_INDEX","name": "Checking usage of returned value of atoi() as an index of array","type": "BOTH","categoryName": "Tizen","severityCode": "MAJ","version": "0.9.2","description": "atoi() couldreturned return negative value(return type is integer value). do Not use returned value of atoi() as array index without checking its range","isActive": true,"properties": { },"cwe": 0}, | ||
{"code":"CHECK_FREE_STMT_THIRD_PARAM", "name": "Checking Free Statement for a parameter object", "type": "BOTH", "categoryName": "Tizen", "severityCode": "CRI", "version": "0.9.2", "description": "You should have free statement for a parameter by calling ${methodName}", "isActive": true, "properties": {"method-list": "app_control_get_extra_data,app_control_get_extra_data_array"}, "cwe": 0}, | ||
{"code":"CHECK_ARRAY_INDEX_OUT_OF_BOUNDS", "name": "Checking array index out of bounds", "type": "BOTH", "categoryName": "Tizen", "severityCode": "CRI", "version": "0.9.2", "description": "Array index out of bounds", "isActive": true, "properties": { }, "cwe": 129}, | ||
{"code": "CHECK_ARRAY_INDEX_OUT_OF_BOUNDS_TWO_DIMESIONAL", "name": "Checking array index out of bounds", "type": "BOTH", "categoryName": "Tizen", "severityCode": "CRI", "version": "0.9.2", "description": "Array index out of bounds", "isActive": true, "properties": { }, "cwe": 129}, | ||
{"code": "DO_WHILE_BRACKET", "name": "Do-While bracket check", "type": "BOTH", "categoryName": "CRC", "severityCode": "CRC", "version": "0.9.2", "description": "In the do-while statement, {} shall be always used", "isActive": true, "properties": { }, "cwe": 0} | ||
{"code":"USLEEP","name":"USEEP for Critical Secure Coding","type":"BOTH","categoryName":"Market Issue","severityCode":"CRI","version":"0.9.4","description":"usleep(useconds_t usec) function can affect system performance, if usec parameter set too shortly. VD recommend that you use more than 10000 ms of usleep function.","isActive":true,"properties":{"value":"10000"},"cwe":0}, | ||
{"code":"VECTOR_ERASE_FUNCTION_MISUSE","name":"Vector Erase Function Misuse","type":"BOTH","categoryName":"CRC","severityCode":"MAJ","version":"0.9.4","description":"Avoid vector erase function inside iterative block;","isActive":true,"properties":{"RegExp":"[A-Z][0-9_A-Z]+"},"cwe":3}, | ||
{"code":"SIGNED_UNSIGNED_ASSIGNMENT_ERROR","name":"Signed Unsigned Assignment Error","type":"BOTH","categoryName":"CRC","severityCode":"ETC","version":"0.9.4","description":"A Signed data type is transformed into a larger Unsigned data type. This can produce unexpected values.","isActive":true,"properties":{"RegExp":"[A-Z][0-9_A-Z]+"},"cwe":0}, | ||
{"code":"CHECK_FREE_STMT","name":"Checking Free Statement for a return object","type":"BOTH","categoryName":"Tizen","severityCode":"CRI","version":"0.9.4","description":"You should have free statement for a returned object by calling ${methodName}","isActive":true,"properties": {"method-list": "vconf_get_str"},"cwe":0}, | ||
{"code":"CHECK_FREE_STMT_PARAM", "name": "Checking Free Statement for a parameter object", "type": "BOTH", "categoryName": "Tizen", "severityCode": "CRI", "version": "0.9.4", "description": "You should have free statement for a parameter by calling ${methodName}", "isActive": true, "properties": { "method-list": "system_info_get_value_string,system_settings_get_value_string" }, "cwe": 0}, | ||
{"code":"CHECK_THREAD_UNSAFE_FUNCTION_DBUS_GLIB", "name": "Checking thread unsafe function: dbus-glib", "type": "BOTH", "categoryName": "Tizen", "severityCode": "CRI", "version": "0.9.4", "description": "${methodName}: dbus-glib is thread unsafe function. so VD recommends NOT to use dbus-glib in the multi-thread environment", "isActive": true, "properties": {"method-list": "dbus_g_proxy_call,dbus_g_proxy_new_for_name,dbus_g_proxy_new_for_owner" }, "cwe": 0}, | ||
{"code":"CHECK_USAGE_DUID", "name": "Checking usage of DUID", "type": "BOTH", "categoryName": "Tizen", "severityCode": "CRI", "version": "0.9.4", "description": "${idName} is used. You need to check usage and the purpose of ID system. please refer to Samsung Smart TV Service Device Identifier Guideline", "isActive": true, "properties": {"id-list": "db/comss/hwduid,db/comss/duid,db/comss/psid"}, "cwe": 0}, | ||
{"code":"CHECK_USAGE_ATOI_AS_ARRAY_INDEX","name": "Checking usage of returned value of atoi() as an index of array","type": "BOTH","categoryName": "Tizen","severityCode": "MAJ","version": "0.9.4","description": "atoi() couldreturned return negative value(return type is integer value). do Not use returned value of atoi() as array index without checking its range","isActive": true,"properties": { },"cwe": 0}, | ||
{"code":"CHECK_FREE_STMT_THIRD_PARAM", "name": "Checking Free Statement for a parameter object", "type": "BOTH", "categoryName": "Tizen", "severityCode": "CRI", "version": "0.9.4", "description": "You should have free statement for a parameter by calling ${methodName}", "isActive": true, "properties": {"method-list": "app_control_get_extra_data,app_control_get_extra_data_array"}, "cwe": 0}, | ||
{"code":"CHECK_ARRAY_INDEX_OUT_OF_BOUNDS", "name": "Checking array index out of bounds", "type": "BOTH", "categoryName": "Tizen", "severityCode": "CRI", "version": "0.9.4", "description": "Array index out of bounds", "isActive": true, "properties": { }, "cwe": 129}, | ||
{"code": "CHECK_ARRAY_INDEX_OUT_OF_BOUNDS_TWO_DIMESIONAL", "name": "Checking array index out of bounds", "type": "BOTH", "categoryName": "Tizen", "severityCode": "CRI", "version": "0.9.4", "description": "Array index out of bounds", "isActive": true, "properties": { }, "cwe": 129}, | ||
{"code": "DO_WHILE_BRACKET", "name": "Do-While bracket check", "type": "BOTH", "categoryName": "CRC", "severityCode": "CRC", "version": "0.9.4", "description": "In the do-while statement, {} shall be always used", "isActive": true, "properties": { }, "cwe": 0} | ||
], | ||
"toolName":"dexter-vd-cpp","language":"CPP"} |
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
project/dexter.eclipse.update.64/features/dexter.eclipse.feature.64_0.9.4.jar
Binary file not shown.
Binary file modified
BIN
+130 Bytes
(100%)
project/dexter.eclipse.update.64/plugins/dexter-core_0.9.4.jar
Binary file not shown.
Binary file modified
BIN
+981 KB
(110%)
project/dexter.eclipse.update.64/plugins/dexter-cppcheck_0.9.4.jar
Binary file not shown.
Binary file modified
BIN
+6 Bytes
(100%)
project/dexter.eclipse.update.64/plugins/dexter-eclipse-help_0.9.4.jar
Binary file not shown.
Binary file modified
BIN
+53 Bytes
(100%)
project/dexter.eclipse.update.64/plugins/dexter-eclipse-ui_0.9.4.jar
Binary file not shown.
Binary file modified
BIN
+45 Bytes
(100%)
project/dexter.eclipse.update.64/plugins/dexter-eclipse_0.9.4.jar
Binary file not shown.
Binary file modified
BIN
+4 Bytes
(100%)
project/dexter.eclipse.update.64/plugins/dexter-executor_0.9.4.jar
Binary file not shown.
Binary file modified
BIN
+45 Bytes
(100%)
project/dexter.eclipse.update.64/plugins/dexter-findbugs_0.9.4.jar
Binary file not shown.
Binary file modified
BIN
-70 Bytes
(100%)
project/dexter.eclipse.update.64/plugins/dexter-metrics_0.9.4.jar
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
project/dexter.eclipse.update.64/plugins/dexter-opensource_0.9.4.jar
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters