SerialSCF.nativecodeanalysis.sarif 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252
  1. {
  2. "version": "2.1.0",
  3. "$schema": "https://schemastore.azurewebsites.net/schemas/json/sarif-2.1.0-rtm.5.json",
  4. "runs": [
  5. {
  6. "results": [
  7. {
  8. "ruleId": "C26812",
  9. "message": {
  10. "text": "枚举类型“_SCF_Transfertype”未设定范围。相比于 \"enum\",首选 \"enum class\" (Enum.3)。"
  11. },
  12. "locations": [
  13. {
  14. "physicalLocation": {
  15. "artifactLocation": {
  16. "uri": "file:///E:/deliver/include/SCF.h"
  17. },
  18. "region": {
  19. "startLine": 254,
  20. "startColumn": 2,
  21. "endLine": 254,
  22. "endColumn": 2
  23. }
  24. },
  25. "logicalLocations": [
  26. {
  27. "decoratedName": "??0SCF@@QEAA@AEBV0@@Z",
  28. "kind": "function"
  29. }
  30. ]
  31. }
  32. ]
  33. },
  34. {
  35. "ruleId": "C26495",
  36. "message": {
  37. "text": "未初始化变量 SerialSCF::m_StopBits。始终初始化成员变量(type.6)。"
  38. },
  39. "locations": [
  40. {
  41. "physicalLocation": {
  42. "artifactLocation": {
  43. "uri": "file:///E:/DIOS_V2/DriverPlatform/SCF/SerialSCF/SerialSCF.cpp"
  44. },
  45. "region": {
  46. "startLine": 8,
  47. "startColumn": 12,
  48. "endLine": 8,
  49. "endColumn": 12
  50. }
  51. },
  52. "logicalLocations": [
  53. {
  54. "decoratedName": "??0SerialSCF@@QEAA@XZ",
  55. "kind": "function"
  56. }
  57. ]
  58. }
  59. ],
  60. "properties": {
  61. "targetSymbol": "SerialSCF::m_StopBits"
  62. }
  63. },
  64. {
  65. "ruleId": "C26495",
  66. "message": {
  67. "text": "未初始化变量 SerialSCF::m_Parity。始终初始化成员变量(type.6)。"
  68. },
  69. "locations": [
  70. {
  71. "physicalLocation": {
  72. "artifactLocation": {
  73. "uri": "file:///E:/DIOS_V2/DriverPlatform/SCF/SerialSCF/SerialSCF.cpp"
  74. },
  75. "region": {
  76. "startLine": 8,
  77. "startColumn": 12,
  78. "endLine": 8,
  79. "endColumn": 12
  80. }
  81. },
  82. "logicalLocations": [
  83. {
  84. "decoratedName": "??0SerialSCF@@QEAA@XZ",
  85. "kind": "function"
  86. }
  87. ]
  88. }
  89. ],
  90. "properties": {
  91. "targetSymbol": "SerialSCF::m_Parity"
  92. }
  93. },
  94. {
  95. "ruleId": "C26495",
  96. "message": {
  97. "text": "未初始化变量 SerialSCF::m_ByteSize。始终初始化成员变量(type.6)。"
  98. },
  99. "locations": [
  100. {
  101. "physicalLocation": {
  102. "artifactLocation": {
  103. "uri": "file:///E:/DIOS_V2/DriverPlatform/SCF/SerialSCF/SerialSCF.cpp"
  104. },
  105. "region": {
  106. "startLine": 8,
  107. "startColumn": 12,
  108. "endLine": 8,
  109. "endColumn": 12
  110. }
  111. },
  112. "logicalLocations": [
  113. {
  114. "decoratedName": "??0SerialSCF@@QEAA@XZ",
  115. "kind": "function"
  116. }
  117. ]
  118. }
  119. ],
  120. "properties": {
  121. "targetSymbol": "SerialSCF::m_ByteSize"
  122. }
  123. },
  124. {
  125. "ruleId": "C26495",
  126. "message": {
  127. "text": "未初始化变量 SerialSCF::m_BaudRate。始终初始化成员变量(type.6)。"
  128. },
  129. "locations": [
  130. {
  131. "physicalLocation": {
  132. "artifactLocation": {
  133. "uri": "file:///E:/DIOS_V2/DriverPlatform/SCF/SerialSCF/SerialSCF.cpp"
  134. },
  135. "region": {
  136. "startLine": 8,
  137. "startColumn": 12,
  138. "endLine": 8,
  139. "endColumn": 12
  140. }
  141. },
  142. "logicalLocations": [
  143. {
  144. "decoratedName": "??0SerialSCF@@QEAA@XZ",
  145. "kind": "function"
  146. }
  147. ]
  148. }
  149. ],
  150. "properties": {
  151. "targetSymbol": "SerialSCF::m_BaudRate"
  152. }
  153. }
  154. ],
  155. "tool": {
  156. "driver": {
  157. "name": "PREfast",
  158. "fullName": "PREfast Code Analysis",
  159. "version": "14.29.30147.0",
  160. "informationUri": "https://aka.ms/cpp/ca"
  161. }
  162. },
  163. "invocations": [
  164. {
  165. "commandLine": "\"d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x64\\c1xx.dll\" -ACf{1F7B090C-16DB-4822-966A-A93D26ED4681} -ACpmspft140.dll -Alint -D_PREFAST_ -D_AST_FE_ -Analyze -zm0x00B2C1B0 -allChunksReserved -il C:\\Users\\ecom\\AppData\\Local\\Temp\\_CL_ba78d762ast -typedil -f SerialSCF.cpp -Ze -D_MSC_EXTENSIONS -Zp16 -pc \\:/ -D_MSC_VER=1929 -D_MSC_FULL_VER=192930147 -D_MSC_BUILD=0 -D_M_AMD64=100 -ZILP448 -D_M_X64=100 -D_WIN64 -D_WIN32 -GR -D_CPPRTTI -nologo -W 3 -diagnostics:column -D_GUARDOVERFLOW_CRT_ALLOCATORS=1 -GF -Og -Ot -Oy -Oi -ltcg -DCODE_ANALYSIS -DWIN32 -DNDEBUG -D_WINDOWS -D_USRDLL -DSERIALSCF_EXPORTS -D_WINDLL -D_MBCS -EHs -D_CPPUNWIND -EHc -MD -D_MT -D_DLL -GS -D_M_FP_PRECISE -Zc:wchar_t -Zc:forScope -Yustdafx.h -Fpx64\\Release\\SerialSCFX64.pch -Fox64\\Release\\SerialSCF.obj -Fdx64\\Release\\vc142.pdb -external:W 3 -Gd -analyze:projectdirectory E:\\DIOS_V2\\DriverPlatform\\SCF\\SerialSCF -analyze:rulesetdirectory ;d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Team Tools\\Static Analysis Tools\\\\Rule Sets; -analyze:ruleset d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\Team Tools\\Static Analysis Tools\\Rule Sets\\NativeRecommendedRules.ruleset -analyze:quiet -analyze:plugin d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\bin\\HostX86\\x86\\EspXEngine.dll -FC -errorreport:prompt -I E:\\deliver\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\include -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\ucrt -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\UnitTest\\include -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\um -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\shared -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\winrt -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\cppwinrt -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -external:I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\include -external:I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Tools\\MSVC\\14.29.30133\\atlmfc\\include -external:I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\include -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\ucrt -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\ucrt -external:I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\UnitTest\\include -I d:\\Program Files (x86)\\Microsoft Visual Studio\\2019\\Professional\\VC\\Auxiliary\\VS\\UnitTest\\include -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\um -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\um -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\shared -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\shared -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\winrt -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\winrt -external:I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\cppwinrt -I D:\\Windows Kits\\10\\Include\\10.0.19041.0\\cppwinrt -external:I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um -I C:\\Program Files (x86)\\Windows Kits\\NETFXSDK\\4.8\\Include\\um",
  166. "executionSuccessful": true
  167. }
  168. ],
  169. "artifacts": [
  170. {
  171. "location": {
  172. "uri": "file:///E:/deliver/include/SCF.h"
  173. },
  174. "roles": [
  175. "resultFile"
  176. ],
  177. "hashes": {
  178. "md5": "acc80c1bb996650f48e226f5b637c693"
  179. }
  180. },
  181. {
  182. "location": {
  183. "uri": "file:///E:/DIOS_V2/DriverPlatform/SCF/SerialSCF/SerialSCF.cpp"
  184. },
  185. "roles": [
  186. "analysisTarget",
  187. "resultFile"
  188. ],
  189. "hashes": {
  190. "md5": "e8f5c4392531b3a7e14cd116ad350ec6"
  191. }
  192. },
  193. {
  194. "location": {
  195. "uri": "file:///e:/dios_v2/driverplatform/scf/serialscf/stdafx.h"
  196. },
  197. "hashes": {
  198. "md5": "1670d257289af5a4bf0cc9741805575e"
  199. }
  200. },
  201. {
  202. "location": {
  203. "uri": "file:///e:/dios_v2/driverplatform/scf/serialscf/targetver.h"
  204. },
  205. "hashes": {
  206. "md5": "20a1397a4f718d91f76e2681bef085b6"
  207. }
  208. },
  209. {
  210. "location": {
  211. "uri": "file:///e:/dios_v2/driverplatform/scf/serialscf/serialscf.h"
  212. },
  213. "hashes": {
  214. "md5": "4a39346ede622f4d84c6b85e59859a5a"
  215. }
  216. },
  217. {
  218. "location": {
  219. "uri": "file:///e:/deliver/include/resdataobject.h"
  220. },
  221. "hashes": {
  222. "md5": "5952703846c703003535fa667ae9a289"
  223. }
  224. },
  225. {
  226. "location": {
  227. "uri": "file:///e:/deliver/include/dioslock.h"
  228. },
  229. "hashes": {
  230. "md5": "19f422bc4ce2ba8a2fd99f23bd1218fc"
  231. }
  232. },
  233. {
  234. "location": {
  235. "uri": "file:///e:/deliver/include/logger.h"
  236. },
  237. "hashes": {
  238. "md5": "dcc81685c0ed303899127b874b73f16e"
  239. }
  240. },
  241. {
  242. "location": {
  243. "uri": "file:///e:/deliver/include/diosthread.h"
  244. },
  245. "hashes": {
  246. "md5": "f79dd78165d55ab364f98e65e1049af4"
  247. }
  248. }
  249. ]
  250. }
  251. ]
  252. }