Produced by Araxis Merge on 4/9/2018 3:46:43 PM Eastern Daylight Time. See www.araxis.com for information about Merge. This report uses XHTML and CSS2, and is best viewed with a modern standards-compliant browser. For optimum results when printing this report, use landscape orientation and enable printing of background images and colours in your browser.
| # | Location | File | Last Modified |
|---|---|---|---|
| 1 | Mon Apr 9 19:46:41 2018 UTC | ||
| 2 | TelehealthMgmtPlat_4.0.zip\Telehealth Management Platform 4.0\Integration-Prod.zip\Integration-Prod\Reports | VA.TMP.CRM-Integration-DeveloperWorkbook.xlsx | Mon Apr 9 02:47:51 2018 UTC |
| Description | Between Files 1 and 2 |
|
|---|---|---|
| Text Blocks | Lines | |
| Unchanged | 0 | 0 |
| Changed | 0 | 0 |
| Inserted | 1 | 14033 |
| Removed | 0 | 0 |
| Whitespace | |
|---|---|
| Character case | Differences in character case are significant |
| Line endings | Differences in line endings (CR and LF characters) are ignored |
| CR/LF characters | Not shown in the comparison detail |
No regular expressions were active.
| 1 | SHEET: Rep ort | |||||
| 2 | HPE Securi ty Fortify Audit Wor kbench, | |||||
| 3 | Developer Workbook, | |||||
| 4 | Va.TMP.CRM -Integrati on, | |||||
| 5 | ||||||
| 6 | Table of C ontents, | |||||
| 7 | Executive Summary, | |||||
| 8 | Project De scription, | |||||
| 9 | Issue Brea kdown by F ortify Cat egories, | |||||
| 10 | Results Ou tline, | |||||
| 11 | Descriptio n of Key T erminology , | |||||
| 12 | About HPE Security, | |||||
| 13 | Executive Summary, | |||||
| 14 | This workb ook is int ended to p rovide all necessary details a nd informa tion for a developer to unders tand and r emediate t he differe nt issues discovered during th e Va.TMP.C RM-Integra tion proje ct audit. The inform ation cont ained in t his workbo ok is targ eted at pr oject mana gers and d evelopers. , | |||||
| 15 | This secti on provide s an overv iew of the issues un covered du ring analy sis., | |||||
| 16 | Project Na me:,Va.TMP .CRM-Integ ration, | |||||
| 17 | Project Ve rsion:,,Is sues by Pr iority, | |||||
| 18 | SCA:,Resul ts Present ,Impact,10 ,0, | |||||
| 19 | WebInspect :,Results Not Presen t,High,Cri tical, | |||||
| 20 | SecuritySc ope:,Resul ts Not Pre sent,734,0 , | |||||
| 21 | Other:,Res ults Not P resent,Low ,Medium, | |||||
| 22 | ||||||
| 23 | Likelihood , | |||||
| 24 | ||||||
| 25 | Project De scription, | |||||
| 26 | This secti on provide s an overv iew of the HPE Secur ity Fortif y scan eng ines used for this p roject, as well as t he project meta-info rmation., | |||||
| 27 | SCA, | |||||
| 28 | Date of La st Analysi s:,Jul 27, 2017, 7:4 7 PM,Engin e Version: ,16.10.009 5, | |||||
| 29 | Host Name: ,PSSC-VA-P MG,Certifi cation:,VA LID, | |||||
| 30 | Number of Files:,297 ,Lines of Code:,55,6 07, | |||||
| 31 | ||||||
| 32 | Issue Brea kdown by F ortify Cat egories, | |||||
| 33 | The follow ing table depicts a summary of all issue s grouped vertically by Fortif y Category . For each category, the total number of issues is shown by Fortify Pr iority Ord er, includ ing inform ation abou t the numb er of audi ted issues ., | |||||
| 34 | ||||||
| 35 | Category,F ortify Pri ority (aud ited/total ),Total Is sues, | |||||
| 36 | Critical,H igh,Medium ,Low, | |||||
| 37 | Dead Code: Unused Fi eld,0,0,0, 0 / 692,0 / 692, | |||||
| 38 | Null Deref erence,0,0 / 10,0,0, 0 / 10, | |||||
| 39 | :PORT :POR T Comment, 0,0,0,0 / 2,0 / 2, | |||||
| 40 | Poor Error Handling: Empty Cat ch Block,0 ,0,0,0 / 1 ,0 / 1, | |||||
| 41 | Poor Error Handling: Overly Br oad Catch, 0,0,0,0 / 27,0 / 27, | |||||
| 42 | System Inf ormation L eak: Inter nal,0,0,0, 0 / 12,0 / 12, | |||||
| 43 | Results Ou tline, | |||||
| 44 | Dead Code: Unused Fi eld (692 i ssues), | |||||
| 45 | Abstract, | |||||
| 46 | This field is never used direc tly or ind irectly by a public method., | |||||
| 47 | Explanatio n, | |||||
| 48 | This field is never accessed, except per haps by de ad code. D ead code i s defined as code th at is neve r directly or indire ctly execu ted by a p ublic meth od. It is likely tha t the fiel d is simpl y vestigia l, but it is also po ssible tha t the unus ed field p oints out a bug., | |||||
| 49 | Example 1: , | |||||
| 50 | The field named , | |||||
| 51 | glue, | |||||
| 52 | is not us ed in the following class. The author of the class has accid entally pu t quotes a round the field name , transfor ming it in to a strin g constant ., | |||||
| 53 | public cla ss Dead {, | |||||
| 54 | string g lue;, | |||||
| 55 | public s tring GetG lue() {, | |||||
| 56 | return "glue";, | |||||
| 57 | }, | |||||
| 58 | }, | |||||
| 59 | Example 2: , | |||||
| 60 | The field named , | |||||
| 61 | glue, | |||||
| 62 | is used i n the foll owing clas s, but onl y from a m ethod that is never called by a public m ethod., | |||||
| 63 | public cla ss Dead {, | |||||
| 64 | string g lue;, | |||||
| 65 | private string Get Glue() {, | |||||
| 66 | return glue;, | |||||
| 67 | }, | |||||
| 68 | }, | |||||
| 69 | Recommenda tion, | |||||
| 70 | In general , you shou ld repair or remove dead code. To repair dead code , execute the dead c ode direct ly or indi rectly thr ough a pub lic method . Dead cod e causes a dditional complexity and maint enance bur den withou t contribu ting to th e function ality of t he program ., | |||||
| 71 | Issue Summ ary, | |||||
| 72 | ||||||
| 73 | Engine Bre akdown, | |||||
| 74 | SCA,WebIns pect,Secur ityScope,T otal, | |||||
| 75 | Dead Code: Unused Fi eld,692,0, 0,692, | |||||
| 76 | Total,692, 0,0,692, | |||||
| 77 | ||||||
| 78 | Dead Code: Unused Fi eld,Low, | |||||
| 79 | Package: V A.TMP.Data Model, | |||||
| 80 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 200388 ( Dead Code: Unused Fi eld),Low, | |||||
| 81 | Issue Deta ils, | |||||
| 82 | Kingdom:, | |||||
| 83 | Code Qual ity, | |||||
| 84 | Scan Engin e:, | |||||
| 85 | SCA (Stru ctural), | |||||
| 86 | ||||||
| 87 | ||||||
| 88 | ||||||
| 89 | Sink Detai ls, | |||||
| 90 | Sink:, | |||||
| 91 | Field: Pr opertyChan ging, | |||||
| 92 | File:, | |||||
| 93 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:200 388, | |||||
| 94 | Taint Flag s:, | |||||
| 95 | , | |||||
| 96 | ||||||
| 97 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 7950 (De ad Code: U nused Fiel d),Low, | |||||
| 98 | Issue Deta ils, | |||||
| 99 | Kingdom:, | |||||
| 100 | Code Qual ity, | |||||
| 101 | Scan Engin e:, | |||||
| 102 | SCA (Stru ctural), | |||||
| 103 | ||||||
| 104 | ||||||
| 105 | ||||||
| 106 | Sink Detai ls, | |||||
| 107 | Sink:, | |||||
| 108 | Field: Pr opertyChan ged, | |||||
| 109 | File:, | |||||
| 110 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:795 0, | |||||
| 111 | Taint Flag s:, | |||||
| 112 | , | |||||
| 113 | ||||||
| 114 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 30455 (D ead Code: Unused Fie ld),Low, | |||||
| 115 | Issue Deta ils, | |||||
| 116 | Kingdom:, | |||||
| 117 | Code Qual ity, | |||||
| 118 | Scan Engin e:, | |||||
| 119 | SCA (Stru ctural), | |||||
| 120 | ||||||
| 121 | ||||||
| 122 | ||||||
| 123 | Sink Detai ls, | |||||
| 124 | Sink:, | |||||
| 125 | Field: Pr opertyChan ged, | |||||
| 126 | File:, | |||||
| 127 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:304 55, | |||||
| 128 | Taint Flag s:, | |||||
| 129 | , | |||||
| 130 | ||||||
| 131 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 201136 ( Dead Code: Unused Fi eld),Low, | |||||
| 132 | Issue Deta ils, | |||||
| 133 | Kingdom:, | |||||
| 134 | Code Qual ity, | |||||
| 135 | Scan Engin e:, | |||||
| 136 | SCA (Stru ctural), | |||||
| 137 | ||||||
| 138 | ||||||
| 139 | ||||||
| 140 | Sink Detai ls, | |||||
| 141 | Sink:, | |||||
| 142 | Field: Pr opertyChan ging, | |||||
| 143 | File:, | |||||
| 144 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:201 136, | |||||
| 145 | Taint Flag s:, | |||||
| 146 | , | |||||
| 147 | ||||||
| 148 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 249777 ( Dead Code: Unused Fi eld),Low, | |||||
| 149 | Issue Deta ils, | |||||
| 150 | Kingdom:, | |||||
| 151 | Code Qual ity, | |||||
| 152 | Scan Engin e:, | |||||
| 153 | SCA (Stru ctural), | |||||
| 154 | ||||||
| 155 | ||||||
| 156 | ||||||
| 157 | Sink Detai ls, | |||||
| 158 | Sink:, | |||||
| 159 | Field: Pr opertyChan ged, | |||||
| 160 | File:, | |||||
| 161 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:249 777, | |||||
| 162 | Taint Flag s:, | |||||
| 163 | , | |||||
| 164 | ||||||
| 165 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 144829 ( Dead Code: Unused Fi eld),Low, | |||||
| 166 | Issue Deta ils, | |||||
| 167 | Kingdom:, | |||||
| 168 | Code Qual ity, | |||||
| 169 | Scan Engin e:, | |||||
| 170 | SCA (Stru ctural), | |||||
| 171 | ||||||
| 172 | ||||||
| 173 | ||||||
| 174 | Sink Detai ls, | |||||
| 175 | Sink:, | |||||
| 176 | Field: Pr opertyChan ged, | |||||
| 177 | File:, | |||||
| 178 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:144 829, | |||||
| 179 | Taint Flag s:, | |||||
| 180 | , | |||||
| 181 | ||||||
| 182 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 182199 ( Dead Code: Unused Fi eld),Low, | |||||
| 183 | Issue Deta ils, | |||||
| 184 | Kingdom:, | |||||
| 185 | Code Qual ity, | |||||
| 186 | Scan Engin e:, | |||||
| 187 | SCA (Stru ctural), | |||||
| 188 | ||||||
| 189 | ||||||
| 190 | ||||||
| 191 | Sink Detai ls, | |||||
| 192 | Sink:, | |||||
| 193 | Field: Pr opertyChan ged, | |||||
| 194 | File:, | |||||
| 195 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:182 199, | |||||
| 196 | Taint Flag s:, | |||||
| 197 | , | |||||
| 198 | ||||||
| 199 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 247851 ( Dead Code: Unused Fi eld),Low, | |||||
| 200 | Issue Deta ils, | |||||
| 201 | Kingdom:, | |||||
| 202 | Code Qual ity, | |||||
| 203 | Scan Engin e:, | |||||
| 204 | SCA (Stru ctural), | |||||
| 205 | ||||||
| 206 | ||||||
| 207 | ||||||
| 208 | Sink Detai ls, | |||||
| 209 | Sink:, | |||||
| 210 | Field: Pr opertyChan ged, | |||||
| 211 | File:, | |||||
| 212 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:247 851, | |||||
| 213 | Taint Flag s:, | |||||
| 214 | , | |||||
| 215 | ||||||
| 216 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 79607 (D ead Code: Unused Fie ld),Low, | |||||
| 217 | Issue Deta ils, | |||||
| 218 | Kingdom:, | |||||
| 219 | Code Qual ity, | |||||
| 220 | Scan Engin e:, | |||||
| 221 | SCA (Stru ctural), | |||||
| 222 | ||||||
| 223 | ||||||
| 224 | ||||||
| 225 | Sink Detai ls, | |||||
| 226 | Sink:, | |||||
| 227 | Field: Pr opertyChan ged, | |||||
| 228 | File:, | |||||
| 229 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:796 07, | |||||
| 230 | Taint Flag s:, | |||||
| 231 | , | |||||
| 232 | ||||||
| 233 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 294424 ( Dead Code: Unused Fi eld),Low, | |||||
| 234 | Issue Deta ils, | |||||
| 235 | Kingdom:, | |||||
| 236 | Code Qual ity, | |||||
| 237 | Scan Engin e:, | |||||
| 238 | SCA (Stru ctural), | |||||
| 239 | ||||||
| 240 | ||||||
| 241 | ||||||
| 242 | Sink Detai ls, | |||||
| 243 | Sink:, | |||||
| 244 | Field: Pr opertyChan ged, | |||||
| 245 | File:, | |||||
| 246 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:294 424, | |||||
| 247 | Taint Flag s:, | |||||
| 248 | , | |||||
| 249 | ||||||
| 250 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 219472 ( Dead Code: Unused Fi eld),Low, | |||||
| 251 | Issue Deta ils, | |||||
| 252 | Kingdom:, | |||||
| 253 | Code Qual ity, | |||||
| 254 | Scan Engin e:, | |||||
| 255 | SCA (Stru ctural), | |||||
| 256 | ||||||
| 257 | ||||||
| 258 | ||||||
| 259 | Sink Detai ls, | |||||
| 260 | Sink:, | |||||
| 261 | Field: Pr opertyChan ged, | |||||
| 262 | File:, | |||||
| 263 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:219 472, | |||||
| 264 | Taint Flag s:, | |||||
| 265 | , | |||||
| 266 | ||||||
| 267 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 68279 (D ead Code: Unused Fie ld),Low, | |||||
| 268 | Issue Deta ils, | |||||
| 269 | Kingdom:, | |||||
| 270 | Code Qual ity, | |||||
| 271 | Scan Engin e:, | |||||
| 272 | SCA (Stru ctural), | |||||
| 273 | ||||||
| 274 | ||||||
| 275 | ||||||
| 276 | Sink Detai ls, | |||||
| 277 | Sink:, | |||||
| 278 | Field: Pr opertyChan ged, | |||||
| 279 | File:, | |||||
| 280 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:682 79, | |||||
| 281 | Taint Flag s:, | |||||
| 282 | , | |||||
| 283 | ||||||
| 284 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 229845 ( Dead Code: Unused Fi eld),Low, | |||||
| 285 | Issue Deta ils, | |||||
| 286 | Kingdom:, | |||||
| 287 | Code Qual ity, | |||||
| 288 | Scan Engin e:, | |||||
| 289 | SCA (Stru ctural), | |||||
| 290 | ||||||
| 291 | ||||||
| 292 | ||||||
| 293 | Sink Detai ls, | |||||
| 294 | Sink:, | |||||
| 295 | Field: Pr opertyChan ging, | |||||
| 296 | File:, | |||||
| 297 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:229 845, | |||||
| 298 | Taint Flag s:, | |||||
| 299 | , | |||||
| 300 | ||||||
| 301 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 55056 (D ead Code: Unused Fie ld),Low, | |||||
| 302 | Issue Deta ils, | |||||
| 303 | Kingdom:, | |||||
| 304 | Code Qual ity, | |||||
| 305 | Scan Engin e:, | |||||
| 306 | SCA (Stru ctural), | |||||
| 307 | ||||||
| 308 | ||||||
| 309 | ||||||
| 310 | Sink Detai ls, | |||||
| 311 | Sink:, | |||||
| 312 | Field: Pr opertyChan ged, | |||||
| 313 | File:, | |||||
| 314 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:550 56, | |||||
| 315 | Taint Flag s:, | |||||
| 316 | , | |||||
| 317 | ||||||
| 318 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 100935 ( Dead Code: Unused Fi eld),Low, | |||||
| 319 | Issue Deta ils, | |||||
| 320 | Kingdom:, | |||||
| 321 | Code Qual ity, | |||||
| 322 | Scan Engin e:, | |||||
| 323 | SCA (Stru ctural), | |||||
| 324 | ||||||
| 325 | ||||||
| 326 | ||||||
| 327 | Sink Detai ls, | |||||
| 328 | Sink:, | |||||
| 329 | Field: Pr opertyChan ging, | |||||
| 330 | File:, | |||||
| 331 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:100 935, | |||||
| 332 | Taint Flag s:, | |||||
| 333 | , | |||||
| 334 | ||||||
| 335 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 68281 (D ead Code: Unused Fie ld),Low, | |||||
| 336 | Issue Deta ils, | |||||
| 337 | Kingdom:, | |||||
| 338 | Code Qual ity, | |||||
| 339 | Scan Engin e:, | |||||
| 340 | SCA (Stru ctural), | |||||
| 341 | ||||||
| 342 | ||||||
| 343 | ||||||
| 344 | Sink Detai ls, | |||||
| 345 | Sink:, | |||||
| 346 | Field: Pr opertyChan ging, | |||||
| 347 | File:, | |||||
| 348 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:682 81, | |||||
| 349 | Taint Flag s:, | |||||
| 350 | , | |||||
| 351 | ||||||
| 352 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 131864 ( Dead Code: Unused Fi eld),Low, | |||||
| 353 | Issue Deta ils, | |||||
| 354 | Kingdom:, | |||||
| 355 | Code Qual ity, | |||||
| 356 | Scan Engin e:, | |||||
| 357 | SCA (Stru ctural), | |||||
| 358 | ||||||
| 359 | ||||||
| 360 | ||||||
| 361 | Sink Detai ls, | |||||
| 362 | Sink:, | |||||
| 363 | Field: Pr opertyChan ging, | |||||
| 364 | File:, | |||||
| 365 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:131 864, | |||||
| 366 | Taint Flag s:, | |||||
| 367 | , | |||||
| 368 | ||||||
| 369 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 233065 ( Dead Code: Unused Fi eld),Low, | |||||
| 370 | Issue Deta ils, | |||||
| 371 | Kingdom:, | |||||
| 372 | Code Qual ity, | |||||
| 373 | Scan Engin e:, | |||||
| 374 | SCA (Stru ctural), | |||||
| 375 | ||||||
| 376 | ||||||
| 377 | ||||||
| 378 | Sink Detai ls, | |||||
| 379 | Sink:, | |||||
| 380 | Field: Pr opertyChan ged, | |||||
| 381 | File:, | |||||
| 382 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:233 065, | |||||
| 383 | Taint Flag s:, | |||||
| 384 | , | |||||
| 385 | ||||||
| 386 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 103390 ( Dead Code: Unused Fi eld),Low, | |||||
| 387 | Issue Deta ils, | |||||
| 388 | Kingdom:, | |||||
| 389 | Code Qual ity, | |||||
| 390 | Scan Engin e:, | |||||
| 391 | SCA (Stru ctural), | |||||
| 392 | ||||||
| 393 | ||||||
| 394 | ||||||
| 395 | Sink Detai ls, | |||||
| 396 | Sink:, | |||||
| 397 | Field: Pr opertyChan ged, | |||||
| 398 | File:, | |||||
| 399 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:103 390, | |||||
| 400 | Taint Flag s:, | |||||
| 401 | , | |||||
| 402 | ||||||
| 403 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 13394 (D ead Code: Unused Fie ld),Low, | |||||
| 404 | Issue Deta ils, | |||||
| 405 | Kingdom:, | |||||
| 406 | Code Qual ity, | |||||
| 407 | Scan Engin e:, | |||||
| 408 | SCA (Stru ctural), | |||||
| 409 | ||||||
| 410 | ||||||
| 411 | ||||||
| 412 | Sink Detai ls, | |||||
| 413 | Sink:, | |||||
| 414 | Field: Pr opertyChan ging, | |||||
| 415 | File:, | |||||
| 416 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:133 94, | |||||
| 417 | Taint Flag s:, | |||||
| 418 | , | |||||
| 419 | ||||||
| 420 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 73414 (D ead Code: Unused Fie ld),Low, | |||||
| 421 | Issue Deta ils, | |||||
| 422 | Kingdom:, | |||||
| 423 | Code Qual ity, | |||||
| 424 | Scan Engin e:, | |||||
| 425 | SCA (Stru ctural), | |||||
| 426 | ||||||
| 427 | ||||||
| 428 | ||||||
| 429 | Sink Detai ls, | |||||
| 430 | Sink:, | |||||
| 431 | Field: Pr opertyChan ged, | |||||
| 432 | File:, | |||||
| 433 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:734 14, | |||||
| 434 | Taint Flag s:, | |||||
| 435 | , | |||||
| 436 | ||||||
| 437 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 197155 ( Dead Code: Unused Fi eld),Low, | |||||
| 438 | Issue Deta ils, | |||||
| 439 | Kingdom:, | |||||
| 440 | Code Qual ity, | |||||
| 441 | Scan Engin e:, | |||||
| 442 | SCA (Stru ctural), | |||||
| 443 | ||||||
| 444 | ||||||
| 445 | ||||||
| 446 | Sink Detai ls, | |||||
| 447 | Sink:, | |||||
| 448 | Field: Pr opertyChan ged, | |||||
| 449 | File:, | |||||
| 450 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:197 155, | |||||
| 451 | Taint Flag s:, | |||||
| 452 | , | |||||
| 453 | ||||||
| 454 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 59892 (D ead Code: Unused Fie ld),Low, | |||||
| 455 | Issue Deta ils, | |||||
| 456 | Kingdom:, | |||||
| 457 | Code Qual ity, | |||||
| 458 | Scan Engin e:, | |||||
| 459 | SCA (Stru ctural), | |||||
| 460 | ||||||
| 461 | ||||||
| 462 | ||||||
| 463 | Sink Detai ls, | |||||
| 464 | Sink:, | |||||
| 465 | Field: Pr opertyChan ged, | |||||
| 466 | File:, | |||||
| 467 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:598 92, | |||||
| 468 | Taint Flag s:, | |||||
| 469 | , | |||||
| 470 | ||||||
| 471 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 239203 ( Dead Code: Unused Fi eld),Low, | |||||
| 472 | Issue Deta ils, | |||||
| 473 | Kingdom:, | |||||
| 474 | Code Qual ity, | |||||
| 475 | Scan Engin e:, | |||||
| 476 | SCA (Stru ctural), | |||||
| 477 | ||||||
| 478 | ||||||
| 479 | ||||||
| 480 | Sink Detai ls, | |||||
| 481 | Sink:, | |||||
| 482 | Field: Pr opertyChan ged, | |||||
| 483 | File:, | |||||
| 484 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:239 203, | |||||
| 485 | Taint Flag s:, | |||||
| 486 | , | |||||
| 487 | ||||||
| 488 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 129036 ( Dead Code: Unused Fi eld),Low, | |||||
| 489 | Issue Deta ils, | |||||
| 490 | Kingdom:, | |||||
| 491 | Code Qual ity, | |||||
| 492 | Scan Engin e:, | |||||
| 493 | SCA (Stru ctural), | |||||
| 494 | ||||||
| 495 | ||||||
| 496 | ||||||
| 497 | Sink Detai ls, | |||||
| 498 | Sink:, | |||||
| 499 | Field: Pr opertyChan ging, | |||||
| 500 | File:, | |||||
| 501 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:129 036, | |||||
| 502 | Taint Flag s:, | |||||
| 503 | , | |||||
| 504 | ||||||
| 505 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 187060 ( Dead Code: Unused Fi eld),Low, | |||||
| 506 | Issue Deta ils, | |||||
| 507 | Kingdom:, | |||||
| 508 | Code Qual ity, | |||||
| 509 | Scan Engin e:, | |||||
| 510 | SCA (Stru ctural), | |||||
| 511 | ||||||
| 512 | ||||||
| 513 | ||||||
| 514 | Sink Detai ls, | |||||
| 515 | Sink:, | |||||
| 516 | Field: Pr opertyChan ged, | |||||
| 517 | File:, | |||||
| 518 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:187 060, | |||||
| 519 | Taint Flag s:, | |||||
| 520 | , | |||||
| 521 | ||||||
| 522 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 195966 ( Dead Code: Unused Fi eld),Low, | |||||
| 523 | Issue Deta ils, | |||||
| 524 | Kingdom:, | |||||
| 525 | Code Qual ity, | |||||
| 526 | Scan Engin e:, | |||||
| 527 | SCA (Stru ctural), | |||||
| 528 | ||||||
| 529 | ||||||
| 530 | ||||||
| 531 | Sink Detai ls, | |||||
| 532 | Sink:, | |||||
| 533 | Field: Pr opertyChan ged, | |||||
| 534 | File:, | |||||
| 535 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:195 966, | |||||
| 536 | Taint Flag s:, | |||||
| 537 | , | |||||
| 538 | ||||||
| 539 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 83012 (D ead Code: Unused Fie ld),Low, | |||||
| 540 | Issue Deta ils, | |||||
| 541 | Kingdom:, | |||||
| 542 | Code Qual ity, | |||||
| 543 | Scan Engin e:, | |||||
| 544 | SCA (Stru ctural), | |||||
| 545 | ||||||
| 546 | ||||||
| 547 | ||||||
| 548 | Sink Detai ls, | |||||
| 549 | Sink:, | |||||
| 550 | Field: Pr opertyChan ging, | |||||
| 551 | File:, | |||||
| 552 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:830 12, | |||||
| 553 | Taint Flag s:, | |||||
| 554 | , | |||||
| 555 | ||||||
| 556 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 101573 ( Dead Code: Unused Fi eld),Low, | |||||
| 557 | Issue Deta ils, | |||||
| 558 | Kingdom:, | |||||
| 559 | Code Qual ity, | |||||
| 560 | Scan Engin e:, | |||||
| 561 | SCA (Stru ctural), | |||||
| 562 | ||||||
| 563 | ||||||
| 564 | ||||||
| 565 | Sink Detai ls, | |||||
| 566 | Sink:, | |||||
| 567 | Field: Pr opertyChan ged, | |||||
| 568 | File:, | |||||
| 569 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:101 573, | |||||
| 570 | Taint Flag s:, | |||||
| 571 | , | |||||
| 572 | ||||||
| 573 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 275156 ( Dead Code: Unused Fi eld),Low, | |||||
| 574 | Issue Deta ils, | |||||
| 575 | Kingdom:, | |||||
| 576 | Code Qual ity, | |||||
| 577 | Scan Engin e:, | |||||
| 578 | SCA (Stru ctural), | |||||
| 579 | ||||||
| 580 | ||||||
| 581 | ||||||
| 582 | Sink Detai ls, | |||||
| 583 | Sink:, | |||||
| 584 | Field: Pr opertyChan ged, | |||||
| 585 | File:, | |||||
| 586 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:275 156, | |||||
| 587 | Taint Flag s:, | |||||
| 588 | , | |||||
| 589 | ||||||
| 590 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 107852 ( Dead Code: Unused Fi eld),Low, | |||||
| 591 | Issue Deta ils, | |||||
| 592 | Kingdom:, | |||||
| 593 | Code Qual ity, | |||||
| 594 | Scan Engin e:, | |||||
| 595 | SCA (Stru ctural), | |||||
| 596 | ||||||
| 597 | ||||||
| 598 | ||||||
| 599 | Sink Detai ls, | |||||
| 600 | Sink:, | |||||
| 601 | Field: Pr opertyChan ged, | |||||
| 602 | File:, | |||||
| 603 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:107 852, | |||||
| 604 | Taint Flag s:, | |||||
| 605 | , | |||||
| 606 | ||||||
| 607 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 82877 (D ead Code: Unused Fie ld),Low, | |||||
| 608 | Issue Deta ils, | |||||
| 609 | Kingdom:, | |||||
| 610 | Code Qual ity, | |||||
| 611 | Scan Engin e:, | |||||
| 612 | SCA (Stru ctural), | |||||
| 613 | ||||||
| 614 | ||||||
| 615 | ||||||
| 616 | Sink Detai ls, | |||||
| 617 | Sink:, | |||||
| 618 | Field: Pr opertyChan ged, | |||||
| 619 | File:, | |||||
| 620 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:828 77, | |||||
| 621 | Taint Flag s:, | |||||
| 622 | , | |||||
| 623 | ||||||
| 624 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 4460 (De ad Code: U nused Fiel d),Low, | |||||
| 625 | Issue Deta ils, | |||||
| 626 | Kingdom:, | |||||
| 627 | Code Qual ity, | |||||
| 628 | Scan Engin e:, | |||||
| 629 | SCA (Stru ctural), | |||||
| 630 | ||||||
| 631 | ||||||
| 632 | ||||||
| 633 | Sink Detai ls, | |||||
| 634 | Sink:, | |||||
| 635 | Field: Pr opertyChan ging, | |||||
| 636 | File:, | |||||
| 637 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:446 0, | |||||
| 638 | Taint Flag s:, | |||||
| 639 | , | |||||
| 640 | ||||||
| 641 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 99600 (D ead Code: Unused Fie ld),Low, | |||||
| 642 | Issue Deta ils, | |||||
| 643 | Kingdom:, | |||||
| 644 | Code Qual ity, | |||||
| 645 | Scan Engin e:, | |||||
| 646 | SCA (Stru ctural), | |||||
| 647 | ||||||
| 648 | ||||||
| 649 | ||||||
| 650 | Sink Detai ls, | |||||
| 651 | Sink:, | |||||
| 652 | Field: Pr opertyChan ged, | |||||
| 653 | File:, | |||||
| 654 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:996 00, | |||||
| 655 | Taint Flag s:, | |||||
| 656 | , | |||||
| 657 | ||||||
| 658 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 189504 ( Dead Code: Unused Fi eld),Low, | |||||
| 659 | Issue Deta ils, | |||||
| 660 | Kingdom:, | |||||
| 661 | Code Qual ity, | |||||
| 662 | Scan Engin e:, | |||||
| 663 | SCA (Stru ctural), | |||||
| 664 | ||||||
| 665 | ||||||
| 666 | ||||||
| 667 | Sink Detai ls, | |||||
| 668 | Sink:, | |||||
| 669 | Field: Pr opertyChan ged, | |||||
| 670 | File:, | |||||
| 671 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:189 504, | |||||
| 672 | Taint Flag s:, | |||||
| 673 | , | |||||
| 674 | ||||||
| 675 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 275261 ( Dead Code: Unused Fi eld),Low, | |||||
| 676 | Issue Deta ils, | |||||
| 677 | Kingdom:, | |||||
| 678 | Code Qual ity, | |||||
| 679 | Scan Engin e:, | |||||
| 680 | SCA (Stru ctural), | |||||
| 681 | ||||||
| 682 | ||||||
| 683 | ||||||
| 684 | Sink Detai ls, | |||||
| 685 | Sink:, | |||||
| 686 | Field: Pr opertyChan ged, | |||||
| 687 | File:, | |||||
| 688 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:275 261, | |||||
| 689 | Taint Flag s:, | |||||
| 690 | , | |||||
| 691 | ||||||
| 692 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 62036 (D ead Code: Unused Fie ld),Low, | |||||
| 693 | Issue Deta ils, | |||||
| 694 | Kingdom:, | |||||
| 695 | Code Qual ity, | |||||
| 696 | Scan Engin e:, | |||||
| 697 | SCA (Stru ctural), | |||||
| 698 | ||||||
| 699 | ||||||
| 700 | ||||||
| 701 | Sink Detai ls, | |||||
| 702 | Sink:, | |||||
| 703 | Field: Pr opertyChan ging, | |||||
| 704 | File:, | |||||
| 705 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:620 36, | |||||
| 706 | Taint Flag s:, | |||||
| 707 | , | |||||
| 708 | ||||||
| 709 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 196624 ( Dead Code: Unused Fi eld),Low, | |||||
| 710 | Issue Deta ils, | |||||
| 711 | Kingdom:, | |||||
| 712 | Code Qual ity, | |||||
| 713 | Scan Engin e:, | |||||
| 714 | SCA (Stru ctural), | |||||
| 715 | ||||||
| 716 | ||||||
| 717 | ||||||
| 718 | Sink Detai ls, | |||||
| 719 | Sink:, | |||||
| 720 | Field: Pr opertyChan ged, | |||||
| 721 | File:, | |||||
| 722 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:196 624, | |||||
| 723 | Taint Flag s:, | |||||
| 724 | , | |||||
| 725 | ||||||
| 726 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 50 (Dead Code: Unu sed Field) ,Low, | |||||
| 727 | Issue Deta ils, | |||||
| 728 | Kingdom:, | |||||
| 729 | Code Qual ity, | |||||
| 730 | Scan Engin e:, | |||||
| 731 | SCA (Stru ctural), | |||||
| 732 | ||||||
| 733 | ||||||
| 734 | ||||||
| 735 | Sink Detai ls, | |||||
| 736 | Sink:, | |||||
| 737 | Field: Pr opertyChan ged, | |||||
| 738 | File:, | |||||
| 739 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:50, | |||||
| 740 | Taint Flag s:, | |||||
| 741 | , | |||||
| 742 | ||||||
| 743 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 228910 ( Dead Code: Unused Fi eld),Low, | |||||
| 744 | Issue Deta ils, | |||||
| 745 | Kingdom:, | |||||
| 746 | Code Qual ity, | |||||
| 747 | Scan Engin e:, | |||||
| 748 | SCA (Stru ctural), | |||||
| 749 | ||||||
| 750 | ||||||
| 751 | ||||||
| 752 | Sink Detai ls, | |||||
| 753 | Sink:, | |||||
| 754 | Field: Pr opertyChan ging, | |||||
| 755 | File:, | |||||
| 756 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:228 910, | |||||
| 757 | Taint Flag s:, | |||||
| 758 | , | |||||
| 759 | ||||||
| 760 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 114501 ( Dead Code: Unused Fi eld),Low, | |||||
| 761 | Issue Deta ils, | |||||
| 762 | Kingdom:, | |||||
| 763 | Code Qual ity, | |||||
| 764 | Scan Engin e:, | |||||
| 765 | SCA (Stru ctural), | |||||
| 766 | ||||||
| 767 | ||||||
| 768 | ||||||
| 769 | Sink Detai ls, | |||||
| 770 | Sink:, | |||||
| 771 | Field: Pr opertyChan ged, | |||||
| 772 | File:, | |||||
| 773 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:114 501, | |||||
| 774 | Taint Flag s:, | |||||
| 775 | , | |||||
| 776 | ||||||
| 777 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 36353 (D ead Code: Unused Fie ld),Low, | |||||
| 778 | Issue Deta ils, | |||||
| 779 | Kingdom:, | |||||
| 780 | Code Qual ity, | |||||
| 781 | Scan Engin e:, | |||||
| 782 | SCA (Stru ctural), | |||||
| 783 | ||||||
| 784 | ||||||
| 785 | ||||||
| 786 | Sink Detai ls, | |||||
| 787 | Sink:, | |||||
| 788 | Field: Pr opertyChan ging, | |||||
| 789 | File:, | |||||
| 790 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:363 53, | |||||
| 791 | Taint Flag s:, | |||||
| 792 | , | |||||
| 793 | ||||||
| 794 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 157723 ( Dead Code: Unused Fi eld),Low, | |||||
| 795 | Issue Deta ils, | |||||
| 796 | Kingdom:, | |||||
| 797 | Code Qual ity, | |||||
| 798 | Scan Engin e:, | |||||
| 799 | SCA (Stru ctural), | |||||
| 800 | ||||||
| 801 | ||||||
| 802 | ||||||
| 803 | Sink Detai ls, | |||||
| 804 | Sink:, | |||||
| 805 | Field: Pr opertyChan ging, | |||||
| 806 | File:, | |||||
| 807 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:157 723, | |||||
| 808 | Taint Flag s:, | |||||
| 809 | , | |||||
| 810 | ||||||
| 811 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 87800 (D ead Code: Unused Fie ld),Low, | |||||
| 812 | Issue Deta ils, | |||||
| 813 | Kingdom:, | |||||
| 814 | Code Qual ity, | |||||
| 815 | Scan Engin e:, | |||||
| 816 | SCA (Stru ctural), | |||||
| 817 | ||||||
| 818 | ||||||
| 819 | ||||||
| 820 | Sink Detai ls, | |||||
| 821 | Sink:, | |||||
| 822 | Field: Pr opertyChan ging, | |||||
| 823 | File:, | |||||
| 824 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:878 00, | |||||
| 825 | Taint Flag s:, | |||||
| 826 | , | |||||
| 827 | ||||||
| 828 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 50096 (D ead Code: Unused Fie ld),Low, | |||||
| 829 | Issue Deta ils, | |||||
| 830 | Kingdom:, | |||||
| 831 | Code Qual ity, | |||||
| 832 | Scan Engin e:, | |||||
| 833 | SCA (Stru ctural), | |||||
| 834 | ||||||
| 835 | ||||||
| 836 | ||||||
| 837 | Sink Detai ls, | |||||
| 838 | Sink:, | |||||
| 839 | Field: Pr opertyChan ging, | |||||
| 840 | File:, | |||||
| 841 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:500 96, | |||||
| 842 | Taint Flag s:, | |||||
| 843 | , | |||||
| 844 | ||||||
| 845 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 214656 ( Dead Code: Unused Fi eld),Low, | |||||
| 846 | Issue Deta ils, | |||||
| 847 | Kingdom:, | |||||
| 848 | Code Qual ity, | |||||
| 849 | Scan Engin e:, | |||||
| 850 | SCA (Stru ctural), | |||||
| 851 | ||||||
| 852 | ||||||
| 853 | ||||||
| 854 | Sink Detai ls, | |||||
| 855 | Sink:, | |||||
| 856 | Field: Pr opertyChan ged, | |||||
| 857 | File:, | |||||
| 858 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:214 656, | |||||
| 859 | Taint Flag s:, | |||||
| 860 | , | |||||
| 861 | ||||||
| 862 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 78763 (D ead Code: Unused Fie ld),Low, | |||||
| 863 | Issue Deta ils, | |||||
| 864 | Kingdom:, | |||||
| 865 | Code Qual ity, | |||||
| 866 | Scan Engin e:, | |||||
| 867 | SCA (Stru ctural), | |||||
| 868 | ||||||
| 869 | ||||||
| 870 | ||||||
| 871 | Sink Detai ls, | |||||
| 872 | Sink:, | |||||
| 873 | Field: Pr opertyChan ging, | |||||
| 874 | File:, | |||||
| 875 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:787 63, | |||||
| 876 | Taint Flag s:, | |||||
| 877 | , | |||||
| 878 | ||||||
| 879 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 144831 ( Dead Code: Unused Fi eld),Low, | |||||
| 880 | Issue Deta ils, | |||||
| 881 | Kingdom:, | |||||
| 882 | Code Qual ity, | |||||
| 883 | Scan Engin e:, | |||||
| 884 | SCA (Stru ctural), | |||||
| 885 | ||||||
| 886 | ||||||
| 887 | ||||||
| 888 | Sink Detai ls, | |||||
| 889 | Sink:, | |||||
| 890 | Field: Pr opertyChan ging, | |||||
| 891 | File:, | |||||
| 892 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:144 831, | |||||
| 893 | Taint Flag s:, | |||||
| 894 | , | |||||
| 895 | ||||||
| 896 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 36351 (D ead Code: Unused Fie ld),Low, | |||||
| 897 | Issue Deta ils, | |||||
| 898 | Kingdom:, | |||||
| 899 | Code Qual ity, | |||||
| 900 | Scan Engin e:, | |||||
| 901 | SCA (Stru ctural), | |||||
| 902 | ||||||
| 903 | ||||||
| 904 | ||||||
| 905 | Sink Detai ls, | |||||
| 906 | Sink:, | |||||
| 907 | Field: Pr opertyChan ged, | |||||
| 908 | File:, | |||||
| 909 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:363 51, | |||||
| 910 | Taint Flag s:, | |||||
| 911 | , | |||||
| 912 | ||||||
| 913 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 63054 (D ead Code: Unused Fie ld),Low, | |||||
| 914 | Issue Deta ils, | |||||
| 915 | Kingdom:, | |||||
| 916 | Code Qual ity, | |||||
| 917 | Scan Engin e:, | |||||
| 918 | SCA (Stru ctural), | |||||
| 919 | ||||||
| 920 | ||||||
| 921 | ||||||
| 922 | Sink Detai ls, | |||||
| 923 | Sink:, | |||||
| 924 | Field: Pr opertyChan ging, | |||||
| 925 | File:, | |||||
| 926 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:630 54, | |||||
| 927 | Taint Flag s:, | |||||
| 928 | , | |||||
| 929 | ||||||
| 930 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 148500 ( Dead Code: Unused Fi eld),Low, | |||||
| 931 | Issue Deta ils, | |||||
| 932 | Kingdom:, | |||||
| 933 | Code Qual ity, | |||||
| 934 | Scan Engin e:, | |||||
| 935 | SCA (Stru ctural), | |||||
| 936 | ||||||
| 937 | ||||||
| 938 | ||||||
| 939 | Sink Detai ls, | |||||
| 940 | Sink:, | |||||
| 941 | Field: Pr opertyChan ging, | |||||
| 942 | File:, | |||||
| 943 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:148 500, | |||||
| 944 | Taint Flag s:, | |||||
| 945 | , | |||||
| 946 | ||||||
| 947 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 53338 (D ead Code: Unused Fie ld),Low, | |||||
| 948 | Issue Deta ils, | |||||
| 949 | Kingdom:, | |||||
| 950 | Code Qual ity, | |||||
| 951 | Scan Engin e:, | |||||
| 952 | SCA (Stru ctural), | |||||
| 953 | ||||||
| 954 | ||||||
| 955 | ||||||
| 956 | Sink Detai ls, | |||||
| 957 | Sink:, | |||||
| 958 | Field: Pr opertyChan ging, | |||||
| 959 | File:, | |||||
| 960 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:533 38, | |||||
| 961 | Taint Flag s:, | |||||
| 962 | , | |||||
| 963 | ||||||
| 964 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 86767 (D ead Code: Unused Fie ld),Low, | |||||
| 965 | Issue Deta ils, | |||||
| 966 | Kingdom:, | |||||
| 967 | Code Qual ity, | |||||
| 968 | Scan Engin e:, | |||||
| 969 | SCA (Stru ctural), | |||||
| 970 | ||||||
| 971 | ||||||
| 972 | ||||||
| 973 | Sink Detai ls, | |||||
| 974 | Sink:, | |||||
| 975 | Field: Pr opertyChan ging, | |||||
| 976 | File:, | |||||
| 977 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:867 67, | |||||
| 978 | Taint Flag s:, | |||||
| 979 | , | |||||
| 980 | ||||||
| 981 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 40949 (D ead Code: Unused Fie ld),Low, | |||||
| 982 | Issue Deta ils, | |||||
| 983 | Kingdom:, | |||||
| 984 | Code Qual ity, | |||||
| 985 | Scan Engin e:, | |||||
| 986 | SCA (Stru ctural), | |||||
| 987 | ||||||
| 988 | ||||||
| 989 | ||||||
| 990 | Sink Detai ls, | |||||
| 991 | Sink:, | |||||
| 992 | Field: Pr opertyChan ged, | |||||
| 993 | File:, | |||||
| 994 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:409 49, | |||||
| 995 | Taint Flag s:, | |||||
| 996 | , | |||||
| 997 | ||||||
| 998 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 202474 ( Dead Code: Unused Fi eld),Low, | |||||
| 999 | Issue Deta ils, | |||||
| 1000 | Kingdom:, | |||||
| 1001 | Code Qual ity, | |||||
| 1002 | Scan Engin e:, | |||||
| 1003 | SCA (Stru ctural), | |||||
| 1004 | ||||||
| 1005 | ||||||
| 1006 | ||||||
| 1007 | Sink Detai ls, | |||||
| 1008 | Sink:, | |||||
| 1009 | Field: Pr opertyChan ged, | |||||
| 1010 | File:, | |||||
| 1011 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:202 474, | |||||
| 1012 | Taint Flag s:, | |||||
| 1013 | , | |||||
| 1014 | ||||||
| 1015 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 186046 ( Dead Code: Unused Fi eld),Low, | |||||
| 1016 | Issue Deta ils, | |||||
| 1017 | Kingdom:, | |||||
| 1018 | Code Qual ity, | |||||
| 1019 | Scan Engin e:, | |||||
| 1020 | SCA (Stru ctural), | |||||
| 1021 | ||||||
| 1022 | ||||||
| 1023 | ||||||
| 1024 | Sink Detai ls, | |||||
| 1025 | Sink:, | |||||
| 1026 | Field: Pr opertyChan ging, | |||||
| 1027 | File:, | |||||
| 1028 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:186 046, | |||||
| 1029 | Taint Flag s:, | |||||
| 1030 | , | |||||
| 1031 | ||||||
| 1032 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 277864 ( Dead Code: Unused Fi eld),Low, | |||||
| 1033 | Issue Deta ils, | |||||
| 1034 | Kingdom:, | |||||
| 1035 | Code Qual ity, | |||||
| 1036 | Scan Engin e:, | |||||
| 1037 | SCA (Stru ctural), | |||||
| 1038 | ||||||
| 1039 | ||||||
| 1040 | ||||||
| 1041 | Sink Detai ls, | |||||
| 1042 | Sink:, | |||||
| 1043 | Field: Pr opertyChan ging, | |||||
| 1044 | File:, | |||||
| 1045 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:277 864, | |||||
| 1046 | Taint Flag s:, | |||||
| 1047 | , | |||||
| 1048 | ||||||
| 1049 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 32199 (D ead Code: Unused Fie ld),Low, | |||||
| 1050 | Issue Deta ils, | |||||
| 1051 | Kingdom:, | |||||
| 1052 | Code Qual ity, | |||||
| 1053 | Scan Engin e:, | |||||
| 1054 | SCA (Stru ctural), | |||||
| 1055 | ||||||
| 1056 | ||||||
| 1057 | ||||||
| 1058 | Sink Detai ls, | |||||
| 1059 | Sink:, | |||||
| 1060 | Field: Pr opertyChan ged, | |||||
| 1061 | File:, | |||||
| 1062 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:321 99, | |||||
| 1063 | Taint Flag s:, | |||||
| 1064 | , | |||||
| 1065 | ||||||
| 1066 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 108264 ( Dead Code: Unused Fi eld),Low, | |||||
| 1067 | Issue Deta ils, | |||||
| 1068 | Kingdom:, | |||||
| 1069 | Code Qual ity, | |||||
| 1070 | Scan Engin e:, | |||||
| 1071 | SCA (Stru ctural), | |||||
| 1072 | ||||||
| 1073 | ||||||
| 1074 | ||||||
| 1075 | Sink Detai ls, | |||||
| 1076 | Sink:, | |||||
| 1077 | Field: Pr opertyChan ging, | |||||
| 1078 | File:, | |||||
| 1079 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:108 264, | |||||
| 1080 | Taint Flag s:, | |||||
| 1081 | , | |||||
| 1082 | ||||||
| 1083 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 52708 (D ead Code: Unused Fie ld),Low, | |||||
| 1084 | Issue Deta ils, | |||||
| 1085 | Kingdom:, | |||||
| 1086 | Code Qual ity, | |||||
| 1087 | Scan Engin e:, | |||||
| 1088 | SCA (Stru ctural), | |||||
| 1089 | ||||||
| 1090 | ||||||
| 1091 | ||||||
| 1092 | Sink Detai ls, | |||||
| 1093 | Sink:, | |||||
| 1094 | Field: Pr opertyChan ging, | |||||
| 1095 | File:, | |||||
| 1096 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:527 08, | |||||
| 1097 | Taint Flag s:, | |||||
| 1098 | , | |||||
| 1099 | ||||||
| 1100 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 229432 ( Dead Code: Unused Fi eld),Low, | |||||
| 1101 | Issue Deta ils, | |||||
| 1102 | Kingdom:, | |||||
| 1103 | Code Qual ity, | |||||
| 1104 | Scan Engin e:, | |||||
| 1105 | SCA (Stru ctural), | |||||
| 1106 | ||||||
| 1107 | ||||||
| 1108 | ||||||
| 1109 | Sink Detai ls, | |||||
| 1110 | Sink:, | |||||
| 1111 | Field: Pr opertyChan ged, | |||||
| 1112 | File:, | |||||
| 1113 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:229 432, | |||||
| 1114 | Taint Flag s:, | |||||
| 1115 | , | |||||
| 1116 | ||||||
| 1117 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 119067 ( Dead Code: Unused Fi eld),Low, | |||||
| 1118 | Issue Deta ils, | |||||
| 1119 | Kingdom:, | |||||
| 1120 | Code Qual ity, | |||||
| 1121 | Scan Engin e:, | |||||
| 1122 | SCA (Stru ctural), | |||||
| 1123 | ||||||
| 1124 | ||||||
| 1125 | ||||||
| 1126 | Sink Detai ls, | |||||
| 1127 | Sink:, | |||||
| 1128 | Field: Pr opertyChan ged, | |||||
| 1129 | File:, | |||||
| 1130 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:119 067, | |||||
| 1131 | Taint Flag s:, | |||||
| 1132 | , | |||||
| 1133 | ||||||
| 1134 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 235014 ( Dead Code: Unused Fi eld),Low, | |||||
| 1135 | Issue Deta ils, | |||||
| 1136 | Kingdom:, | |||||
| 1137 | Code Qual ity, | |||||
| 1138 | Scan Engin e:, | |||||
| 1139 | SCA (Stru ctural), | |||||
| 1140 | ||||||
| 1141 | ||||||
| 1142 | ||||||
| 1143 | Sink Detai ls, | |||||
| 1144 | Sink:, | |||||
| 1145 | Field: Pr opertyChan ging, | |||||
| 1146 | File:, | |||||
| 1147 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:235 014, | |||||
| 1148 | Taint Flag s:, | |||||
| 1149 | , | |||||
| 1150 | ||||||
| 1151 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 27481 (D ead Code: Unused Fie ld),Low, | |||||
| 1152 | Issue Deta ils, | |||||
| 1153 | Kingdom:, | |||||
| 1154 | Code Qual ity, | |||||
| 1155 | Scan Engin e:, | |||||
| 1156 | SCA (Stru ctural), | |||||
| 1157 | ||||||
| 1158 | ||||||
| 1159 | ||||||
| 1160 | Sink Detai ls, | |||||
| 1161 | Sink:, | |||||
| 1162 | Field: Pr opertyChan ging, | |||||
| 1163 | File:, | |||||
| 1164 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:274 81, | |||||
| 1165 | Taint Flag s:, | |||||
| 1166 | , | |||||
| 1167 | ||||||
| 1168 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 221744 ( Dead Code: Unused Fi eld),Low, | |||||
| 1169 | Issue Deta ils, | |||||
| 1170 | Kingdom:, | |||||
| 1171 | Code Qual ity, | |||||
| 1172 | Scan Engin e:, | |||||
| 1173 | SCA (Stru ctural), | |||||
| 1174 | ||||||
| 1175 | ||||||
| 1176 | ||||||
| 1177 | Sink Detai ls, | |||||
| 1178 | Sink:, | |||||
| 1179 | Field: Pr opertyChan ged, | |||||
| 1180 | File:, | |||||
| 1181 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:221 744, | |||||
| 1182 | Taint Flag s:, | |||||
| 1183 | , | |||||
| 1184 | ||||||
| 1185 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 89082 (D ead Code: Unused Fie ld),Low, | |||||
| 1186 | Issue Deta ils, | |||||
| 1187 | Kingdom:, | |||||
| 1188 | Code Qual ity, | |||||
| 1189 | Scan Engin e:, | |||||
| 1190 | SCA (Stru ctural), | |||||
| 1191 | ||||||
| 1192 | ||||||
| 1193 | ||||||
| 1194 | Sink Detai ls, | |||||
| 1195 | Sink:, | |||||
| 1196 | Field: Pr opertyChan ging, | |||||
| 1197 | File:, | |||||
| 1198 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:890 82, | |||||
| 1199 | Taint Flag s:, | |||||
| 1200 | , | |||||
| 1201 | ||||||
| 1202 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 88027 (D ead Code: Unused Fie ld),Low, | |||||
| 1203 | Issue Deta ils, | |||||
| 1204 | Kingdom:, | |||||
| 1205 | Code Qual ity, | |||||
| 1206 | Scan Engin e:, | |||||
| 1207 | SCA (Stru ctural), | |||||
| 1208 | ||||||
| 1209 | ||||||
| 1210 | ||||||
| 1211 | Sink Detai ls, | |||||
| 1212 | Sink:, | |||||
| 1213 | Field: Pr opertyChan ged, | |||||
| 1214 | File:, | |||||
| 1215 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:880 27, | |||||
| 1216 | Taint Flag s:, | |||||
| 1217 | , | |||||
| 1218 | ||||||
| 1219 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 172544 ( Dead Code: Unused Fi eld),Low, | |||||
| 1220 | Issue Deta ils, | |||||
| 1221 | Kingdom:, | |||||
| 1222 | Code Qual ity, | |||||
| 1223 | Scan Engin e:, | |||||
| 1224 | SCA (Stru ctural), | |||||
| 1225 | ||||||
| 1226 | ||||||
| 1227 | ||||||
| 1228 | Sink Detai ls, | |||||
| 1229 | Sink:, | |||||
| 1230 | Field: Pr opertyChan ged, | |||||
| 1231 | File:, | |||||
| 1232 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:172 544, | |||||
| 1233 | Taint Flag s:, | |||||
| 1234 | , | |||||
| 1235 | ||||||
| 1236 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 139474 ( Dead Code: Unused Fi eld),Low, | |||||
| 1237 | Issue Deta ils, | |||||
| 1238 | Kingdom:, | |||||
| 1239 | Code Qual ity, | |||||
| 1240 | Scan Engin e:, | |||||
| 1241 | SCA (Stru ctural), | |||||
| 1242 | ||||||
| 1243 | ||||||
| 1244 | ||||||
| 1245 | Sink Detai ls, | |||||
| 1246 | Sink:, | |||||
| 1247 | Field: Pr opertyChan ged, | |||||
| 1248 | File:, | |||||
| 1249 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:139 474, | |||||
| 1250 | Taint Flag s:, | |||||
| 1251 | , | |||||
| 1252 | ||||||
| 1253 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 191974 ( Dead Code: Unused Fi eld),Low, | |||||
| 1254 | Issue Deta ils, | |||||
| 1255 | Kingdom:, | |||||
| 1256 | Code Qual ity, | |||||
| 1257 | Scan Engin e:, | |||||
| 1258 | SCA (Stru ctural), | |||||
| 1259 | ||||||
| 1260 | ||||||
| 1261 | ||||||
| 1262 | Sink Detai ls, | |||||
| 1263 | Sink:, | |||||
| 1264 | Field: Pr opertyChan ging, | |||||
| 1265 | File:, | |||||
| 1266 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:191 974, | |||||
| 1267 | Taint Flag s:, | |||||
| 1268 | , | |||||
| 1269 | ||||||
| 1270 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 284313 ( Dead Code: Unused Fi eld),Low, | |||||
| 1271 | Issue Deta ils, | |||||
| 1272 | Kingdom:, | |||||
| 1273 | Code Qual ity, | |||||
| 1274 | Scan Engin e:, | |||||
| 1275 | SCA (Stru ctural), | |||||
| 1276 | ||||||
| 1277 | ||||||
| 1278 | ||||||
| 1279 | Sink Detai ls, | |||||
| 1280 | Sink:, | |||||
| 1281 | Field: Pr opertyChan ged, | |||||
| 1282 | File:, | |||||
| 1283 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:284 313, | |||||
| 1284 | Taint Flag s:, | |||||
| 1285 | , | |||||
| 1286 | ||||||
| 1287 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 196626 ( Dead Code: Unused Fi eld),Low, | |||||
| 1288 | Issue Deta ils, | |||||
| 1289 | Kingdom:, | |||||
| 1290 | Code Qual ity, | |||||
| 1291 | Scan Engin e:, | |||||
| 1292 | SCA (Stru ctural), | |||||
| 1293 | ||||||
| 1294 | ||||||
| 1295 | ||||||
| 1296 | Sink Detai ls, | |||||
| 1297 | Sink:, | |||||
| 1298 | Field: Pr opertyChan ging, | |||||
| 1299 | File:, | |||||
| 1300 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:196 626, | |||||
| 1301 | Taint Flag s:, | |||||
| 1302 | , | |||||
| 1303 | ||||||
| 1304 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 114112 ( Dead Code: Unused Fi eld),Low, | |||||
| 1305 | Issue Deta ils, | |||||
| 1306 | Kingdom:, | |||||
| 1307 | Code Qual ity, | |||||
| 1308 | Scan Engin e:, | |||||
| 1309 | SCA (Stru ctural), | |||||
| 1310 | ||||||
| 1311 | ||||||
| 1312 | ||||||
| 1313 | Sink Detai ls, | |||||
| 1314 | Sink:, | |||||
| 1315 | Field: Pr opertyChan ged, | |||||
| 1316 | File:, | |||||
| 1317 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:114 112, | |||||
| 1318 | Taint Flag s:, | |||||
| 1319 | , | |||||
| 1320 | ||||||
| 1321 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 283957 ( Dead Code: Unused Fi eld),Low, | |||||
| 1322 | Issue Deta ils, | |||||
| 1323 | Kingdom:, | |||||
| 1324 | Code Qual ity, | |||||
| 1325 | Scan Engin e:, | |||||
| 1326 | SCA (Stru ctural), | |||||
| 1327 | ||||||
| 1328 | ||||||
| 1329 | ||||||
| 1330 | Sink Detai ls, | |||||
| 1331 | Sink:, | |||||
| 1332 | Field: Pr opertyChan ged, | |||||
| 1333 | File:, | |||||
| 1334 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:283 957, | |||||
| 1335 | Taint Flag s:, | |||||
| 1336 | , | |||||
| 1337 | ||||||
| 1338 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 89080 (D ead Code: Unused Fie ld),Low, | |||||
| 1339 | Issue Deta ils, | |||||
| 1340 | Kingdom:, | |||||
| 1341 | Code Qual ity, | |||||
| 1342 | Scan Engin e:, | |||||
| 1343 | SCA (Stru ctural), | |||||
| 1344 | ||||||
| 1345 | ||||||
| 1346 | ||||||
| 1347 | Sink Detai ls, | |||||
| 1348 | Sink:, | |||||
| 1349 | Field: Pr opertyChan ged, | |||||
| 1350 | File:, | |||||
| 1351 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:890 80, | |||||
| 1352 | Taint Flag s:, | |||||
| 1353 | , | |||||
| 1354 | ||||||
| 1355 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 289430 ( Dead Code: Unused Fi eld),Low, | |||||
| 1356 | Issue Deta ils, | |||||
| 1357 | Kingdom:, | |||||
| 1358 | Code Qual ity, | |||||
| 1359 | Scan Engin e:, | |||||
| 1360 | SCA (Stru ctural), | |||||
| 1361 | ||||||
| 1362 | ||||||
| 1363 | ||||||
| 1364 | Sink Detai ls, | |||||
| 1365 | Sink:, | |||||
| 1366 | Field: Pr opertyChan ging, | |||||
| 1367 | File:, | |||||
| 1368 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:289 430, | |||||
| 1369 | Taint Flag s:, | |||||
| 1370 | , | |||||
| 1371 | ||||||
| 1372 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 95115 (D ead Code: Unused Fie ld),Low, | |||||
| 1373 | Issue Deta ils, | |||||
| 1374 | Kingdom:, | |||||
| 1375 | Code Qual ity, | |||||
| 1376 | Scan Engin e:, | |||||
| 1377 | SCA (Stru ctural), | |||||
| 1378 | ||||||
| 1379 | ||||||
| 1380 | ||||||
| 1381 | Sink Detai ls, | |||||
| 1382 | Sink:, | |||||
| 1383 | Field: Pr opertyChan ging, | |||||
| 1384 | File:, | |||||
| 1385 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:951 15, | |||||
| 1386 | Taint Flag s:, | |||||
| 1387 | , | |||||
| 1388 | ||||||
| 1389 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 287951 ( Dead Code: Unused Fi eld),Low, | |||||
| 1390 | Issue Deta ils, | |||||
| 1391 | Kingdom:, | |||||
| 1392 | Code Qual ity, | |||||
| 1393 | Scan Engin e:, | |||||
| 1394 | SCA (Stru ctural), | |||||
| 1395 | ||||||
| 1396 | ||||||
| 1397 | ||||||
| 1398 | Sink Detai ls, | |||||
| 1399 | Sink:, | |||||
| 1400 | Field: Pr opertyChan ging, | |||||
| 1401 | File:, | |||||
| 1402 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:287 951, | |||||
| 1403 | Taint Flag s:, | |||||
| 1404 | , | |||||
| 1405 | ||||||
| 1406 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 18554 (D ead Code: Unused Fie ld),Low, | |||||
| 1407 | Issue Deta ils, | |||||
| 1408 | Kingdom:, | |||||
| 1409 | Code Qual ity, | |||||
| 1410 | Scan Engin e:, | |||||
| 1411 | SCA (Stru ctural), | |||||
| 1412 | ||||||
| 1413 | ||||||
| 1414 | ||||||
| 1415 | Sink Detai ls, | |||||
| 1416 | Sink:, | |||||
| 1417 | Field: Pr opertyChan ging, | |||||
| 1418 | File:, | |||||
| 1419 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:185 54, | |||||
| 1420 | Taint Flag s:, | |||||
| 1421 | , | |||||
| 1422 | ||||||
| 1423 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 221011 ( Dead Code: Unused Fi eld),Low, | |||||
| 1424 | Issue Deta ils, | |||||
| 1425 | Kingdom:, | |||||
| 1426 | Code Qual ity, | |||||
| 1427 | Scan Engin e:, | |||||
| 1428 | SCA (Stru ctural), | |||||
| 1429 | ||||||
| 1430 | ||||||
| 1431 | ||||||
| 1432 | Sink Detai ls, | |||||
| 1433 | Sink:, | |||||
| 1434 | Field: Pr opertyChan ging, | |||||
| 1435 | File:, | |||||
| 1436 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:221 011, | |||||
| 1437 | Taint Flag s:, | |||||
| 1438 | , | |||||
| 1439 | ||||||
| 1440 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 10234 (D ead Code: Unused Fie ld),Low, | |||||
| 1441 | Issue Deta ils, | |||||
| 1442 | Kingdom:, | |||||
| 1443 | Code Qual ity, | |||||
| 1444 | Scan Engin e:, | |||||
| 1445 | SCA (Stru ctural), | |||||
| 1446 | ||||||
| 1447 | ||||||
| 1448 | ||||||
| 1449 | Sink Detai ls, | |||||
| 1450 | Sink:, | |||||
| 1451 | Field: Pr opertyChan ging, | |||||
| 1452 | File:, | |||||
| 1453 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:102 34, | |||||
| 1454 | Taint Flag s:, | |||||
| 1455 | , | |||||
| 1456 | ||||||
| 1457 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 202476 ( Dead Code: Unused Fi eld),Low, | |||||
| 1458 | Issue Deta ils, | |||||
| 1459 | Kingdom:, | |||||
| 1460 | Code Qual ity, | |||||
| 1461 | Scan Engin e:, | |||||
| 1462 | SCA (Stru ctural), | |||||
| 1463 | ||||||
| 1464 | ||||||
| 1465 | ||||||
| 1466 | Sink Detai ls, | |||||
| 1467 | Sink:, | |||||
| 1468 | Field: Pr opertyChan ging, | |||||
| 1469 | File:, | |||||
| 1470 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:202 476, | |||||
| 1471 | Taint Flag s:, | |||||
| 1472 | , | |||||
| 1473 | ||||||
| 1474 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 300451 ( Dead Code: Unused Fi eld),Low, | |||||
| 1475 | Issue Deta ils, | |||||
| 1476 | Kingdom:, | |||||
| 1477 | Code Qual ity, | |||||
| 1478 | Scan Engin e:, | |||||
| 1479 | SCA (Stru ctural), | |||||
| 1480 | ||||||
| 1481 | ||||||
| 1482 | ||||||
| 1483 | Sink Detai ls, | |||||
| 1484 | Sink:, | |||||
| 1485 | Field: Pr opertyChan ging, | |||||
| 1486 | File:, | |||||
| 1487 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:300 451, | |||||
| 1488 | Taint Flag s:, | |||||
| 1489 | , | |||||
| 1490 | ||||||
| 1491 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 68412 (D ead Code: Unused Fie ld),Low, | |||||
| 1492 | Issue Deta ils, | |||||
| 1493 | Kingdom:, | |||||
| 1494 | Code Qual ity, | |||||
| 1495 | Scan Engin e:, | |||||
| 1496 | SCA (Stru ctural), | |||||
| 1497 | ||||||
| 1498 | ||||||
| 1499 | ||||||
| 1500 | Sink Detai ls, | |||||
| 1501 | Sink:, | |||||
| 1502 | Field: Pr opertyChan ged, | |||||
| 1503 | File:, | |||||
| 1504 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:684 12, | |||||
| 1505 | Taint Flag s:, | |||||
| 1506 | , | |||||
| 1507 | ||||||
| 1508 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 84203 (D ead Code: Unused Fie ld),Low, | |||||
| 1509 | Issue Deta ils, | |||||
| 1510 | Kingdom:, | |||||
| 1511 | Code Qual ity, | |||||
| 1512 | Scan Engin e:, | |||||
| 1513 | SCA (Stru ctural), | |||||
| 1514 | ||||||
| 1515 | ||||||
| 1516 | ||||||
| 1517 | Sink Detai ls, | |||||
| 1518 | Sink:, | |||||
| 1519 | Field: Pr opertyChan ged, | |||||
| 1520 | File:, | |||||
| 1521 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:842 03, | |||||
| 1522 | Taint Flag s:, | |||||
| 1523 | , | |||||
| 1524 | ||||||
| 1525 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 219248 ( Dead Code: Unused Fi eld),Low, | |||||
| 1526 | Issue Deta ils, | |||||
| 1527 | Kingdom:, | |||||
| 1528 | Code Qual ity, | |||||
| 1529 | Scan Engin e:, | |||||
| 1530 | SCA (Stru ctural), | |||||
| 1531 | ||||||
| 1532 | ||||||
| 1533 | ||||||
| 1534 | Sink Detai ls, | |||||
| 1535 | Sink:, | |||||
| 1536 | Field: Pr opertyChan ging, | |||||
| 1537 | File:, | |||||
| 1538 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:219 248, | |||||
| 1539 | Taint Flag s:, | |||||
| 1540 | , | |||||
| 1541 | ||||||
| 1542 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 60868 (D ead Code: Unused Fie ld),Low, | |||||
| 1543 | Issue Deta ils, | |||||
| 1544 | Kingdom:, | |||||
| 1545 | Code Qual ity, | |||||
| 1546 | Scan Engin e:, | |||||
| 1547 | SCA (Stru ctural), | |||||
| 1548 | ||||||
| 1549 | ||||||
| 1550 | ||||||
| 1551 | Sink Detai ls, | |||||
| 1552 | Sink:, | |||||
| 1553 | Field: Pr opertyChan ging, | |||||
| 1554 | File:, | |||||
| 1555 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:608 68, | |||||
| 1556 | Taint Flag s:, | |||||
| 1557 | , | |||||
| 1558 | ||||||
| 1559 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 46762 (D ead Code: Unused Fie ld),Low, | |||||
| 1560 | Issue Deta ils, | |||||
| 1561 | Kingdom:, | |||||
| 1562 | Code Qual ity, | |||||
| 1563 | Scan Engin e:, | |||||
| 1564 | SCA (Stru ctural), | |||||
| 1565 | ||||||
| 1566 | ||||||
| 1567 | ||||||
| 1568 | Sink Detai ls, | |||||
| 1569 | Sink:, | |||||
| 1570 | Field: Pr opertyChan ged, | |||||
| 1571 | File:, | |||||
| 1572 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:467 62, | |||||
| 1573 | Taint Flag s:, | |||||
| 1574 | , | |||||
| 1575 | ||||||
| 1576 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 185419 ( Dead Code: Unused Fi eld),Low, | |||||
| 1577 | Issue Deta ils, | |||||
| 1578 | Kingdom:, | |||||
| 1579 | Code Qual ity, | |||||
| 1580 | Scan Engin e:, | |||||
| 1581 | SCA (Stru ctural), | |||||
| 1582 | ||||||
| 1583 | ||||||
| 1584 | ||||||
| 1585 | Sink Detai ls, | |||||
| 1586 | Sink:, | |||||
| 1587 | Field: Pr opertyChan ging, | |||||
| 1588 | File:, | |||||
| 1589 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:185 419, | |||||
| 1590 | Taint Flag s:, | |||||
| 1591 | , | |||||
| 1592 | ||||||
| 1593 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 184475 ( Dead Code: Unused Fi eld),Low, | |||||
| 1594 | Issue Deta ils, | |||||
| 1595 | Kingdom:, | |||||
| 1596 | Code Qual ity, | |||||
| 1597 | Scan Engin e:, | |||||
| 1598 | SCA (Stru ctural), | |||||
| 1599 | ||||||
| 1600 | ||||||
| 1601 | ||||||
| 1602 | Sink Detai ls, | |||||
| 1603 | Sink:, | |||||
| 1604 | Field: Pr opertyChan ged, | |||||
| 1605 | File:, | |||||
| 1606 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:184 475, | |||||
| 1607 | Taint Flag s:, | |||||
| 1608 | , | |||||
| 1609 | ||||||
| 1610 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 161526 ( Dead Code: Unused Fi eld),Low, | |||||
| 1611 | Issue Deta ils, | |||||
| 1612 | Kingdom:, | |||||
| 1613 | Code Qual ity, | |||||
| 1614 | Scan Engin e:, | |||||
| 1615 | SCA (Stru ctural), | |||||
| 1616 | ||||||
| 1617 | ||||||
| 1618 | ||||||
| 1619 | Sink Detai ls, | |||||
| 1620 | Sink:, | |||||
| 1621 | Field: Pr opertyChan ged, | |||||
| 1622 | File:, | |||||
| 1623 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:161 526, | |||||
| 1624 | Taint Flag s:, | |||||
| 1625 | , | |||||
| 1626 | ||||||
| 1627 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 47326 (D ead Code: Unused Fie ld),Low, | |||||
| 1628 | Issue Deta ils, | |||||
| 1629 | Kingdom:, | |||||
| 1630 | Code Qual ity, | |||||
| 1631 | Scan Engin e:, | |||||
| 1632 | SCA (Stru ctural), | |||||
| 1633 | ||||||
| 1634 | ||||||
| 1635 | ||||||
| 1636 | Sink Detai ls, | |||||
| 1637 | Sink:, | |||||
| 1638 | Field: Pr opertyChan ged, | |||||
| 1639 | File:, | |||||
| 1640 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:473 26, | |||||
| 1641 | Taint Flag s:, | |||||
| 1642 | , | |||||
| 1643 | ||||||
| 1644 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 105239 ( Dead Code: Unused Fi eld),Low, | |||||
| 1645 | Issue Deta ils, | |||||
| 1646 | Kingdom:, | |||||
| 1647 | Code Qual ity, | |||||
| 1648 | Scan Engin e:, | |||||
| 1649 | SCA (Stru ctural), | |||||
| 1650 | ||||||
| 1651 | ||||||
| 1652 | ||||||
| 1653 | Sink Detai ls, | |||||
| 1654 | Sink:, | |||||
| 1655 | Field: Pr opertyChan ged, | |||||
| 1656 | File:, | |||||
| 1657 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:105 239, | |||||
| 1658 | Taint Flag s:, | |||||
| 1659 | , | |||||
| 1660 | ||||||
| 1661 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 109069 ( Dead Code: Unused Fi eld),Low, | |||||
| 1662 | Issue Deta ils, | |||||
| 1663 | Kingdom:, | |||||
| 1664 | Code Qual ity, | |||||
| 1665 | Scan Engin e:, | |||||
| 1666 | SCA (Stru ctural), | |||||
| 1667 | ||||||
| 1668 | ||||||
| 1669 | ||||||
| 1670 | Sink Detai ls, | |||||
| 1671 | Sink:, | |||||
| 1672 | Field: Pr opertyChan ged, | |||||
| 1673 | File:, | |||||
| 1674 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:109 069, | |||||
| 1675 | Taint Flag s:, | |||||
| 1676 | , | |||||
| 1677 | ||||||
| 1678 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 217829 ( Dead Code: Unused Fi eld),Low, | |||||
| 1679 | Issue Deta ils, | |||||
| 1680 | Kingdom:, | |||||
| 1681 | Code Qual ity, | |||||
| 1682 | Scan Engin e:, | |||||
| 1683 | SCA (Stru ctural), | |||||
| 1684 | ||||||
| 1685 | ||||||
| 1686 | ||||||
| 1687 | Sink Detai ls, | |||||
| 1688 | Sink:, | |||||
| 1689 | Field: Pr opertyChan ging, | |||||
| 1690 | File:, | |||||
| 1691 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:217 829, | |||||
| 1692 | Taint Flag s:, | |||||
| 1693 | , | |||||
| 1694 | ||||||
| 1695 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 295868 ( Dead Code: Unused Fi eld),Low, | |||||
| 1696 | Issue Deta ils, | |||||
| 1697 | Kingdom:, | |||||
| 1698 | Code Qual ity, | |||||
| 1699 | Scan Engin e:, | |||||
| 1700 | SCA (Stru ctural), | |||||
| 1701 | ||||||
| 1702 | ||||||
| 1703 | ||||||
| 1704 | Sink Detai ls, | |||||
| 1705 | Sink:, | |||||
| 1706 | Field: Pr opertyChan ged, | |||||
| 1707 | File:, | |||||
| 1708 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:295 868, | |||||
| 1709 | Taint Flag s:, | |||||
| 1710 | , | |||||
| 1711 | ||||||
| 1712 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 47328 (D ead Code: Unused Fie ld),Low, | |||||
| 1713 | Issue Deta ils, | |||||
| 1714 | Kingdom:, | |||||
| 1715 | Code Qual ity, | |||||
| 1716 | Scan Engin e:, | |||||
| 1717 | SCA (Stru ctural), | |||||
| 1718 | ||||||
| 1719 | ||||||
| 1720 | ||||||
| 1721 | Sink Detai ls, | |||||
| 1722 | Sink:, | |||||
| 1723 | Field: Pr opertyChan ging, | |||||
| 1724 | File:, | |||||
| 1725 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:473 28, | |||||
| 1726 | Taint Flag s:, | |||||
| 1727 | , | |||||
| 1728 | ||||||
| 1729 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 47034 (D ead Code: Unused Fie ld),Low, | |||||
| 1730 | Issue Deta ils, | |||||
| 1731 | Kingdom:, | |||||
| 1732 | Code Qual ity, | |||||
| 1733 | Scan Engin e:, | |||||
| 1734 | SCA (Stru ctural), | |||||
| 1735 | ||||||
| 1736 | ||||||
| 1737 | ||||||
| 1738 | Sink Detai ls, | |||||
| 1739 | Sink:, | |||||
| 1740 | Field: Pr opertyChan ging, | |||||
| 1741 | File:, | |||||
| 1742 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:470 34, | |||||
| 1743 | Taint Flag s:, | |||||
| 1744 | , | |||||
| 1745 | ||||||
| 1746 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 122743 ( Dead Code: Unused Fi eld),Low, | |||||
| 1747 | Issue Deta ils, | |||||
| 1748 | Kingdom:, | |||||
| 1749 | Code Qual ity, | |||||
| 1750 | Scan Engin e:, | |||||
| 1751 | SCA (Stru ctural), | |||||
| 1752 | ||||||
| 1753 | ||||||
| 1754 | ||||||
| 1755 | Sink Detai ls, | |||||
| 1756 | Sink:, | |||||
| 1757 | Field: Pr opertyChan ged, | |||||
| 1758 | File:, | |||||
| 1759 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:122 743, | |||||
| 1760 | Taint Flag s:, | |||||
| 1761 | , | |||||
| 1762 | ||||||
| 1763 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 30457 (D ead Code: Unused Fie ld),Low, | |||||
| 1764 | Issue Deta ils, | |||||
| 1765 | Kingdom:, | |||||
| 1766 | Code Qual ity, | |||||
| 1767 | Scan Engin e:, | |||||
| 1768 | SCA (Stru ctural), | |||||
| 1769 | ||||||
| 1770 | ||||||
| 1771 | ||||||
| 1772 | Sink Detai ls, | |||||
| 1773 | Sink:, | |||||
| 1774 | Field: Pr opertyChan ging, | |||||
| 1775 | File:, | |||||
| 1776 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:304 57, | |||||
| 1777 | Taint Flag s:, | |||||
| 1778 | , | |||||
| 1779 | ||||||
| 1780 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 148498 ( Dead Code: Unused Fi eld),Low, | |||||
| 1781 | Issue Deta ils, | |||||
| 1782 | Kingdom:, | |||||
| 1783 | Code Qual ity, | |||||
| 1784 | Scan Engin e:, | |||||
| 1785 | SCA (Stru ctural), | |||||
| 1786 | ||||||
| 1787 | ||||||
| 1788 | ||||||
| 1789 | Sink Detai ls, | |||||
| 1790 | Sink:, | |||||
| 1791 | Field: Pr opertyChan ged, | |||||
| 1792 | File:, | |||||
| 1793 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:148 498, | |||||
| 1794 | Taint Flag s:, | |||||
| 1795 | , | |||||
| 1796 | ||||||
| 1797 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 189369 ( Dead Code: Unused Fi eld),Low, | |||||
| 1798 | Issue Deta ils, | |||||
| 1799 | Kingdom:, | |||||
| 1800 | Code Qual ity, | |||||
| 1801 | Scan Engin e:, | |||||
| 1802 | SCA (Stru ctural), | |||||
| 1803 | ||||||
| 1804 | ||||||
| 1805 | ||||||
| 1806 | Sink Detai ls, | |||||
| 1807 | Sink:, | |||||
| 1808 | Field: Pr opertyChan ged, | |||||
| 1809 | File:, | |||||
| 1810 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:189 369, | |||||
| 1811 | Taint Flag s:, | |||||
| 1812 | , | |||||
| 1813 | ||||||
| 1814 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 250569 ( Dead Code: Unused Fi eld),Low, | |||||
| 1815 | Issue Deta ils, | |||||
| 1816 | Kingdom:, | |||||
| 1817 | Code Qual ity, | |||||
| 1818 | Scan Engin e:, | |||||
| 1819 | SCA (Stru ctural), | |||||
| 1820 | ||||||
| 1821 | ||||||
| 1822 | ||||||
| 1823 | Sink Detai ls, | |||||
| 1824 | Sink:, | |||||
| 1825 | Field: Pr opertyChan ged, | |||||
| 1826 | File:, | |||||
| 1827 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:250 569, | |||||
| 1828 | Taint Flag s:, | |||||
| 1829 | , | |||||
| 1830 | ||||||
| 1831 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 287563 ( Dead Code: Unused Fi eld),Low, | |||||
| 1832 | Issue Deta ils, | |||||
| 1833 | Kingdom:, | |||||
| 1834 | Code Qual ity, | |||||
| 1835 | Scan Engin e:, | |||||
| 1836 | SCA (Stru ctural), | |||||
| 1837 | ||||||
| 1838 | ||||||
| 1839 | ||||||
| 1840 | Sink Detai ls, | |||||
| 1841 | Sink:, | |||||
| 1842 | Field: Pr opertyChan ging, | |||||
| 1843 | File:, | |||||
| 1844 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:287 563, | |||||
| 1845 | Taint Flag s:, | |||||
| 1846 | , | |||||
| 1847 | ||||||
| 1848 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 32489 (D ead Code: Unused Fie ld),Low, | |||||
| 1849 | Issue Deta ils, | |||||
| 1850 | Kingdom:, | |||||
| 1851 | Code Qual ity, | |||||
| 1852 | Scan Engin e:, | |||||
| 1853 | SCA (Stru ctural), | |||||
| 1854 | ||||||
| 1855 | ||||||
| 1856 | ||||||
| 1857 | Sink Detai ls, | |||||
| 1858 | Sink:, | |||||
| 1859 | Field: Pr opertyChan ging, | |||||
| 1860 | File:, | |||||
| 1861 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:324 89, | |||||
| 1862 | Taint Flag s:, | |||||
| 1863 | , | |||||
| 1864 | ||||||
| 1865 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 85594 (D ead Code: Unused Fie ld),Low, | |||||
| 1866 | Issue Deta ils, | |||||
| 1867 | Kingdom:, | |||||
| 1868 | Code Qual ity, | |||||
| 1869 | Scan Engin e:, | |||||
| 1870 | SCA (Stru ctural), | |||||
| 1871 | ||||||
| 1872 | ||||||
| 1873 | ||||||
| 1874 | Sink Detai ls, | |||||
| 1875 | Sink:, | |||||
| 1876 | Field: Pr opertyChan ging, | |||||
| 1877 | File:, | |||||
| 1878 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:855 94, | |||||
| 1879 | Taint Flag s:, | |||||
| 1880 | , | |||||
| 1881 | ||||||
| 1882 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 216029 ( Dead Code: Unused Fi eld),Low, | |||||
| 1883 | Issue Deta ils, | |||||
| 1884 | Kingdom:, | |||||
| 1885 | Code Qual ity, | |||||
| 1886 | Scan Engin e:, | |||||
| 1887 | SCA (Stru ctural), | |||||
| 1888 | ||||||
| 1889 | ||||||
| 1890 | ||||||
| 1891 | Sink Detai ls, | |||||
| 1892 | Sink:, | |||||
| 1893 | Field: Pr opertyChan ged, | |||||
| 1894 | File:, | |||||
| 1895 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:216 029, | |||||
| 1896 | Taint Flag s:, | |||||
| 1897 | , | |||||
| 1898 | ||||||
| 1899 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 66000 (D ead Code: Unused Fie ld),Low, | |||||
| 1900 | Issue Deta ils, | |||||
| 1901 | Kingdom:, | |||||
| 1902 | Code Qual ity, | |||||
| 1903 | Scan Engin e:, | |||||
| 1904 | SCA (Stru ctural), | |||||
| 1905 | ||||||
| 1906 | ||||||
| 1907 | ||||||
| 1908 | Sink Detai ls, | |||||
| 1909 | Sink:, | |||||
| 1910 | Field: Pr opertyChan ged, | |||||
| 1911 | File:, | |||||
| 1912 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:660 00, | |||||
| 1913 | Taint Flag s:, | |||||
| 1914 | , | |||||
| 1915 | ||||||
| 1916 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 238345 ( Dead Code: Unused Fi eld),Low, | |||||
| 1917 | Issue Deta ils, | |||||
| 1918 | Kingdom:, | |||||
| 1919 | Code Qual ity, | |||||
| 1920 | Scan Engin e:, | |||||
| 1921 | SCA (Stru ctural), | |||||
| 1922 | ||||||
| 1923 | ||||||
| 1924 | ||||||
| 1925 | Sink Detai ls, | |||||
| 1926 | Sink:, | |||||
| 1927 | Field: Pr opertyChan ged, | |||||
| 1928 | File:, | |||||
| 1929 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:238 345, | |||||
| 1930 | Taint Flag s:, | |||||
| 1931 | , | |||||
| 1932 | ||||||
| 1933 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 184827 ( Dead Code: Unused Fi eld),Low, | |||||
| 1934 | Issue Deta ils, | |||||
| 1935 | Kingdom:, | |||||
| 1936 | Code Qual ity, | |||||
| 1937 | Scan Engin e:, | |||||
| 1938 | SCA (Stru ctural), | |||||
| 1939 | ||||||
| 1940 | ||||||
| 1941 | ||||||
| 1942 | Sink Detai ls, | |||||
| 1943 | Sink:, | |||||
| 1944 | Field: Pr opertyChan ged, | |||||
| 1945 | File:, | |||||
| 1946 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:184 827, | |||||
| 1947 | Taint Flag s:, | |||||
| 1948 | , | |||||
| 1949 | ||||||
| 1950 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 285544 ( Dead Code: Unused Fi eld),Low, | |||||
| 1951 | Issue Deta ils, | |||||
| 1952 | Kingdom:, | |||||
| 1953 | Code Qual ity, | |||||
| 1954 | Scan Engin e:, | |||||
| 1955 | SCA (Stru ctural), | |||||
| 1956 | ||||||
| 1957 | ||||||
| 1958 | ||||||
| 1959 | Sink Detai ls, | |||||
| 1960 | Sink:, | |||||
| 1961 | Field: Pr opertyChan ged, | |||||
| 1962 | File:, | |||||
| 1963 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:285 544, | |||||
| 1964 | Taint Flag s:, | |||||
| 1965 | , | |||||
| 1966 | ||||||
| 1967 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 204938 ( Dead Code: Unused Fi eld),Low, | |||||
| 1968 | Issue Deta ils, | |||||
| 1969 | Kingdom:, | |||||
| 1970 | Code Qual ity, | |||||
| 1971 | Scan Engin e:, | |||||
| 1972 | SCA (Stru ctural), | |||||
| 1973 | ||||||
| 1974 | ||||||
| 1975 | ||||||
| 1976 | Sink Detai ls, | |||||
| 1977 | Sink:, | |||||
| 1978 | Field: Pr opertyChan ging, | |||||
| 1979 | File:, | |||||
| 1980 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:204 938, | |||||
| 1981 | Taint Flag s:, | |||||
| 1982 | , | |||||
| 1983 | ||||||
| 1984 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 227694 ( Dead Code: Unused Fi eld),Low, | |||||
| 1985 | Issue Deta ils, | |||||
| 1986 | Kingdom:, | |||||
| 1987 | Code Qual ity, | |||||
| 1988 | Scan Engin e:, | |||||
| 1989 | SCA (Stru ctural), | |||||
| 1990 | ||||||
| 1991 | ||||||
| 1992 | ||||||
| 1993 | Sink Detai ls, | |||||
| 1994 | Sink:, | |||||
| 1995 | Field: Pr opertyChan ged, | |||||
| 1996 | File:, | |||||
| 1997 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:227 694, | |||||
| 1998 | Taint Flag s:, | |||||
| 1999 | , | |||||
| 2000 | ||||||
| 2001 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 223978 ( Dead Code: Unused Fi eld),Low, | |||||
| 2002 | Issue Deta ils, | |||||
| 2003 | Kingdom:, | |||||
| 2004 | Code Qual ity, | |||||
| 2005 | Scan Engin e:, | |||||
| 2006 | SCA (Stru ctural), | |||||
| 2007 | ||||||
| 2008 | ||||||
| 2009 | ||||||
| 2010 | Sink Detai ls, | |||||
| 2011 | Sink:, | |||||
| 2012 | Field: Pr opertyChan ging, | |||||
| 2013 | File:, | |||||
| 2014 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:223 978, | |||||
| 2015 | Taint Flag s:, | |||||
| 2016 | , | |||||
| 2017 | ||||||
| 2018 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 169085 ( Dead Code: Unused Fi eld),Low, | |||||
| 2019 | Issue Deta ils, | |||||
| 2020 | Kingdom:, | |||||
| 2021 | Code Qual ity, | |||||
| 2022 | Scan Engin e:, | |||||
| 2023 | SCA (Stru ctural), | |||||
| 2024 | ||||||
| 2025 | ||||||
| 2026 | ||||||
| 2027 | Sink Detai ls, | |||||
| 2028 | Sink:, | |||||
| 2029 | Field: Pr opertyChan ging, | |||||
| 2030 | File:, | |||||
| 2031 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:169 085, | |||||
| 2032 | Taint Flag s:, | |||||
| 2033 | , | |||||
| 2034 | ||||||
| 2035 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 64349 (D ead Code: Unused Fie ld),Low, | |||||
| 2036 | Issue Deta ils, | |||||
| 2037 | Kingdom:, | |||||
| 2038 | Code Qual ity, | |||||
| 2039 | Scan Engin e:, | |||||
| 2040 | SCA (Stru ctural), | |||||
| 2041 | ||||||
| 2042 | ||||||
| 2043 | ||||||
| 2044 | Sink Detai ls, | |||||
| 2045 | Sink:, | |||||
| 2046 | Field: Pr opertyChan ged, | |||||
| 2047 | File:, | |||||
| 2048 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:643 49, | |||||
| 2049 | Taint Flag s:, | |||||
| 2050 | , | |||||
| 2051 | ||||||
| 2052 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 214178 ( Dead Code: Unused Fi eld),Low, | |||||
| 2053 | Issue Deta ils, | |||||
| 2054 | Kingdom:, | |||||
| 2055 | Code Qual ity, | |||||
| 2056 | Scan Engin e:, | |||||
| 2057 | SCA (Stru ctural), | |||||
| 2058 | ||||||
| 2059 | ||||||
| 2060 | ||||||
| 2061 | Sink Detai ls, | |||||
| 2062 | Sink:, | |||||
| 2063 | Field: Pr opertyChan ged, | |||||
| 2064 | File:, | |||||
| 2065 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:214 178, | |||||
| 2066 | Taint Flag s:, | |||||
| 2067 | , | |||||
| 2068 | ||||||
| 2069 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 52 (Dead Code: Unu sed Field) ,Low, | |||||
| 2070 | Issue Deta ils, | |||||
| 2071 | Kingdom:, | |||||
| 2072 | Code Qual ity, | |||||
| 2073 | Scan Engin e:, | |||||
| 2074 | SCA (Stru ctural), | |||||
| 2075 | ||||||
| 2076 | ||||||
| 2077 | ||||||
| 2078 | Sink Detai ls, | |||||
| 2079 | Sink:, | |||||
| 2080 | Field: Pr opertyChan ging, | |||||
| 2081 | File:, | |||||
| 2082 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:52, | |||||
| 2083 | Taint Flag s:, | |||||
| 2084 | , | |||||
| 2085 | ||||||
| 2086 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 99602 (D ead Code: Unused Fie ld),Low, | |||||
| 2087 | Issue Deta ils, | |||||
| 2088 | Kingdom:, | |||||
| 2089 | Code Qual ity, | |||||
| 2090 | Scan Engin e:, | |||||
| 2091 | SCA (Stru ctural), | |||||
| 2092 | ||||||
| 2093 | ||||||
| 2094 | ||||||
| 2095 | Sink Detai ls, | |||||
| 2096 | Sink:, | |||||
| 2097 | Field: Pr opertyChan ging, | |||||
| 2098 | File:, | |||||
| 2099 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:996 02, | |||||
| 2100 | Taint Flag s:, | |||||
| 2101 | , | |||||
| 2102 | ||||||
| 2103 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 104798 ( Dead Code: Unused Fi eld),Low, | |||||
| 2104 | Issue Deta ils, | |||||
| 2105 | Kingdom:, | |||||
| 2106 | Code Qual ity, | |||||
| 2107 | Scan Engin e:, | |||||
| 2108 | SCA (Stru ctural), | |||||
| 2109 | ||||||
| 2110 | ||||||
| 2111 | ||||||
| 2112 | Sink Detai ls, | |||||
| 2113 | Sink:, | |||||
| 2114 | Field: Pr opertyChan ged, | |||||
| 2115 | File:, | |||||
| 2116 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:104 798, | |||||
| 2117 | Taint Flag s:, | |||||
| 2118 | , | |||||
| 2119 | ||||||
| 2120 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 22409 (D ead Code: Unused Fie ld),Low, | |||||
| 2121 | Issue Deta ils, | |||||
| 2122 | Kingdom:, | |||||
| 2123 | Code Qual ity, | |||||
| 2124 | Scan Engin e:, | |||||
| 2125 | SCA (Stru ctural), | |||||
| 2126 | ||||||
| 2127 | ||||||
| 2128 | ||||||
| 2129 | Sink Detai ls, | |||||
| 2130 | Sink:, | |||||
| 2131 | Field: Pr opertyChan ging, | |||||
| 2132 | File:, | |||||
| 2133 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:224 09, | |||||
| 2134 | Taint Flag s:, | |||||
| 2135 | , | |||||
| 2136 | ||||||
| 2137 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 166389 ( Dead Code: Unused Fi eld),Low, | |||||
| 2138 | Issue Deta ils, | |||||
| 2139 | Kingdom:, | |||||
| 2140 | Code Qual ity, | |||||
| 2141 | Scan Engin e:, | |||||
| 2142 | SCA (Stru ctural), | |||||
| 2143 | ||||||
| 2144 | ||||||
| 2145 | ||||||
| 2146 | Sink Detai ls, | |||||
| 2147 | Sink:, | |||||
| 2148 | Field: Pr opertyChan ging, | |||||
| 2149 | File:, | |||||
| 2150 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:166 389, | |||||
| 2151 | Taint Flag s:, | |||||
| 2152 | , | |||||
| 2153 | ||||||
| 2154 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 95113 (D ead Code: Unused Fie ld),Low, | |||||
| 2155 | Issue Deta ils, | |||||
| 2156 | Kingdom:, | |||||
| 2157 | Code Qual ity, | |||||
| 2158 | Scan Engin e:, | |||||
| 2159 | SCA (Stru ctural), | |||||
| 2160 | ||||||
| 2161 | ||||||
| 2162 | ||||||
| 2163 | Sink Detai ls, | |||||
| 2164 | Sink:, | |||||
| 2165 | Field: Pr opertyChan ged, | |||||
| 2166 | File:, | |||||
| 2167 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:951 13, | |||||
| 2168 | Taint Flag s:, | |||||
| 2169 | , | |||||
| 2170 | ||||||
| 2171 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 284939 ( Dead Code: Unused Fi eld),Low, | |||||
| 2172 | Issue Deta ils, | |||||
| 2173 | Kingdom:, | |||||
| 2174 | Code Qual ity, | |||||
| 2175 | Scan Engin e:, | |||||
| 2176 | SCA (Stru ctural), | |||||
| 2177 | ||||||
| 2178 | ||||||
| 2179 | ||||||
| 2180 | Sink Detai ls, | |||||
| 2181 | Sink:, | |||||
| 2182 | Field: Pr opertyChan ged, | |||||
| 2183 | File:, | |||||
| 2184 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:284 939, | |||||
| 2185 | Taint Flag s:, | |||||
| 2186 | , | |||||
| 2187 | ||||||
| 2188 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 189506 ( Dead Code: Unused Fi eld),Low, | |||||
| 2189 | Issue Deta ils, | |||||
| 2190 | Kingdom:, | |||||
| 2191 | Code Qual ity, | |||||
| 2192 | Scan Engin e:, | |||||
| 2193 | SCA (Stru ctural), | |||||
| 2194 | ||||||
| 2195 | ||||||
| 2196 | ||||||
| 2197 | Sink Detai ls, | |||||
| 2198 | Sink:, | |||||
| 2199 | Field: Pr opertyChan ging, | |||||
| 2200 | File:, | |||||
| 2201 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:189 506, | |||||
| 2202 | Taint Flag s:, | |||||
| 2203 | , | |||||
| 2204 | ||||||
| 2205 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 34087 (D ead Code: Unused Fie ld),Low, | |||||
| 2206 | Issue Deta ils, | |||||
| 2207 | Kingdom:, | |||||
| 2208 | Code Qual ity, | |||||
| 2209 | Scan Engin e:, | |||||
| 2210 | SCA (Stru ctural), | |||||
| 2211 | ||||||
| 2212 | ||||||
| 2213 | ||||||
| 2214 | Sink Detai ls, | |||||
| 2215 | Sink:, | |||||
| 2216 | Field: Pr opertyChan ged, | |||||
| 2217 | File:, | |||||
| 2218 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:340 87, | |||||
| 2219 | Taint Flag s:, | |||||
| 2220 | , | |||||
| 2221 | ||||||
| 2222 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 104800 ( Dead Code: Unused Fi eld),Low, | |||||
| 2223 | Issue Deta ils, | |||||
| 2224 | Kingdom:, | |||||
| 2225 | Code Qual ity, | |||||
| 2226 | Scan Engin e:, | |||||
| 2227 | SCA (Stru ctural), | |||||
| 2228 | ||||||
| 2229 | ||||||
| 2230 | ||||||
| 2231 | Sink Detai ls, | |||||
| 2232 | Sink:, | |||||
| 2233 | Field: Pr opertyChan ging, | |||||
| 2234 | File:, | |||||
| 2235 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:104 800, | |||||
| 2236 | Taint Flag s:, | |||||
| 2237 | , | |||||
| 2238 | ||||||
| 2239 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 46899 (D ead Code: Unused Fie ld),Low, | |||||
| 2240 | Issue Deta ils, | |||||
| 2241 | Kingdom:, | |||||
| 2242 | Code Qual ity, | |||||
| 2243 | Scan Engin e:, | |||||
| 2244 | SCA (Stru ctural), | |||||
| 2245 | ||||||
| 2246 | ||||||
| 2247 | ||||||
| 2248 | Sink Detai ls, | |||||
| 2249 | Sink:, | |||||
| 2250 | Field: Pr opertyChan ging, | |||||
| 2251 | File:, | |||||
| 2252 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:468 99, | |||||
| 2253 | Taint Flag s:, | |||||
| 2254 | , | |||||
| 2255 | ||||||
| 2256 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 191972 ( Dead Code: Unused Fi eld),Low, | |||||
| 2257 | Issue Deta ils, | |||||
| 2258 | Kingdom:, | |||||
| 2259 | Code Qual ity, | |||||
| 2260 | Scan Engin e:, | |||||
| 2261 | SCA (Stru ctural), | |||||
| 2262 | ||||||
| 2263 | ||||||
| 2264 | ||||||
| 2265 | Sink Detai ls, | |||||
| 2266 | Sink:, | |||||
| 2267 | Field: Pr opertyChan ged, | |||||
| 2268 | File:, | |||||
| 2269 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:191 972, | |||||
| 2270 | Taint Flag s:, | |||||
| 2271 | , | |||||
| 2272 | ||||||
| 2273 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 281454 ( Dead Code: Unused Fi eld),Low, | |||||
| 2274 | Issue Deta ils, | |||||
| 2275 | Kingdom:, | |||||
| 2276 | Code Qual ity, | |||||
| 2277 | Scan Engin e:, | |||||
| 2278 | SCA (Stru ctural), | |||||
| 2279 | ||||||
| 2280 | ||||||
| 2281 | ||||||
| 2282 | Sink Detai ls, | |||||
| 2283 | Sink:, | |||||
| 2284 | Field: Pr opertyChan ged, | |||||
| 2285 | File:, | |||||
| 2286 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:281 454, | |||||
| 2287 | Taint Flag s:, | |||||
| 2288 | , | |||||
| 2289 | ||||||
| 2290 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 74372 (D ead Code: Unused Fie ld),Low, | |||||
| 2291 | Issue Deta ils, | |||||
| 2292 | Kingdom:, | |||||
| 2293 | Code Qual ity, | |||||
| 2294 | Scan Engin e:, | |||||
| 2295 | SCA (Stru ctural), | |||||
| 2296 | ||||||
| 2297 | ||||||
| 2298 | ||||||
| 2299 | Sink Detai ls, | |||||
| 2300 | Sink:, | |||||
| 2301 | Field: Pr opertyChan ging, | |||||
| 2302 | File:, | |||||
| 2303 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:743 72, | |||||
| 2304 | Taint Flag s:, | |||||
| 2305 | , | |||||
| 2306 | ||||||
| 2307 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 5479 (De ad Code: U nused Fiel d),Low, | |||||
| 2308 | Issue Deta ils, | |||||
| 2309 | Kingdom:, | |||||
| 2310 | Code Qual ity, | |||||
| 2311 | Scan Engin e:, | |||||
| 2312 | SCA (Stru ctural), | |||||
| 2313 | ||||||
| 2314 | ||||||
| 2315 | ||||||
| 2316 | Sink Detai ls, | |||||
| 2317 | Sink:, | |||||
| 2318 | Field: Pr opertyChan ged, | |||||
| 2319 | File:, | |||||
| 2320 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:547 9, | |||||
| 2321 | Taint Flag s:, | |||||
| 2322 | , | |||||
| 2323 | ||||||
| 2324 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 152577 ( Dead Code: Unused Fi eld),Low, | |||||
| 2325 | Issue Deta ils, | |||||
| 2326 | Kingdom:, | |||||
| 2327 | Code Qual ity, | |||||
| 2328 | Scan Engin e:, | |||||
| 2329 | SCA (Stru ctural), | |||||
| 2330 | ||||||
| 2331 | ||||||
| 2332 | ||||||
| 2333 | Sink Detai ls, | |||||
| 2334 | Sink:, | |||||
| 2335 | Field: Pr opertyChan ging, | |||||
| 2336 | File:, | |||||
| 2337 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:152 577, | |||||
| 2338 | Taint Flag s:, | |||||
| 2339 | , | |||||
| 2340 | ||||||
| 2341 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 282168 ( Dead Code: Unused Fi eld),Low, | |||||
| 2342 | Issue Deta ils, | |||||
| 2343 | Kingdom:, | |||||
| 2344 | Code Qual ity, | |||||
| 2345 | Scan Engin e:, | |||||
| 2346 | SCA (Stru ctural), | |||||
| 2347 | ||||||
| 2348 | ||||||
| 2349 | ||||||
| 2350 | Sink Detai ls, | |||||
| 2351 | Sink:, | |||||
| 2352 | Field: Pr opertyChan ging, | |||||
| 2353 | File:, | |||||
| 2354 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:282 168, | |||||
| 2355 | Taint Flag s:, | |||||
| 2356 | , | |||||
| 2357 | ||||||
| 2358 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 138702 ( Dead Code: Unused Fi eld),Low, | |||||
| 2359 | Issue Deta ils, | |||||
| 2360 | Kingdom:, | |||||
| 2361 | Code Qual ity, | |||||
| 2362 | Scan Engin e:, | |||||
| 2363 | SCA (Stru ctural), | |||||
| 2364 | ||||||
| 2365 | ||||||
| 2366 | ||||||
| 2367 | Sink Detai ls, | |||||
| 2368 | Sink:, | |||||
| 2369 | Field: Pr opertyChan ging, | |||||
| 2370 | File:, | |||||
| 2371 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:138 702, | |||||
| 2372 | Taint Flag s:, | |||||
| 2373 | , | |||||
| 2374 | ||||||
| 2375 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 281301 ( Dead Code: Unused Fi eld),Low, | |||||
| 2376 | Issue Deta ils, | |||||
| 2377 | Kingdom:, | |||||
| 2378 | Code Qual ity, | |||||
| 2379 | Scan Engin e:, | |||||
| 2380 | SCA (Stru ctural), | |||||
| 2381 | ||||||
| 2382 | ||||||
| 2383 | ||||||
| 2384 | Sink Detai ls, | |||||
| 2385 | Sink:, | |||||
| 2386 | Field: Pr opertyChan ged, | |||||
| 2387 | File:, | |||||
| 2388 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:281 301, | |||||
| 2389 | Taint Flag s:, | |||||
| 2390 | , | |||||
| 2391 | ||||||
| 2392 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 173497 ( Dead Code: Unused Fi eld),Low, | |||||
| 2393 | Issue Deta ils, | |||||
| 2394 | Kingdom:, | |||||
| 2395 | Code Qual ity, | |||||
| 2396 | Scan Engin e:, | |||||
| 2397 | SCA (Stru ctural), | |||||
| 2398 | ||||||
| 2399 | ||||||
| 2400 | ||||||
| 2401 | Sink Detai ls, | |||||
| 2402 | Sink:, | |||||
| 2403 | Field: Pr opertyChan ged, | |||||
| 2404 | File:, | |||||
| 2405 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:173 497, | |||||
| 2406 | Taint Flag s:, | |||||
| 2407 | , | |||||
| 2408 | ||||||
| 2409 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 124289 ( Dead Code: Unused Fi eld),Low, | |||||
| 2410 | Issue Deta ils, | |||||
| 2411 | Kingdom:, | |||||
| 2412 | Code Qual ity, | |||||
| 2413 | Scan Engin e:, | |||||
| 2414 | SCA (Stru ctural), | |||||
| 2415 | ||||||
| 2416 | ||||||
| 2417 | ||||||
| 2418 | Sink Detai ls, | |||||
| 2419 | Sink:, | |||||
| 2420 | Field: Pr opertyChan ging, | |||||
| 2421 | File:, | |||||
| 2422 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:124 289, | |||||
| 2423 | Taint Flag s:, | |||||
| 2424 | , | |||||
| 2425 | ||||||
| 2426 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 241010 ( Dead Code: Unused Fi eld),Low, | |||||
| 2427 | Issue Deta ils, | |||||
| 2428 | Kingdom:, | |||||
| 2429 | Code Qual ity, | |||||
| 2430 | Scan Engin e:, | |||||
| 2431 | SCA (Stru ctural), | |||||
| 2432 | ||||||
| 2433 | ||||||
| 2434 | ||||||
| 2435 | Sink Detai ls, | |||||
| 2436 | Sink:, | |||||
| 2437 | Field: Pr opertyChan ging, | |||||
| 2438 | File:, | |||||
| 2439 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:241 010, | |||||
| 2440 | Taint Flag s:, | |||||
| 2441 | , | |||||
| 2442 | ||||||
| 2443 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 141965 ( Dead Code: Unused Fi eld),Low, | |||||
| 2444 | Issue Deta ils, | |||||
| 2445 | Kingdom:, | |||||
| 2446 | Code Qual ity, | |||||
| 2447 | Scan Engin e:, | |||||
| 2448 | SCA (Stru ctural), | |||||
| 2449 | ||||||
| 2450 | ||||||
| 2451 | ||||||
| 2452 | Sink Detai ls, | |||||
| 2453 | Sink:, | |||||
| 2454 | Field: Pr opertyChan ged, | |||||
| 2455 | File:, | |||||
| 2456 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:141 965, | |||||
| 2457 | Taint Flag s:, | |||||
| 2458 | , | |||||
| 2459 | ||||||
| 2460 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 188556 ( Dead Code: Unused Fi eld),Low, | |||||
| 2461 | Issue Deta ils, | |||||
| 2462 | Kingdom:, | |||||
| 2463 | Code Qual ity, | |||||
| 2464 | Scan Engin e:, | |||||
| 2465 | SCA (Stru ctural), | |||||
| 2466 | ||||||
| 2467 | ||||||
| 2468 | ||||||
| 2469 | Sink Detai ls, | |||||
| 2470 | Sink:, | |||||
| 2471 | Field: Pr opertyChan ging, | |||||
| 2472 | File:, | |||||
| 2473 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:188 556, | |||||
| 2474 | Taint Flag s:, | |||||
| 2475 | , | |||||
| 2476 | ||||||
| 2477 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 238347 ( Dead Code: Unused Fi eld),Low, | |||||
| 2478 | Issue Deta ils, | |||||
| 2479 | Kingdom:, | |||||
| 2480 | Code Qual ity, | |||||
| 2481 | Scan Engin e:, | |||||
| 2482 | SCA (Stru ctural), | |||||
| 2483 | ||||||
| 2484 | ||||||
| 2485 | ||||||
| 2486 | Sink Detai ls, | |||||
| 2487 | Sink:, | |||||
| 2488 | Field: Pr opertyChan ging, | |||||
| 2489 | File:, | |||||
| 2490 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:238 347, | |||||
| 2491 | Taint Flag s:, | |||||
| 2492 | , | |||||
| 2493 | ||||||
| 2494 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 51578 (D ead Code: Unused Fie ld),Low, | |||||
| 2495 | Issue Deta ils, | |||||
| 2496 | Kingdom:, | |||||
| 2497 | Code Qual ity, | |||||
| 2498 | Scan Engin e:, | |||||
| 2499 | SCA (Stru ctural), | |||||
| 2500 | ||||||
| 2501 | ||||||
| 2502 | ||||||
| 2503 | Sink Detai ls, | |||||
| 2504 | Sink:, | |||||
| 2505 | Field: Pr opertyChan ging, | |||||
| 2506 | File:, | |||||
| 2507 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:515 78, | |||||
| 2508 | Taint Flag s:, | |||||
| 2509 | , | |||||
| 2510 | ||||||
| 2511 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 245391 ( Dead Code: Unused Fi eld),Low, | |||||
| 2512 | Issue Deta ils, | |||||
| 2513 | Kingdom:, | |||||
| 2514 | Code Qual ity, | |||||
| 2515 | Scan Engin e:, | |||||
| 2516 | SCA (Stru ctural), | |||||
| 2517 | ||||||
| 2518 | ||||||
| 2519 | ||||||
| 2520 | Sink Detai ls, | |||||
| 2521 | Sink:, | |||||
| 2522 | Field: Pr opertyChan ged, | |||||
| 2523 | File:, | |||||
| 2524 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:245 391, | |||||
| 2525 | Taint Flag s:, | |||||
| 2526 | , | |||||
| 2527 | ||||||
| 2528 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 108262 ( Dead Code: Unused Fi eld),Low, | |||||
| 2529 | Issue Deta ils, | |||||
| 2530 | Kingdom:, | |||||
| 2531 | Code Qual ity, | |||||
| 2532 | Scan Engin e:, | |||||
| 2533 | SCA (Stru ctural), | |||||
| 2534 | ||||||
| 2535 | ||||||
| 2536 | ||||||
| 2537 | Sink Detai ls, | |||||
| 2538 | Sink:, | |||||
| 2539 | Field: Pr opertyChan ged, | |||||
| 2540 | File:, | |||||
| 2541 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:108 262, | |||||
| 2542 | Taint Flag s:, | |||||
| 2543 | , | |||||
| 2544 | ||||||
| 2545 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 220302 ( Dead Code: Unused Fi eld),Low, | |||||
| 2546 | Issue Deta ils, | |||||
| 2547 | Kingdom:, | |||||
| 2548 | Code Qual ity, | |||||
| 2549 | Scan Engin e:, | |||||
| 2550 | SCA (Stru ctural), | |||||
| 2551 | ||||||
| 2552 | ||||||
| 2553 | ||||||
| 2554 | Sink Detai ls, | |||||
| 2555 | Sink:, | |||||
| 2556 | Field: Pr opertyChan ged, | |||||
| 2557 | File:, | |||||
| 2558 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:220 302, | |||||
| 2559 | Taint Flag s:, | |||||
| 2560 | , | |||||
| 2561 | ||||||
| 2562 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 118214 ( Dead Code: Unused Fi eld),Low, | |||||
| 2563 | Issue Deta ils, | |||||
| 2564 | Kingdom:, | |||||
| 2565 | Code Qual ity, | |||||
| 2566 | Scan Engin e:, | |||||
| 2567 | SCA (Stru ctural), | |||||
| 2568 | ||||||
| 2569 | ||||||
| 2570 | ||||||
| 2571 | Sink Detai ls, | |||||
| 2572 | Sink:, | |||||
| 2573 | Field: Pr opertyChan ging, | |||||
| 2574 | File:, | |||||
| 2575 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:118 214, | |||||
| 2576 | Taint Flag s:, | |||||
| 2577 | , | |||||
| 2578 | ||||||
| 2579 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 299944 ( Dead Code: Unused Fi eld),Low, | |||||
| 2580 | Issue Deta ils, | |||||
| 2581 | Kingdom:, | |||||
| 2582 | Code Qual ity, | |||||
| 2583 | Scan Engin e:, | |||||
| 2584 | SCA (Stru ctural), | |||||
| 2585 | ||||||
| 2586 | ||||||
| 2587 | ||||||
| 2588 | Sink Detai ls, | |||||
| 2589 | Sink:, | |||||
| 2590 | Field: Pr opertyChan ging, | |||||
| 2591 | File:, | |||||
| 2592 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:299 944, | |||||
| 2593 | Taint Flag s:, | |||||
| 2594 | , | |||||
| 2595 | ||||||
| 2596 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 103257 ( Dead Code: Unused Fi eld),Low, | |||||
| 2597 | Issue Deta ils, | |||||
| 2598 | Kingdom:, | |||||
| 2599 | Code Qual ity, | |||||
| 2600 | Scan Engin e:, | |||||
| 2601 | SCA (Stru ctural), | |||||
| 2602 | ||||||
| 2603 | ||||||
| 2604 | ||||||
| 2605 | Sink Detai ls, | |||||
| 2606 | Sink:, | |||||
| 2607 | Field: Pr opertyChan ging, | |||||
| 2608 | File:, | |||||
| 2609 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:103 257, | |||||
| 2610 | Taint Flag s:, | |||||
| 2611 | , | |||||
| 2612 | ||||||
| 2613 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 251138 ( Dead Code: Unused Fi eld),Low, | |||||
| 2614 | Issue Deta ils, | |||||
| 2615 | Kingdom:, | |||||
| 2616 | Code Qual ity, | |||||
| 2617 | Scan Engin e:, | |||||
| 2618 | SCA (Stru ctural), | |||||
| 2619 | ||||||
| 2620 | ||||||
| 2621 | ||||||
| 2622 | Sink Detai ls, | |||||
| 2623 | Sink:, | |||||
| 2624 | Field: Pr opertyChan ged, | |||||
| 2625 | File:, | |||||
| 2626 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:251 138, | |||||
| 2627 | Taint Flag s:, | |||||
| 2628 | , | |||||
| 2629 | ||||||
| 2630 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 154346 ( Dead Code: Unused Fi eld),Low, | |||||
| 2631 | Issue Deta ils, | |||||
| 2632 | Kingdom:, | |||||
| 2633 | Code Qual ity, | |||||
| 2634 | Scan Engin e:, | |||||
| 2635 | SCA (Stru ctural), | |||||
| 2636 | ||||||
| 2637 | ||||||
| 2638 | ||||||
| 2639 | Sink Detai ls, | |||||
| 2640 | Sink:, | |||||
| 2641 | Field: Pr opertyChan ging, | |||||
| 2642 | File:, | |||||
| 2643 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:154 346, | |||||
| 2644 | Taint Flag s:, | |||||
| 2645 | , | |||||
| 2646 | ||||||
| 2647 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 209279 ( Dead Code: Unused Fi eld),Low, | |||||
| 2648 | Issue Deta ils, | |||||
| 2649 | Kingdom:, | |||||
| 2650 | Code Qual ity, | |||||
| 2651 | Scan Engin e:, | |||||
| 2652 | SCA (Stru ctural), | |||||
| 2653 | ||||||
| 2654 | ||||||
| 2655 | ||||||
| 2656 | Sink Detai ls, | |||||
| 2657 | Sink:, | |||||
| 2658 | Field: Pr opertyChan ging, | |||||
| 2659 | File:, | |||||
| 2660 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:209 279, | |||||
| 2661 | Taint Flag s:, | |||||
| 2662 | , | |||||
| 2663 | ||||||
| 2664 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 124287 ( Dead Code: Unused Fi eld),Low, | |||||
| 2665 | Issue Deta ils, | |||||
| 2666 | Kingdom:, | |||||
| 2667 | Code Qual ity, | |||||
| 2668 | Scan Engin e:, | |||||
| 2669 | SCA (Stru ctural), | |||||
| 2670 | ||||||
| 2671 | ||||||
| 2672 | ||||||
| 2673 | Sink Detai ls, | |||||
| 2674 | Sink:, | |||||
| 2675 | Field: Pr opertyChan ged, | |||||
| 2676 | File:, | |||||
| 2677 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:124 287, | |||||
| 2678 | Taint Flag s:, | |||||
| 2679 | , | |||||
| 2680 | ||||||
| 2681 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 34511 (D ead Code: Unused Fie ld),Low, | |||||
| 2682 | Issue Deta ils, | |||||
| 2683 | Kingdom:, | |||||
| 2684 | Code Qual ity, | |||||
| 2685 | Scan Engin e:, | |||||
| 2686 | SCA (Stru ctural), | |||||
| 2687 | ||||||
| 2688 | ||||||
| 2689 | ||||||
| 2690 | Sink Detai ls, | |||||
| 2691 | Sink:, | |||||
| 2692 | Field: Pr opertyChan ged, | |||||
| 2693 | File:, | |||||
| 2694 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:345 11, | |||||
| 2695 | Taint Flag s:, | |||||
| 2696 | , | |||||
| 2697 | ||||||
| 2698 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 66002 (D ead Code: Unused Fie ld),Low, | |||||
| 2699 | Issue Deta ils, | |||||
| 2700 | Kingdom:, | |||||
| 2701 | Code Qual ity, | |||||
| 2702 | Scan Engin e:, | |||||
| 2703 | SCA (Stru ctural), | |||||
| 2704 | ||||||
| 2705 | ||||||
| 2706 | ||||||
| 2707 | Sink Detai ls, | |||||
| 2708 | Sink:, | |||||
| 2709 | Field: Pr opertyChan ging, | |||||
| 2710 | File:, | |||||
| 2711 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:660 02, | |||||
| 2712 | Taint Flag s:, | |||||
| 2713 | , | |||||
| 2714 | ||||||
| 2715 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 298682 ( Dead Code: Unused Fi eld),Low, | |||||
| 2716 | Issue Deta ils, | |||||
| 2717 | Kingdom:, | |||||
| 2718 | Code Qual ity, | |||||
| 2719 | Scan Engin e:, | |||||
| 2720 | SCA (Stru ctural), | |||||
| 2721 | ||||||
| 2722 | ||||||
| 2723 | ||||||
| 2724 | Sink Detai ls, | |||||
| 2725 | Sink:, | |||||
| 2726 | Field: Pr opertyChan ging, | |||||
| 2727 | File:, | |||||
| 2728 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:298 682, | |||||
| 2729 | Taint Flag s:, | |||||
| 2730 | , | |||||
| 2731 | ||||||
| 2732 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 288934 ( Dead Code: Unused Fi eld),Low, | |||||
| 2733 | Issue Deta ils, | |||||
| 2734 | Kingdom:, | |||||
| 2735 | Code Qual ity, | |||||
| 2736 | Scan Engin e:, | |||||
| 2737 | SCA (Stru ctural), | |||||
| 2738 | ||||||
| 2739 | ||||||
| 2740 | ||||||
| 2741 | Sink Detai ls, | |||||
| 2742 | Sink:, | |||||
| 2743 | Field: Pr opertyChan ging, | |||||
| 2744 | File:, | |||||
| 2745 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:288 934, | |||||
| 2746 | Taint Flag s:, | |||||
| 2747 | , | |||||
| 2748 | ||||||
| 2749 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 52128 (D ead Code: Unused Fie ld),Low, | |||||
| 2750 | Issue Deta ils, | |||||
| 2751 | Kingdom:, | |||||
| 2752 | Code Qual ity, | |||||
| 2753 | Scan Engin e:, | |||||
| 2754 | SCA (Stru ctural), | |||||
| 2755 | ||||||
| 2756 | ||||||
| 2757 | ||||||
| 2758 | Sink Detai ls, | |||||
| 2759 | Sink:, | |||||
| 2760 | Field: Pr opertyChan ging, | |||||
| 2761 | File:, | |||||
| 2762 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:521 28, | |||||
| 2763 | Taint Flag s:, | |||||
| 2764 | , | |||||
| 2765 | ||||||
| 2766 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 137417 ( Dead Code: Unused Fi eld),Low, | |||||
| 2767 | Issue Deta ils, | |||||
| 2768 | Kingdom:, | |||||
| 2769 | Code Qual ity, | |||||
| 2770 | Scan Engin e:, | |||||
| 2771 | SCA (Stru ctural), | |||||
| 2772 | ||||||
| 2773 | ||||||
| 2774 | ||||||
| 2775 | Sink Detai ls, | |||||
| 2776 | Sink:, | |||||
| 2777 | Field: Pr opertyChan ging, | |||||
| 2778 | File:, | |||||
| 2779 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:137 417, | |||||
| 2780 | Taint Flag s:, | |||||
| 2781 | , | |||||
| 2782 | ||||||
| 2783 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 64351 (D ead Code: Unused Fie ld),Low, | |||||
| 2784 | Issue Deta ils, | |||||
| 2785 | Kingdom:, | |||||
| 2786 | Code Qual ity, | |||||
| 2787 | Scan Engin e:, | |||||
| 2788 | SCA (Stru ctural), | |||||
| 2789 | ||||||
| 2790 | ||||||
| 2791 | ||||||
| 2792 | Sink Detai ls, | |||||
| 2793 | Sink:, | |||||
| 2794 | Field: Pr opertyChan ging, | |||||
| 2795 | File:, | |||||
| 2796 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:643 51, | |||||
| 2797 | Taint Flag s:, | |||||
| 2798 | , | |||||
| 2799 | ||||||
| 2800 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 46897 (D ead Code: Unused Fie ld),Low, | |||||
| 2801 | Issue Deta ils, | |||||
| 2802 | Kingdom:, | |||||
| 2803 | Code Qual ity, | |||||
| 2804 | Scan Engin e:, | |||||
| 2805 | SCA (Stru ctural), | |||||
| 2806 | ||||||
| 2807 | ||||||
| 2808 | ||||||
| 2809 | Sink Detai ls, | |||||
| 2810 | Sink:, | |||||
| 2811 | Field: Pr opertyChan ged, | |||||
| 2812 | File:, | |||||
| 2813 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:468 97, | |||||
| 2814 | Taint Flag s:, | |||||
| 2815 | , | |||||
| 2816 | ||||||
| 2817 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 275681 ( Dead Code: Unused Fi eld),Low, | |||||
| 2818 | Issue Deta ils, | |||||
| 2819 | Kingdom:, | |||||
| 2820 | Code Qual ity, | |||||
| 2821 | Scan Engin e:, | |||||
| 2822 | SCA (Stru ctural), | |||||
| 2823 | ||||||
| 2824 | ||||||
| 2825 | ||||||
| 2826 | Sink Detai ls, | |||||
| 2827 | Sink:, | |||||
| 2828 | Field: Pr opertyChan ged, | |||||
| 2829 | File:, | |||||
| 2830 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:275 681, | |||||
| 2831 | Taint Flag s:, | |||||
| 2832 | , | |||||
| 2833 | ||||||
| 2834 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 231103 ( Dead Code: Unused Fi eld),Low, | |||||
| 2835 | Issue Deta ils, | |||||
| 2836 | Kingdom:, | |||||
| 2837 | Code Qual ity, | |||||
| 2838 | Scan Engin e:, | |||||
| 2839 | SCA (Stru ctural), | |||||
| 2840 | ||||||
| 2841 | ||||||
| 2842 | ||||||
| 2843 | Sink Detai ls, | |||||
| 2844 | Sink:, | |||||
| 2845 | Field: Pr opertyChan ging, | |||||
| 2846 | File:, | |||||
| 2847 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:231 103, | |||||
| 2848 | Taint Flag s:, | |||||
| 2849 | , | |||||
| 2850 | ||||||
| 2851 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 215014 ( Dead Code: Unused Fi eld),Low, | |||||
| 2852 | Issue Deta ils, | |||||
| 2853 | Kingdom:, | |||||
| 2854 | Code Qual ity, | |||||
| 2855 | Scan Engin e:, | |||||
| 2856 | SCA (Stru ctural), | |||||
| 2857 | ||||||
| 2858 | ||||||
| 2859 | ||||||
| 2860 | Sink Detai ls, | |||||
| 2861 | Sink:, | |||||
| 2862 | Field: Pr opertyChan ging, | |||||
| 2863 | File:, | |||||
| 2864 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:215 014, | |||||
| 2865 | Taint Flag s:, | |||||
| 2866 | , | |||||
| 2867 | ||||||
| 2868 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 288932 ( Dead Code: Unused Fi eld),Low, | |||||
| 2869 | Issue Deta ils, | |||||
| 2870 | Kingdom:, | |||||
| 2871 | Code Qual ity, | |||||
| 2872 | Scan Engin e:, | |||||
| 2873 | SCA (Stru ctural), | |||||
| 2874 | ||||||
| 2875 | ||||||
| 2876 | ||||||
| 2877 | Sink Detai ls, | |||||
| 2878 | Sink:, | |||||
| 2879 | Field: Pr opertyChan ged, | |||||
| 2880 | File:, | |||||
| 2881 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:288 932, | |||||
| 2882 | Taint Flag s:, | |||||
| 2883 | , | |||||
| 2884 | ||||||
| 2885 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 245393 ( Dead Code: Unused Fi eld),Low, | |||||
| 2886 | Issue Deta ils, | |||||
| 2887 | Kingdom:, | |||||
| 2888 | Code Qual ity, | |||||
| 2889 | Scan Engin e:, | |||||
| 2890 | SCA (Stru ctural), | |||||
| 2891 | ||||||
| 2892 | ||||||
| 2893 | ||||||
| 2894 | Sink Detai ls, | |||||
| 2895 | Sink:, | |||||
| 2896 | Field: Pr opertyChan ging, | |||||
| 2897 | File:, | |||||
| 2898 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:245 393, | |||||
| 2899 | Taint Flag s:, | |||||
| 2900 | , | |||||
| 2901 | ||||||
| 2902 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 200386 ( Dead Code: Unused Fi eld),Low, | |||||
| 2903 | Issue Deta ils, | |||||
| 2904 | Kingdom:, | |||||
| 2905 | Code Qual ity, | |||||
| 2906 | Scan Engin e:, | |||||
| 2907 | SCA (Stru ctural), | |||||
| 2908 | ||||||
| 2909 | ||||||
| 2910 | ||||||
| 2911 | Sink Detai ls, | |||||
| 2912 | Sink:, | |||||
| 2913 | Field: Pr opertyChan ged, | |||||
| 2914 | File:, | |||||
| 2915 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:200 386, | |||||
| 2916 | Taint Flag s:, | |||||
| 2917 | , | |||||
| 2918 | ||||||
| 2919 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 249779 ( Dead Code: Unused Fi eld),Low, | |||||
| 2920 | Issue Deta ils, | |||||
| 2921 | Kingdom:, | |||||
| 2922 | Code Qual ity, | |||||
| 2923 | Scan Engin e:, | |||||
| 2924 | SCA (Stru ctural), | |||||
| 2925 | ||||||
| 2926 | ||||||
| 2927 | ||||||
| 2928 | Sink Detai ls, | |||||
| 2929 | Sink:, | |||||
| 2930 | Field: Pr opertyChan ging, | |||||
| 2931 | File:, | |||||
| 2932 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:249 779, | |||||
| 2933 | Taint Flag s:, | |||||
| 2934 | , | |||||
| 2935 | ||||||
| 2936 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 101575 ( Dead Code: Unused Fi eld),Low, | |||||
| 2937 | Issue Deta ils, | |||||
| 2938 | Kingdom:, | |||||
| 2939 | Code Qual ity, | |||||
| 2940 | Scan Engin e:, | |||||
| 2941 | SCA (Stru ctural), | |||||
| 2942 | ||||||
| 2943 | ||||||
| 2944 | ||||||
| 2945 | Sink Detai ls, | |||||
| 2946 | Sink:, | |||||
| 2947 | Field: Pr opertyChan ging, | |||||
| 2948 | File:, | |||||
| 2949 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:101 575, | |||||
| 2950 | Taint Flag s:, | |||||
| 2951 | , | |||||
| 2952 | ||||||
| 2953 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 107542 ( Dead Code: Unused Fi eld),Low, | |||||
| 2954 | Issue Deta ils, | |||||
| 2955 | Kingdom:, | |||||
| 2956 | Code Qual ity, | |||||
| 2957 | Scan Engin e:, | |||||
| 2958 | SCA (Stru ctural), | |||||
| 2959 | ||||||
| 2960 | ||||||
| 2961 | ||||||
| 2962 | Sink Detai ls, | |||||
| 2963 | Sink:, | |||||
| 2964 | Field: Pr opertyChan ged, | |||||
| 2965 | File:, | |||||
| 2966 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:107 542, | |||||
| 2967 | Taint Flag s:, | |||||
| 2968 | , | |||||
| 2969 | ||||||
| 2970 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 61484 (D ead Code: Unused Fie ld),Low, | |||||
| 2971 | Issue Deta ils, | |||||
| 2972 | Kingdom:, | |||||
| 2973 | Code Qual ity, | |||||
| 2974 | Scan Engin e:, | |||||
| 2975 | SCA (Stru ctural), | |||||
| 2976 | ||||||
| 2977 | ||||||
| 2978 | ||||||
| 2979 | Sink Detai ls, | |||||
| 2980 | Sink:, | |||||
| 2981 | Field: Pr opertyChan ged, | |||||
| 2982 | File:, | |||||
| 2983 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:614 84, | |||||
| 2984 | Taint Flag s:, | |||||
| 2985 | , | |||||
| 2986 | ||||||
| 2987 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 34089 (D ead Code: Unused Fie ld),Low, | |||||
| 2988 | Issue Deta ils, | |||||
| 2989 | Kingdom:, | |||||
| 2990 | Code Qual ity, | |||||
| 2991 | Scan Engin e:, | |||||
| 2992 | SCA (Stru ctural), | |||||
| 2993 | ||||||
| 2994 | ||||||
| 2995 | ||||||
| 2996 | Sink Detai ls, | |||||
| 2997 | Sink:, | |||||
| 2998 | Field: Pr opertyChan ging, | |||||
| 2999 | File:, | |||||
| 3000 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:340 89, | |||||
| 3001 | Taint Flag s:, | |||||
| 3002 | , | |||||
| 3003 | ||||||
| 3004 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 133753 ( Dead Code: Unused Fi eld),Low, | |||||
| 3005 | Issue Deta ils, | |||||
| 3006 | Kingdom:, | |||||
| 3007 | Code Qual ity, | |||||
| 3008 | Scan Engin e:, | |||||
| 3009 | SCA (Stru ctural), | |||||
| 3010 | ||||||
| 3011 | ||||||
| 3012 | ||||||
| 3013 | Sink Detai ls, | |||||
| 3014 | Sink:, | |||||
| 3015 | Field: Pr opertyChan ging, | |||||
| 3016 | File:, | |||||
| 3017 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:133 753, | |||||
| 3018 | Taint Flag s:, | |||||
| 3019 | , | |||||
| 3020 | ||||||
| 3021 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 65213 (D ead Code: Unused Fie ld),Low, | |||||
| 3022 | Issue Deta ils, | |||||
| 3023 | Kingdom:, | |||||
| 3024 | Code Qual ity, | |||||
| 3025 | Scan Engin e:, | |||||
| 3026 | SCA (Stru ctural), | |||||
| 3027 | ||||||
| 3028 | ||||||
| 3029 | ||||||
| 3030 | Sink Detai ls, | |||||
| 3031 | Sink:, | |||||
| 3032 | Field: Pr opertyChan ged, | |||||
| 3033 | File:, | |||||
| 3034 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:652 13, | |||||
| 3035 | Taint Flag s:, | |||||
| 3036 | , | |||||
| 3037 | ||||||
| 3038 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 41116 (D ead Code: Unused Fie ld),Low, | |||||
| 3039 | Issue Deta ils, | |||||
| 3040 | Kingdom:, | |||||
| 3041 | Code Qual ity, | |||||
| 3042 | Scan Engin e:, | |||||
| 3043 | SCA (Stru ctural), | |||||
| 3044 | ||||||
| 3045 | ||||||
| 3046 | ||||||
| 3047 | Sink Detai ls, | |||||
| 3048 | Sink:, | |||||
| 3049 | Field: Pr opertyChan ging, | |||||
| 3050 | File:, | |||||
| 3051 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:411 16, | |||||
| 3052 | Taint Flag s:, | |||||
| 3053 | , | |||||
| 3054 | ||||||
| 3055 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 184829 ( Dead Code: Unused Fi eld),Low, | |||||
| 3056 | Issue Deta ils, | |||||
| 3057 | Kingdom:, | |||||
| 3058 | Code Qual ity, | |||||
| 3059 | Scan Engin e:, | |||||
| 3060 | SCA (Stru ctural), | |||||
| 3061 | ||||||
| 3062 | ||||||
| 3063 | ||||||
| 3064 | Sink Detai ls, | |||||
| 3065 | Sink:, | |||||
| 3066 | Field: Pr opertyChan ging, | |||||
| 3067 | File:, | |||||
| 3068 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:184 829, | |||||
| 3069 | Taint Flag s:, | |||||
| 3070 | , | |||||
| 3071 | ||||||
| 3072 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 72094 (D ead Code: Unused Fie ld),Low, | |||||
| 3073 | Issue Deta ils, | |||||
| 3074 | Kingdom:, | |||||
| 3075 | Code Qual ity, | |||||
| 3076 | Scan Engin e:, | |||||
| 3077 | SCA (Stru ctural), | |||||
| 3078 | ||||||
| 3079 | ||||||
| 3080 | ||||||
| 3081 | Sink Detai ls, | |||||
| 3082 | Sink:, | |||||
| 3083 | Field: Pr opertyChan ged, | |||||
| 3084 | File:, | |||||
| 3085 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:720 94, | |||||
| 3086 | Taint Flag s:, | |||||
| 3087 | , | |||||
| 3088 | ||||||
| 3089 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 233478 ( Dead Code: Unused Fi eld),Low, | |||||
| 3090 | Issue Deta ils, | |||||
| 3091 | Kingdom:, | |||||
| 3092 | Code Qual ity, | |||||
| 3093 | Scan Engin e:, | |||||
| 3094 | SCA (Stru ctural), | |||||
| 3095 | ||||||
| 3096 | ||||||
| 3097 | ||||||
| 3098 | Sink Detai ls, | |||||
| 3099 | Sink:, | |||||
| 3100 | Field: Pr opertyChan ging, | |||||
| 3101 | File:, | |||||
| 3102 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:233 478, | |||||
| 3103 | Taint Flag s:, | |||||
| 3104 | , | |||||
| 3105 | ||||||
| 3106 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 94511 (D ead Code: Unused Fie ld),Low, | |||||
| 3107 | Issue Deta ils, | |||||
| 3108 | Kingdom:, | |||||
| 3109 | Code Qual ity, | |||||
| 3110 | Scan Engin e:, | |||||
| 3111 | SCA (Stru ctural), | |||||
| 3112 | ||||||
| 3113 | ||||||
| 3114 | ||||||
| 3115 | Sink Detai ls, | |||||
| 3116 | Sink:, | |||||
| 3117 | Field: Pr opertyChan ging, | |||||
| 3118 | File:, | |||||
| 3119 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:945 11, | |||||
| 3120 | Taint Flag s:, | |||||
| 3121 | , | |||||
| 3122 | ||||||
| 3123 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 67393 (D ead Code: Unused Fie ld),Low, | |||||
| 3124 | Issue Deta ils, | |||||
| 3125 | Kingdom:, | |||||
| 3126 | Code Qual ity, | |||||
| 3127 | Scan Engin e:, | |||||
| 3128 | SCA (Stru ctural), | |||||
| 3129 | ||||||
| 3130 | ||||||
| 3131 | ||||||
| 3132 | Sink Detai ls, | |||||
| 3133 | Sink:, | |||||
| 3134 | Field: Pr opertyChan ging, | |||||
| 3135 | File:, | |||||
| 3136 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:673 93, | |||||
| 3137 | Taint Flag s:, | |||||
| 3138 | , | |||||
| 3139 | ||||||
| 3140 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 28861 (D ead Code: Unused Fie ld),Low, | |||||
| 3141 | Issue Deta ils, | |||||
| 3142 | Kingdom:, | |||||
| 3143 | Code Qual ity, | |||||
| 3144 | Scan Engin e:, | |||||
| 3145 | SCA (Stru ctural), | |||||
| 3146 | ||||||
| 3147 | ||||||
| 3148 | ||||||
| 3149 | Sink Detai ls, | |||||
| 3150 | Sink:, | |||||
| 3151 | Field: Pr opertyChan ging, | |||||
| 3152 | File:, | |||||
| 3153 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:288 61, | |||||
| 3154 | Taint Flag s:, | |||||
| 3155 | , | |||||
| 3156 | ||||||
| 3157 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 228908 ( Dead Code: Unused Fi eld),Low, | |||||
| 3158 | Issue Deta ils, | |||||
| 3159 | Kingdom:, | |||||
| 3160 | Code Qual ity, | |||||
| 3161 | Scan Engin e:, | |||||
| 3162 | SCA (Stru ctural), | |||||
| 3163 | ||||||
| 3164 | ||||||
| 3165 | ||||||
| 3166 | Sink Detai ls, | |||||
| 3167 | Sink:, | |||||
| 3168 | Field: Pr opertyChan ged, | |||||
| 3169 | File:, | |||||
| 3170 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:228 908, | |||||
| 3171 | Taint Flag s:, | |||||
| 3172 | , | |||||
| 3173 | ||||||
| 3174 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 28859 (D ead Code: Unused Fie ld),Low, | |||||
| 3175 | Issue Deta ils, | |||||
| 3176 | Kingdom:, | |||||
| 3177 | Code Qual ity, | |||||
| 3178 | Scan Engin e:, | |||||
| 3179 | SCA (Stru ctural), | |||||
| 3180 | ||||||
| 3181 | ||||||
| 3182 | ||||||
| 3183 | Sink Detai ls, | |||||
| 3184 | Sink:, | |||||
| 3185 | Field: Pr opertyChan ged, | |||||
| 3186 | File:, | |||||
| 3187 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:288 59, | |||||
| 3188 | Taint Flag s:, | |||||
| 3189 | , | |||||
| 3190 | ||||||
| 3191 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 69174 (D ead Code: Unused Fie ld),Low, | |||||
| 3192 | Issue Deta ils, | |||||
| 3193 | Kingdom:, | |||||
| 3194 | Code Qual ity, | |||||
| 3195 | Scan Engin e:, | |||||
| 3196 | SCA (Stru ctural), | |||||
| 3197 | ||||||
| 3198 | ||||||
| 3199 | ||||||
| 3200 | Sink Detai ls, | |||||
| 3201 | Sink:, | |||||
| 3202 | Field: Pr opertyChan ging, | |||||
| 3203 | File:, | |||||
| 3204 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:691 74, | |||||
| 3205 | Taint Flag s:, | |||||
| 3206 | , | |||||
| 3207 | ||||||
| 3208 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 58706 (D ead Code: Unused Fie ld),Low, | |||||
| 3209 | Issue Deta ils, | |||||
| 3210 | Kingdom:, | |||||
| 3211 | Code Qual ity, | |||||
| 3212 | Scan Engin e:, | |||||
| 3213 | SCA (Stru ctural), | |||||
| 3214 | ||||||
| 3215 | ||||||
| 3216 | ||||||
| 3217 | Sink Detai ls, | |||||
| 3218 | Sink:, | |||||
| 3219 | Field: Pr opertyChan ging, | |||||
| 3220 | File:, | |||||
| 3221 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:587 06, | |||||
| 3222 | Taint Flag s:, | |||||
| 3223 | , | |||||
| 3224 | ||||||
| 3225 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 250310 ( Dead Code: Unused Fi eld),Low, | |||||
| 3226 | Issue Deta ils, | |||||
| 3227 | Kingdom:, | |||||
| 3228 | Code Qual ity, | |||||
| 3229 | Scan Engin e:, | |||||
| 3230 | SCA (Stru ctural), | |||||
| 3231 | ||||||
| 3232 | ||||||
| 3233 | ||||||
| 3234 | Sink Detai ls, | |||||
| 3235 | Sink:, | |||||
| 3236 | Field: Pr opertyChan ging, | |||||
| 3237 | File:, | |||||
| 3238 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:250 310, | |||||
| 3239 | Taint Flag s:, | |||||
| 3240 | , | |||||
| 3241 | ||||||
| 3242 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 220304 ( Dead Code: Unused Fi eld),Low, | |||||
| 3243 | Issue Deta ils, | |||||
| 3244 | Kingdom:, | |||||
| 3245 | Code Qual ity, | |||||
| 3246 | Scan Engin e:, | |||||
| 3247 | SCA (Stru ctural), | |||||
| 3248 | ||||||
| 3249 | ||||||
| 3250 | ||||||
| 3251 | Sink Detai ls, | |||||
| 3252 | Sink:, | |||||
| 3253 | Field: Pr opertyChan ging, | |||||
| 3254 | File:, | |||||
| 3255 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:220 304, | |||||
| 3256 | Taint Flag s:, | |||||
| 3257 | , | |||||
| 3258 | ||||||
| 3259 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 123072 ( Dead Code: Unused Fi eld),Low, | |||||
| 3260 | Issue Deta ils, | |||||
| 3261 | Kingdom:, | |||||
| 3262 | Code Qual ity, | |||||
| 3263 | Scan Engin e:, | |||||
| 3264 | SCA (Stru ctural), | |||||
| 3265 | ||||||
| 3266 | ||||||
| 3267 | ||||||
| 3268 | Sink Detai ls, | |||||
| 3269 | Sink:, | |||||
| 3270 | Field: Pr opertyChan ged, | |||||
| 3271 | File:, | |||||
| 3272 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:123 072, | |||||
| 3273 | Taint Flag s:, | |||||
| 3274 | , | |||||
| 3275 | ||||||
| 3276 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 51576 (D ead Code: Unused Fie ld),Low, | |||||
| 3277 | Issue Deta ils, | |||||
| 3278 | Kingdom:, | |||||
| 3279 | Code Qual ity, | |||||
| 3280 | Scan Engin e:, | |||||
| 3281 | SCA (Stru ctural), | |||||
| 3282 | ||||||
| 3283 | ||||||
| 3284 | ||||||
| 3285 | Sink Detai ls, | |||||
| 3286 | Sink:, | |||||
| 3287 | Field: Pr opertyChan ged, | |||||
| 3288 | File:, | |||||
| 3289 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:515 76, | |||||
| 3290 | Taint Flag s:, | |||||
| 3291 | , | |||||
| 3292 | ||||||
| 3293 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 231632 ( Dead Code: Unused Fi eld),Low, | |||||
| 3294 | Issue Deta ils, | |||||
| 3295 | Kingdom:, | |||||
| 3296 | Code Qual ity, | |||||
| 3297 | Scan Engin e:, | |||||
| 3298 | SCA (Stru ctural), | |||||
| 3299 | ||||||
| 3300 | ||||||
| 3301 | ||||||
| 3302 | Sink Detai ls, | |||||
| 3303 | Sink:, | |||||
| 3304 | Field: Pr opertyChan ged, | |||||
| 3305 | File:, | |||||
| 3306 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:231 632, | |||||
| 3307 | Taint Flag s:, | |||||
| 3308 | , | |||||
| 3309 | ||||||
| 3310 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 215012 ( Dead Code: Unused Fi eld),Low, | |||||
| 3311 | Issue Deta ils, | |||||
| 3312 | Kingdom:, | |||||
| 3313 | Code Qual ity, | |||||
| 3314 | Scan Engin e:, | |||||
| 3315 | SCA (Stru ctural), | |||||
| 3316 | ||||||
| 3317 | ||||||
| 3318 | ||||||
| 3319 | Sink Detai ls, | |||||
| 3320 | Sink:, | |||||
| 3321 | Field: Pr opertyChan ged, | |||||
| 3322 | File:, | |||||
| 3323 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:215 012, | |||||
| 3324 | Taint Flag s:, | |||||
| 3325 | , | |||||
| 3326 | ||||||
| 3327 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 60866 (D ead Code: Unused Fie ld),Low, | |||||
| 3328 | Issue Deta ils, | |||||
| 3329 | Kingdom:, | |||||
| 3330 | Code Qual ity, | |||||
| 3331 | Scan Engin e:, | |||||
| 3332 | SCA (Stru ctural), | |||||
| 3333 | ||||||
| 3334 | ||||||
| 3335 | ||||||
| 3336 | Sink Detai ls, | |||||
| 3337 | Sink:, | |||||
| 3338 | Field: Pr opertyChan ged, | |||||
| 3339 | File:, | |||||
| 3340 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:608 66, | |||||
| 3341 | Taint Flag s:, | |||||
| 3342 | , | |||||
| 3343 | ||||||
| 3344 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 214658 ( Dead Code: Unused Fi eld),Low, | |||||
| 3345 | Issue Deta ils, | |||||
| 3346 | Kingdom:, | |||||
| 3347 | Code Qual ity, | |||||
| 3348 | Scan Engin e:, | |||||
| 3349 | SCA (Stru ctural), | |||||
| 3350 | ||||||
| 3351 | ||||||
| 3352 | ||||||
| 3353 | Sink Detai ls, | |||||
| 3354 | Sink:, | |||||
| 3355 | Field: Pr opertyChan ging, | |||||
| 3356 | File:, | |||||
| 3357 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:214 658, | |||||
| 3358 | Taint Flag s:, | |||||
| 3359 | , | |||||
| 3360 | ||||||
| 3361 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 295294 ( Dead Code: Unused Fi eld),Low, | |||||
| 3362 | Issue Deta ils, | |||||
| 3363 | Kingdom:, | |||||
| 3364 | Code Qual ity, | |||||
| 3365 | Scan Engin e:, | |||||
| 3366 | SCA (Stru ctural), | |||||
| 3367 | ||||||
| 3368 | ||||||
| 3369 | ||||||
| 3370 | Sink Detai ls, | |||||
| 3371 | Sink:, | |||||
| 3372 | Field: Pr opertyChan ging, | |||||
| 3373 | File:, | |||||
| 3374 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:295 294, | |||||
| 3375 | Taint Flag s:, | |||||
| 3376 | , | |||||
| 3377 | ||||||
| 3378 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 206174 ( Dead Code: Unused Fi eld),Low, | |||||
| 3379 | Issue Deta ils, | |||||
| 3380 | Kingdom:, | |||||
| 3381 | Code Qual ity, | |||||
| 3382 | Scan Engin e:, | |||||
| 3383 | SCA (Stru ctural), | |||||
| 3384 | ||||||
| 3385 | ||||||
| 3386 | ||||||
| 3387 | Sink Detai ls, | |||||
| 3388 | Sink:, | |||||
| 3389 | Field: Pr opertyChan ged, | |||||
| 3390 | File:, | |||||
| 3391 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:206 174, | |||||
| 3392 | Taint Flag s:, | |||||
| 3393 | , | |||||
| 3394 | ||||||
| 3395 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 152575 ( Dead Code: Unused Fi eld),Low, | |||||
| 3396 | Issue Deta ils, | |||||
| 3397 | Kingdom:, | |||||
| 3398 | Code Qual ity, | |||||
| 3399 | Scan Engin e:, | |||||
| 3400 | SCA (Stru ctural), | |||||
| 3401 | ||||||
| 3402 | ||||||
| 3403 | ||||||
| 3404 | Sink Detai ls, | |||||
| 3405 | Sink:, | |||||
| 3406 | Field: Pr opertyChan ged, | |||||
| 3407 | File:, | |||||
| 3408 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:152 575, | |||||
| 3409 | Taint Flag s:, | |||||
| 3410 | , | |||||
| 3411 | ||||||
| 3412 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 13392 (D ead Code: Unused Fie ld),Low, | |||||
| 3413 | Issue Deta ils, | |||||
| 3414 | Kingdom:, | |||||
| 3415 | Code Qual ity, | |||||
| 3416 | Scan Engin e:, | |||||
| 3417 | SCA (Stru ctural), | |||||
| 3418 | ||||||
| 3419 | ||||||
| 3420 | ||||||
| 3421 | Sink Detai ls, | |||||
| 3422 | Sink:, | |||||
| 3423 | Field: Pr opertyChan ged, | |||||
| 3424 | File:, | |||||
| 3425 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:133 92, | |||||
| 3426 | Taint Flag s:, | |||||
| 3427 | , | |||||
| 3428 | ||||||
| 3429 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 111034 ( Dead Code: Unused Fi eld),Low, | |||||
| 3430 | Issue Deta ils, | |||||
| 3431 | Kingdom:, | |||||
| 3432 | Code Qual ity, | |||||
| 3433 | Scan Engin e:, | |||||
| 3434 | SCA (Stru ctural), | |||||
| 3435 | ||||||
| 3436 | ||||||
| 3437 | ||||||
| 3438 | Sink Detai ls, | |||||
| 3439 | Sink:, | |||||
| 3440 | Field: Pr opertyChan ged, | |||||
| 3441 | File:, | |||||
| 3442 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:111 034, | |||||
| 3443 | Taint Flag s:, | |||||
| 3444 | , | |||||
| 3445 | ||||||
| 3446 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 52126 (D ead Code: Unused Fie ld),Low, | |||||
| 3447 | Issue Deta ils, | |||||
| 3448 | Kingdom:, | |||||
| 3449 | Code Qual ity, | |||||
| 3450 | Scan Engin e:, | |||||
| 3451 | SCA (Stru ctural), | |||||
| 3452 | ||||||
| 3453 | ||||||
| 3454 | ||||||
| 3455 | Sink Detai ls, | |||||
| 3456 | Sink:, | |||||
| 3457 | Field: Pr opertyChan ged, | |||||
| 3458 | File:, | |||||
| 3459 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:521 26, | |||||
| 3460 | Taint Flag s:, | |||||
| 3461 | , | |||||
| 3462 | ||||||
| 3463 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 10232 (D ead Code: Unused Fie ld),Low, | |||||
| 3464 | Issue Deta ils, | |||||
| 3465 | Kingdom:, | |||||
| 3466 | Code Qual ity, | |||||
| 3467 | Scan Engin e:, | |||||
| 3468 | SCA (Stru ctural), | |||||
| 3469 | ||||||
| 3470 | ||||||
| 3471 | ||||||
| 3472 | Sink Detai ls, | |||||
| 3473 | Sink:, | |||||
| 3474 | Field: Pr opertyChan ged, | |||||
| 3475 | File:, | |||||
| 3476 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:102 32, | |||||
| 3477 | Taint Flag s:, | |||||
| 3478 | , | |||||
| 3479 | ||||||
| 3480 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 187753 ( Dead Code: Unused Fi eld),Low, | |||||
| 3481 | Issue Deta ils, | |||||
| 3482 | Kingdom:, | |||||
| 3483 | Code Qual ity, | |||||
| 3484 | Scan Engin e:, | |||||
| 3485 | SCA (Stru ctural), | |||||
| 3486 | ||||||
| 3487 | ||||||
| 3488 | ||||||
| 3489 | Sink Detai ls, | |||||
| 3490 | Sink:, | |||||
| 3491 | Field: Pr opertyChan ged, | |||||
| 3492 | File:, | |||||
| 3493 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:187 753, | |||||
| 3494 | Taint Flag s:, | |||||
| 3495 | , | |||||
| 3496 | ||||||
| 3497 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 20922 (D ead Code: Unused Fie ld),Low, | |||||
| 3498 | Issue Deta ils, | |||||
| 3499 | Kingdom:, | |||||
| 3500 | Code Qual ity, | |||||
| 3501 | Scan Engin e:, | |||||
| 3502 | SCA (Stru ctural), | |||||
| 3503 | ||||||
| 3504 | ||||||
| 3505 | ||||||
| 3506 | Sink Detai ls, | |||||
| 3507 | Sink:, | |||||
| 3508 | Field: Pr opertyChan ged, | |||||
| 3509 | File:, | |||||
| 3510 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:209 22, | |||||
| 3511 | Taint Flag s:, | |||||
| 3512 | , | |||||
| 3513 | ||||||
| 3514 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 3942 (De ad Code: U nused Fiel d),Low, | |||||
| 3515 | Issue Deta ils, | |||||
| 3516 | Kingdom:, | |||||
| 3517 | Code Qual ity, | |||||
| 3518 | Scan Engin e:, | |||||
| 3519 | SCA (Stru ctural), | |||||
| 3520 | ||||||
| 3521 | ||||||
| 3522 | ||||||
| 3523 | Sink Detai ls, | |||||
| 3524 | Sink:, | |||||
| 3525 | Field: Pr opertyChan ging, | |||||
| 3526 | File:, | |||||
| 3527 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:394 2, | |||||
| 3528 | Taint Flag s:, | |||||
| 3529 | , | |||||
| 3530 | ||||||
| 3531 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 101710 ( Dead Code: Unused Fi eld),Low, | |||||
| 3532 | Issue Deta ils, | |||||
| 3533 | Kingdom:, | |||||
| 3534 | Code Qual ity, | |||||
| 3535 | Scan Engin e:, | |||||
| 3536 | SCA (Stru ctural), | |||||
| 3537 | ||||||
| 3538 | ||||||
| 3539 | ||||||
| 3540 | Sink Detai ls, | |||||
| 3541 | Sink:, | |||||
| 3542 | Field: Pr opertyChan ging, | |||||
| 3543 | File:, | |||||
| 3544 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:101 710, | |||||
| 3545 | Taint Flag s:, | |||||
| 3546 | , | |||||
| 3547 | ||||||
| 3548 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 203216 ( Dead Code: Unused Fi eld),Low, | |||||
| 3549 | Issue Deta ils, | |||||
| 3550 | Kingdom:, | |||||
| 3551 | Code Qual ity, | |||||
| 3552 | Scan Engin e:, | |||||
| 3553 | SCA (Stru ctural), | |||||
| 3554 | ||||||
| 3555 | ||||||
| 3556 | ||||||
| 3557 | Sink Detai ls, | |||||
| 3558 | Sink:, | |||||
| 3559 | Field: Pr opertyChan ging, | |||||
| 3560 | File:, | |||||
| 3561 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:203 216, | |||||
| 3562 | Taint Flag s:, | |||||
| 3563 | , | |||||
| 3564 | ||||||
| 3565 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 103392 ( Dead Code: Unused Fi eld),Low, | |||||
| 3566 | Issue Deta ils, | |||||
| 3567 | Kingdom:, | |||||
| 3568 | Code Qual ity, | |||||
| 3569 | Scan Engin e:, | |||||
| 3570 | SCA (Stru ctural), | |||||
| 3571 | ||||||
| 3572 | ||||||
| 3573 | ||||||
| 3574 | Sink Detai ls, | |||||
| 3575 | Sink:, | |||||
| 3576 | Field: Pr opertyChan ging, | |||||
| 3577 | File:, | |||||
| 3578 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:103 392, | |||||
| 3579 | Taint Flag s:, | |||||
| 3580 | , | |||||
| 3581 | ||||||
| 3582 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 249523 ( Dead Code: Unused Fi eld),Low, | |||||
| 3583 | Issue Deta ils, | |||||
| 3584 | Kingdom:, | |||||
| 3585 | Code Qual ity, | |||||
| 3586 | Scan Engin e:, | |||||
| 3587 | SCA (Stru ctural), | |||||
| 3588 | ||||||
| 3589 | ||||||
| 3590 | ||||||
| 3591 | Sink Detai ls, | |||||
| 3592 | Sink:, | |||||
| 3593 | Field: Pr opertyChan ging, | |||||
| 3594 | File:, | |||||
| 3595 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:249 523, | |||||
| 3596 | Taint Flag s:, | |||||
| 3597 | , | |||||
| 3598 | ||||||
| 3599 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 151692 ( Dead Code: Unused Fi eld),Low, | |||||
| 3600 | Issue Deta ils, | |||||
| 3601 | Kingdom:, | |||||
| 3602 | Code Qual ity, | |||||
| 3603 | Scan Engin e:, | |||||
| 3604 | SCA (Stru ctural), | |||||
| 3605 | ||||||
| 3606 | ||||||
| 3607 | ||||||
| 3608 | Sink Detai ls, | |||||
| 3609 | Sink:, | |||||
| 3610 | Field: Pr opertyChan ged, | |||||
| 3611 | File:, | |||||
| 3612 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:151 692, | |||||
| 3613 | Taint Flag s:, | |||||
| 3614 | , | |||||
| 3615 | ||||||
| 3616 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 148365 ( Dead Code: Unused Fi eld),Low, | |||||
| 3617 | Issue Deta ils, | |||||
| 3618 | Kingdom:, | |||||
| 3619 | Code Qual ity, | |||||
| 3620 | Scan Engin e:, | |||||
| 3621 | SCA (Stru ctural), | |||||
| 3622 | ||||||
| 3623 | ||||||
| 3624 | ||||||
| 3625 | Sink Detai ls, | |||||
| 3626 | Sink:, | |||||
| 3627 | Field: Pr opertyChan ged, | |||||
| 3628 | File:, | |||||
| 3629 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:148 365, | |||||
| 3630 | Taint Flag s:, | |||||
| 3631 | , | |||||
| 3632 | ||||||
| 3633 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 123913 ( Dead Code: Unused Fi eld),Low, | |||||
| 3634 | Issue Deta ils, | |||||
| 3635 | Kingdom:, | |||||
| 3636 | Code Qual ity, | |||||
| 3637 | Scan Engin e:, | |||||
| 3638 | SCA (Stru ctural), | |||||
| 3639 | ||||||
| 3640 | ||||||
| 3641 | ||||||
| 3642 | Sink Detai ls, | |||||
| 3643 | Sink:, | |||||
| 3644 | Field: Pr opertyChan ged, | |||||
| 3645 | File:, | |||||
| 3646 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:123 913, | |||||
| 3647 | Taint Flag s:, | |||||
| 3648 | , | |||||
| 3649 | ||||||
| 3650 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 79609 (D ead Code: Unused Fie ld),Low, | |||||
| 3651 | Issue Deta ils, | |||||
| 3652 | Kingdom:, | |||||
| 3653 | Code Qual ity, | |||||
| 3654 | Scan Engin e:, | |||||
| 3655 | SCA (Stru ctural), | |||||
| 3656 | ||||||
| 3657 | ||||||
| 3658 | ||||||
| 3659 | Sink Detai ls, | |||||
| 3660 | Sink:, | |||||
| 3661 | Field: Pr opertyChan ging, | |||||
| 3662 | File:, | |||||
| 3663 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:796 09, | |||||
| 3664 | Taint Flag s:, | |||||
| 3665 | , | |||||
| 3666 | ||||||
| 3667 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 53336 (D ead Code: Unused Fie ld),Low, | |||||
| 3668 | Issue Deta ils, | |||||
| 3669 | Kingdom:, | |||||
| 3670 | Code Qual ity, | |||||
| 3671 | Scan Engin e:, | |||||
| 3672 | SCA (Stru ctural), | |||||
| 3673 | ||||||
| 3674 | ||||||
| 3675 | ||||||
| 3676 | Sink Detai ls, | |||||
| 3677 | Sink:, | |||||
| 3678 | Field: Pr opertyChan ged, | |||||
| 3679 | File:, | |||||
| 3680 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:533 36, | |||||
| 3681 | Taint Flag s:, | |||||
| 3682 | , | |||||
| 3683 | ||||||
| 3684 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 240087 ( Dead Code: Unused Fi eld),Low, | |||||
| 3685 | Issue Deta ils, | |||||
| 3686 | Kingdom:, | |||||
| 3687 | Code Qual ity, | |||||
| 3688 | Scan Engin e:, | |||||
| 3689 | SCA (Stru ctural), | |||||
| 3690 | ||||||
| 3691 | ||||||
| 3692 | ||||||
| 3693 | Sink Detai ls, | |||||
| 3694 | Sink:, | |||||
| 3695 | Field: Pr opertyChan ging, | |||||
| 3696 | File:, | |||||
| 3697 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:240 087, | |||||
| 3698 | Taint Flag s:, | |||||
| 3699 | , | |||||
| 3700 | ||||||
| 3701 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 150716 ( Dead Code: Unused Fi eld),Low, | |||||
| 3702 | Issue Deta ils, | |||||
| 3703 | Kingdom:, | |||||
| 3704 | Code Qual ity, | |||||
| 3705 | Scan Engin e:, | |||||
| 3706 | SCA (Stru ctural), | |||||
| 3707 | ||||||
| 3708 | ||||||
| 3709 | ||||||
| 3710 | Sink Detai ls, | |||||
| 3711 | Sink:, | |||||
| 3712 | Field: Pr opertyChan ged, | |||||
| 3713 | File:, | |||||
| 3714 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:150 716, | |||||
| 3715 | Taint Flag s:, | |||||
| 3716 | , | |||||
| 3717 | ||||||
| 3718 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 94037 (D ead Code: Unused Fie ld),Low, | |||||
| 3719 | Issue Deta ils, | |||||
| 3720 | Kingdom:, | |||||
| 3721 | Code Qual ity, | |||||
| 3722 | Scan Engin e:, | |||||
| 3723 | SCA (Stru ctural), | |||||
| 3724 | ||||||
| 3725 | ||||||
| 3726 | ||||||
| 3727 | Sink Detai ls, | |||||
| 3728 | Sink:, | |||||
| 3729 | Field: Pr opertyChan ging, | |||||
| 3730 | File:, | |||||
| 3731 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:940 37, | |||||
| 3732 | Taint Flag s:, | |||||
| 3733 | , | |||||
| 3734 | ||||||
| 3735 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 98445 (D ead Code: Unused Fie ld),Low, | |||||
| 3736 | Issue Deta ils, | |||||
| 3737 | Kingdom:, | |||||
| 3738 | Code Qual ity, | |||||
| 3739 | Scan Engin e:, | |||||
| 3740 | SCA (Stru ctural), | |||||
| 3741 | ||||||
| 3742 | ||||||
| 3743 | ||||||
| 3744 | Sink Detai ls, | |||||
| 3745 | Sink:, | |||||
| 3746 | Field: Pr opertyChan ged, | |||||
| 3747 | File:, | |||||
| 3748 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:984 45, | |||||
| 3749 | Taint Flag s:, | |||||
| 3750 | , | |||||
| 3751 | ||||||
| 3752 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 62034 (D ead Code: Unused Fie ld),Low, | |||||
| 3753 | Issue Deta ils, | |||||
| 3754 | Kingdom:, | |||||
| 3755 | Code Qual ity, | |||||
| 3756 | Scan Engin e:, | |||||
| 3757 | SCA (Stru ctural), | |||||
| 3758 | ||||||
| 3759 | ||||||
| 3760 | ||||||
| 3761 | Sink Detai ls, | |||||
| 3762 | Sink:, | |||||
| 3763 | Field: Pr opertyChan ged, | |||||
| 3764 | File:, | |||||
| 3765 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:620 34, | |||||
| 3766 | Taint Flag s:, | |||||
| 3767 | , | |||||
| 3768 | ||||||
| 3769 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 18345 (D ead Code: Unused Fie ld),Low, | |||||
| 3770 | Issue Deta ils, | |||||
| 3771 | Kingdom:, | |||||
| 3772 | Code Qual ity, | |||||
| 3773 | Scan Engin e:, | |||||
| 3774 | SCA (Stru ctural), | |||||
| 3775 | ||||||
| 3776 | ||||||
| 3777 | ||||||
| 3778 | Sink Detai ls, | |||||
| 3779 | Sink:, | |||||
| 3780 | Field: Pr opertyChan ged, | |||||
| 3781 | File:, | |||||
| 3782 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:183 45, | |||||
| 3783 | Taint Flag s:, | |||||
| 3784 | , | |||||
| 3785 | ||||||
| 3786 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 78761 (D ead Code: Unused Fie ld),Low, | |||||
| 3787 | Issue Deta ils, | |||||
| 3788 | Kingdom:, | |||||
| 3789 | Code Qual ity, | |||||
| 3790 | Scan Engin e:, | |||||
| 3791 | SCA (Stru ctural), | |||||
| 3792 | ||||||
| 3793 | ||||||
| 3794 | ||||||
| 3795 | Sink Detai ls, | |||||
| 3796 | Sink:, | |||||
| 3797 | Field: Pr opertyChan ged, | |||||
| 3798 | File:, | |||||
| 3799 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:787 61, | |||||
| 3800 | Taint Flag s:, | |||||
| 3801 | , | |||||
| 3802 | ||||||
| 3803 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 232317 ( Dead Code: Unused Fi eld),Low, | |||||
| 3804 | Issue Deta ils, | |||||
| 3805 | Kingdom:, | |||||
| 3806 | Code Qual ity, | |||||
| 3807 | Scan Engin e:, | |||||
| 3808 | SCA (Stru ctural), | |||||
| 3809 | ||||||
| 3810 | ||||||
| 3811 | ||||||
| 3812 | Sink Detai ls, | |||||
| 3813 | Sink:, | |||||
| 3814 | Field: Pr opertyChan ging, | |||||
| 3815 | File:, | |||||
| 3816 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:232 317, | |||||
| 3817 | Taint Flag s:, | |||||
| 3818 | , | |||||
| 3819 | ||||||
| 3820 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 233961 ( Dead Code: Unused Fi eld),Low, | |||||
| 3821 | Issue Deta ils, | |||||
| 3822 | Kingdom:, | |||||
| 3823 | Code Qual ity, | |||||
| 3824 | Scan Engin e:, | |||||
| 3825 | SCA (Stru ctural), | |||||
| 3826 | ||||||
| 3827 | ||||||
| 3828 | ||||||
| 3829 | Sink Detai ls, | |||||
| 3830 | Sink:, | |||||
| 3831 | Field: Pr opertyChan ging, | |||||
| 3832 | File:, | |||||
| 3833 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:233 961, | |||||
| 3834 | Taint Flag s:, | |||||
| 3835 | , | |||||
| 3836 | ||||||
| 3837 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 92127 (D ead Code: Unused Fie ld),Low, | |||||
| 3838 | Issue Deta ils, | |||||
| 3839 | Kingdom:, | |||||
| 3840 | Code Qual ity, | |||||
| 3841 | Scan Engin e:, | |||||
| 3842 | SCA (Stru ctural), | |||||
| 3843 | ||||||
| 3844 | ||||||
| 3845 | ||||||
| 3846 | Sink Detai ls, | |||||
| 3847 | Sink:, | |||||
| 3848 | Field: Pr opertyChan ging, | |||||
| 3849 | File:, | |||||
| 3850 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:921 27, | |||||
| 3851 | Taint Flag s:, | |||||
| 3852 | , | |||||
| 3853 | ||||||
| 3854 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 218274 ( Dead Code: Unused Fi eld),Low, | |||||
| 3855 | Issue Deta ils, | |||||
| 3856 | Kingdom:, | |||||
| 3857 | Code Qual ity, | |||||
| 3858 | Scan Engin e:, | |||||
| 3859 | SCA (Stru ctural), | |||||
| 3860 | ||||||
| 3861 | ||||||
| 3862 | ||||||
| 3863 | Sink Detai ls, | |||||
| 3864 | Sink:, | |||||
| 3865 | Field: Pr opertyChan ged, | |||||
| 3866 | File:, | |||||
| 3867 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:218 274, | |||||
| 3868 | Taint Flag s:, | |||||
| 3869 | , | |||||
| 3870 | ||||||
| 3871 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 135305 ( Dead Code: Unused Fi eld),Low, | |||||
| 3872 | Issue Deta ils, | |||||
| 3873 | Kingdom:, | |||||
| 3874 | Code Qual ity, | |||||
| 3875 | Scan Engin e:, | |||||
| 3876 | SCA (Stru ctural), | |||||
| 3877 | ||||||
| 3878 | ||||||
| 3879 | ||||||
| 3880 | Sink Detai ls, | |||||
| 3881 | Sink:, | |||||
| 3882 | Field: Pr opertyChan ging, | |||||
| 3883 | File:, | |||||
| 3884 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:135 305, | |||||
| 3885 | Taint Flag s:, | |||||
| 3886 | , | |||||
| 3887 | ||||||
| 3888 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 295292 ( Dead Code: Unused Fi eld),Low, | |||||
| 3889 | Issue Deta ils, | |||||
| 3890 | Kingdom:, | |||||
| 3891 | Code Qual ity, | |||||
| 3892 | Scan Engin e:, | |||||
| 3893 | SCA (Stru ctural), | |||||
| 3894 | ||||||
| 3895 | ||||||
| 3896 | ||||||
| 3897 | Sink Detai ls, | |||||
| 3898 | Sink:, | |||||
| 3899 | Field: Pr opertyChan ged, | |||||
| 3900 | File:, | |||||
| 3901 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:295 292, | |||||
| 3902 | Taint Flag s:, | |||||
| 3903 | , | |||||
| 3904 | ||||||
| 3905 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 32201 (D ead Code: Unused Fie ld),Low, | |||||
| 3906 | Issue Deta ils, | |||||
| 3907 | Kingdom:, | |||||
| 3908 | Code Qual ity, | |||||
| 3909 | Scan Engin e:, | |||||
| 3910 | SCA (Stru ctural), | |||||
| 3911 | ||||||
| 3912 | ||||||
| 3913 | ||||||
| 3914 | Sink Detai ls, | |||||
| 3915 | Sink:, | |||||
| 3916 | Field: Pr opertyChan ging, | |||||
| 3917 | File:, | |||||
| 3918 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:322 01, | |||||
| 3919 | Taint Flag s:, | |||||
| 3920 | , | |||||
| 3921 | ||||||
| 3922 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 284315 ( Dead Code: Unused Fi eld),Low, | |||||
| 3923 | Issue Deta ils, | |||||
| 3924 | Kingdom:, | |||||
| 3925 | Code Qual ity, | |||||
| 3926 | Scan Engin e:, | |||||
| 3927 | SCA (Stru ctural), | |||||
| 3928 | ||||||
| 3929 | ||||||
| 3930 | ||||||
| 3931 | Sink Detai ls, | |||||
| 3932 | Sink:, | |||||
| 3933 | Field: Pr opertyChan ging, | |||||
| 3934 | File:, | |||||
| 3935 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:284 315, | |||||
| 3936 | Taint Flag s:, | |||||
| 3937 | , | |||||
| 3938 | ||||||
| 3939 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 220479 ( Dead Code: Unused Fi eld),Low, | |||||
| 3940 | Issue Deta ils, | |||||
| 3941 | Kingdom:, | |||||
| 3942 | Code Qual ity, | |||||
| 3943 | Scan Engin e:, | |||||
| 3944 | SCA (Stru ctural), | |||||
| 3945 | ||||||
| 3946 | ||||||
| 3947 | ||||||
| 3948 | Sink Detai ls, | |||||
| 3949 | Sink:, | |||||
| 3950 | Field: Pr opertyChan ged, | |||||
| 3951 | File:, | |||||
| 3952 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:220 479, | |||||
| 3953 | Taint Flag s:, | |||||
| 3954 | , | |||||
| 3955 | ||||||
| 3956 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 181392 ( Dead Code: Unused Fi eld),Low, | |||||
| 3957 | Issue Deta ils, | |||||
| 3958 | Kingdom:, | |||||
| 3959 | Code Qual ity, | |||||
| 3960 | Scan Engin e:, | |||||
| 3961 | SCA (Stru ctural), | |||||
| 3962 | ||||||
| 3963 | ||||||
| 3964 | ||||||
| 3965 | Sink Detai ls, | |||||
| 3966 | Sink:, | |||||
| 3967 | Field: Pr opertyChan ged, | |||||
| 3968 | File:, | |||||
| 3969 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:181 392, | |||||
| 3970 | Taint Flag s:, | |||||
| 3971 | , | |||||
| 3972 | ||||||
| 3973 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 10685 (D ead Code: Unused Fie ld),Low, | |||||
| 3974 | Issue Deta ils, | |||||
| 3975 | Kingdom:, | |||||
| 3976 | Code Qual ity, | |||||
| 3977 | Scan Engin e:, | |||||
| 3978 | SCA (Stru ctural), | |||||
| 3979 | ||||||
| 3980 | ||||||
| 3981 | ||||||
| 3982 | Sink Detai ls, | |||||
| 3983 | Sink:, | |||||
| 3984 | Field: Pr opertyChan ged, | |||||
| 3985 | File:, | |||||
| 3986 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:106 85, | |||||
| 3987 | Taint Flag s:, | |||||
| 3988 | , | |||||
| 3989 | ||||||
| 3990 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 249013 ( Dead Code: Unused Fi eld),Low, | |||||
| 3991 | Issue Deta ils, | |||||
| 3992 | Kingdom:, | |||||
| 3993 | Code Qual ity, | |||||
| 3994 | Scan Engin e:, | |||||
| 3995 | SCA (Stru ctural), | |||||
| 3996 | ||||||
| 3997 | ||||||
| 3998 | ||||||
| 3999 | Sink Detai ls, | |||||
| 4000 | Sink:, | |||||
| 4001 | Field: Pr opertyChan ged, | |||||
| 4002 | File:, | |||||
| 4003 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:249 013, | |||||
| 4004 | Taint Flag s:, | |||||
| 4005 | , | |||||
| 4006 | ||||||
| 4007 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 105241 ( Dead Code: Unused Fi eld),Low, | |||||
| 4008 | Issue Deta ils, | |||||
| 4009 | Kingdom:, | |||||
| 4010 | Code Qual ity, | |||||
| 4011 | Scan Engin e:, | |||||
| 4012 | SCA (Stru ctural), | |||||
| 4013 | ||||||
| 4014 | ||||||
| 4015 | ||||||
| 4016 | Sink Detai ls, | |||||
| 4017 | Sink:, | |||||
| 4018 | Field: Pr opertyChan ging, | |||||
| 4019 | File:, | |||||
| 4020 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:105 241, | |||||
| 4021 | Taint Flag s:, | |||||
| 4022 | , | |||||
| 4023 | ||||||
| 4024 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 63644 (D ead Code: Unused Fie ld),Low, | |||||
| 4025 | Issue Deta ils, | |||||
| 4026 | Kingdom:, | |||||
| 4027 | Code Qual ity, | |||||
| 4028 | Scan Engin e:, | |||||
| 4029 | SCA (Stru ctural), | |||||
| 4030 | ||||||
| 4031 | ||||||
| 4032 | ||||||
| 4033 | Sink Detai ls, | |||||
| 4034 | Sink:, | |||||
| 4035 | Field: Pr opertyChan ging, | |||||
| 4036 | File:, | |||||
| 4037 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:636 44, | |||||
| 4038 | Taint Flag s:, | |||||
| 4039 | , | |||||
| 4040 | ||||||
| 4041 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 189371 ( Dead Code: Unused Fi eld),Low, | |||||
| 4042 | Issue Deta ils, | |||||
| 4043 | Kingdom:, | |||||
| 4044 | Code Qual ity, | |||||
| 4045 | Scan Engin e:, | |||||
| 4046 | SCA (Stru ctural), | |||||
| 4047 | ||||||
| 4048 | ||||||
| 4049 | ||||||
| 4050 | Sink Detai ls, | |||||
| 4051 | Sink:, | |||||
| 4052 | Field: Pr opertyChan ging, | |||||
| 4053 | File:, | |||||
| 4054 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:189 371, | |||||
| 4055 | Taint Flag s:, | |||||
| 4056 | , | |||||
| 4057 | ||||||
| 4058 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 140504 ( Dead Code: Unused Fi eld),Low, | |||||
| 4059 | Issue Deta ils, | |||||
| 4060 | Kingdom:, | |||||
| 4061 | Code Qual ity, | |||||
| 4062 | Scan Engin e:, | |||||
| 4063 | SCA (Stru ctural), | |||||
| 4064 | ||||||
| 4065 | ||||||
| 4066 | ||||||
| 4067 | Sink Detai ls, | |||||
| 4068 | Sink:, | |||||
| 4069 | Field: Pr opertyChan ged, | |||||
| 4070 | File:, | |||||
| 4071 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:140 504, | |||||
| 4072 | Taint Flag s:, | |||||
| 4073 | , | |||||
| 4074 | ||||||
| 4075 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 32487 (D ead Code: Unused Fie ld),Low, | |||||
| 4076 | Issue Deta ils, | |||||
| 4077 | Kingdom:, | |||||
| 4078 | Code Qual ity, | |||||
| 4079 | Scan Engin e:, | |||||
| 4080 | SCA (Stru ctural), | |||||
| 4081 | ||||||
| 4082 | ||||||
| 4083 | ||||||
| 4084 | Sink Detai ls, | |||||
| 4085 | Sink:, | |||||
| 4086 | Field: Pr opertyChan ged, | |||||
| 4087 | File:, | |||||
| 4088 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:324 87, | |||||
| 4089 | Taint Flag s:, | |||||
| 4090 | , | |||||
| 4091 | ||||||
| 4092 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 95600 (D ead Code: Unused Fie ld),Low, | |||||
| 4093 | Issue Deta ils, | |||||
| 4094 | Kingdom:, | |||||
| 4095 | Code Qual ity, | |||||
| 4096 | Scan Engin e:, | |||||
| 4097 | SCA (Stru ctural), | |||||
| 4098 | ||||||
| 4099 | ||||||
| 4100 | ||||||
| 4101 | Sink Detai ls, | |||||
| 4102 | Sink:, | |||||
| 4103 | Field: Pr opertyChan ged, | |||||
| 4104 | File:, | |||||
| 4105 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:956 00, | |||||
| 4106 | Taint Flag s:, | |||||
| 4107 | , | |||||
| 4108 | ||||||
| 4109 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 48967 (D ead Code: Unused Fie ld),Low, | |||||
| 4110 | Issue Deta ils, | |||||
| 4111 | Kingdom:, | |||||
| 4112 | Code Qual ity, | |||||
| 4113 | Scan Engin e:, | |||||
| 4114 | SCA (Stru ctural), | |||||
| 4115 | ||||||
| 4116 | ||||||
| 4117 | ||||||
| 4118 | Sink Detai ls, | |||||
| 4119 | Sink:, | |||||
| 4120 | Field: Pr opertyChan ged, | |||||
| 4121 | File:, | |||||
| 4122 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:489 67, | |||||
| 4123 | Taint Flag s:, | |||||
| 4124 | , | |||||
| 4125 | ||||||
| 4126 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 241858 ( Dead Code: Unused Fi eld),Low, | |||||
| 4127 | Issue Deta ils, | |||||
| 4128 | Kingdom:, | |||||
| 4129 | Code Qual ity, | |||||
| 4130 | Scan Engin e:, | |||||
| 4131 | SCA (Stru ctural), | |||||
| 4132 | ||||||
| 4133 | ||||||
| 4134 | ||||||
| 4135 | Sink Detai ls, | |||||
| 4136 | Sink:, | |||||
| 4137 | Field: Pr opertyChan ging, | |||||
| 4138 | File:, | |||||
| 4139 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:241 858, | |||||
| 4140 | Taint Flag s:, | |||||
| 4141 | , | |||||
| 4142 | ||||||
| 4143 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 10687 (D ead Code: Unused Fie ld),Low, | |||||
| 4144 | Issue Deta ils, | |||||
| 4145 | Kingdom:, | |||||
| 4146 | Code Qual ity, | |||||
| 4147 | Scan Engin e:, | |||||
| 4148 | SCA (Stru ctural), | |||||
| 4149 | ||||||
| 4150 | ||||||
| 4151 | ||||||
| 4152 | Sink Detai ls, | |||||
| 4153 | Sink:, | |||||
| 4154 | Field: Pr opertyChan ging, | |||||
| 4155 | File:, | |||||
| 4156 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:106 87, | |||||
| 4157 | Taint Flag s:, | |||||
| 4158 | , | |||||
| 4159 | ||||||
| 4160 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 28119 (D ead Code: Unused Fie ld),Low, | |||||
| 4161 | Issue Deta ils, | |||||
| 4162 | Kingdom:, | |||||
| 4163 | Code Qual ity, | |||||
| 4164 | Scan Engin e:, | |||||
| 4165 | SCA (Stru ctural), | |||||
| 4166 | ||||||
| 4167 | ||||||
| 4168 | ||||||
| 4169 | Sink Detai ls, | |||||
| 4170 | Sink:, | |||||
| 4171 | Field: Pr opertyChan ging, | |||||
| 4172 | File:, | |||||
| 4173 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:281 19, | |||||
| 4174 | Taint Flag s:, | |||||
| 4175 | , | |||||
| 4176 | ||||||
| 4177 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 198854 ( Dead Code: Unused Fi eld),Low, | |||||
| 4178 | Issue Deta ils, | |||||
| 4179 | Kingdom:, | |||||
| 4180 | Code Qual ity, | |||||
| 4181 | Scan Engin e:, | |||||
| 4182 | SCA (Stru ctural), | |||||
| 4183 | ||||||
| 4184 | ||||||
| 4185 | ||||||
| 4186 | Sink Detai ls, | |||||
| 4187 | Sink:, | |||||
| 4188 | Field: Pr opertyChan ging, | |||||
| 4189 | File:, | |||||
| 4190 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:198 854, | |||||
| 4191 | Taint Flag s:, | |||||
| 4192 | , | |||||
| 4193 | ||||||
| 4194 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 281591 ( Dead Code: Unused Fi eld),Low, | |||||
| 4195 | Issue Deta ils, | |||||
| 4196 | Kingdom:, | |||||
| 4197 | Code Qual ity, | |||||
| 4198 | Scan Engin e:, | |||||
| 4199 | SCA (Stru ctural), | |||||
| 4200 | ||||||
| 4201 | ||||||
| 4202 | ||||||
| 4203 | Sink Detai ls, | |||||
| 4204 | Sink:, | |||||
| 4205 | Field: Pr opertyChan ging, | |||||
| 4206 | File:, | |||||
| 4207 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:281 591, | |||||
| 4208 | Taint Flag s:, | |||||
| 4209 | , | |||||
| 4210 | ||||||
| 4211 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 157721 ( Dead Code: Unused Fi eld),Low, | |||||
| 4212 | Issue Deta ils, | |||||
| 4213 | Kingdom:, | |||||
| 4214 | Code Qual ity, | |||||
| 4215 | Scan Engin e:, | |||||
| 4216 | SCA (Stru ctural), | |||||
| 4217 | ||||||
| 4218 | ||||||
| 4219 | ||||||
| 4220 | Sink Detai ls, | |||||
| 4221 | Sink:, | |||||
| 4222 | Field: Pr opertyChan ged, | |||||
| 4223 | File:, | |||||
| 4224 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:157 721, | |||||
| 4225 | Taint Flag s:, | |||||
| 4226 | , | |||||
| 4227 | ||||||
| 4228 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 112243 ( Dead Code: Unused Fi eld),Low, | |||||
| 4229 | Issue Deta ils, | |||||
| 4230 | Kingdom:, | |||||
| 4231 | Code Qual ity, | |||||
| 4232 | Scan Engin e:, | |||||
| 4233 | SCA (Stru ctural), | |||||
| 4234 | ||||||
| 4235 | ||||||
| 4236 | ||||||
| 4237 | Sink Detai ls, | |||||
| 4238 | Sink:, | |||||
| 4239 | Field: Pr opertyChan ged, | |||||
| 4240 | File:, | |||||
| 4241 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:112 243, | |||||
| 4242 | Taint Flag s:, | |||||
| 4243 | , | |||||
| 4244 | ||||||
| 4245 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 136112 ( Dead Code: Unused Fi eld),Low, | |||||
| 4246 | Issue Deta ils, | |||||
| 4247 | Kingdom:, | |||||
| 4248 | Code Qual ity, | |||||
| 4249 | Scan Engin e:, | |||||
| 4250 | SCA (Stru ctural), | |||||
| 4251 | ||||||
| 4252 | ||||||
| 4253 | ||||||
| 4254 | Sink Detai ls, | |||||
| 4255 | Sink:, | |||||
| 4256 | Field: Pr opertyChan ged, | |||||
| 4257 | File:, | |||||
| 4258 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:136 112, | |||||
| 4259 | Taint Flag s:, | |||||
| 4260 | , | |||||
| 4261 | ||||||
| 4262 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 231101 ( Dead Code: Unused Fi eld),Low, | |||||
| 4263 | Issue Deta ils, | |||||
| 4264 | Kingdom:, | |||||
| 4265 | Code Qual ity, | |||||
| 4266 | Scan Engin e:, | |||||
| 4267 | SCA (Stru ctural), | |||||
| 4268 | ||||||
| 4269 | ||||||
| 4270 | ||||||
| 4271 | Sink Detai ls, | |||||
| 4272 | Sink:, | |||||
| 4273 | Field: Pr opertyChan ged, | |||||
| 4274 | File:, | |||||
| 4275 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:231 101, | |||||
| 4276 | Taint Flag s:, | |||||
| 4277 | , | |||||
| 4278 | ||||||
| 4279 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 159941 ( Dead Code: Unused Fi eld),Low, | |||||
| 4280 | Issue Deta ils, | |||||
| 4281 | Kingdom:, | |||||
| 4282 | Code Qual ity, | |||||
| 4283 | Scan Engin e:, | |||||
| 4284 | SCA (Stru ctural), | |||||
| 4285 | ||||||
| 4286 | ||||||
| 4287 | ||||||
| 4288 | Sink Detai ls, | |||||
| 4289 | Sink:, | |||||
| 4290 | Field: Pr opertyChan ged, | |||||
| 4291 | File:, | |||||
| 4292 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:159 941, | |||||
| 4293 | Taint Flag s:, | |||||
| 4294 | , | |||||
| 4295 | ||||||
| 4296 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 27479 (D ead Code: Unused Fie ld),Low, | |||||
| 4297 | Issue Deta ils, | |||||
| 4298 | Kingdom:, | |||||
| 4299 | Code Qual ity, | |||||
| 4300 | Scan Engin e:, | |||||
| 4301 | SCA (Stru ctural), | |||||
| 4302 | ||||||
| 4303 | ||||||
| 4304 | ||||||
| 4305 | Sink Detai ls, | |||||
| 4306 | Sink:, | |||||
| 4307 | Field: Pr opertyChan ged, | |||||
| 4308 | File:, | |||||
| 4309 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:274 79, | |||||
| 4310 | Taint Flag s:, | |||||
| 4311 | , | |||||
| 4312 | ||||||
| 4313 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 17845 (D ead Code: Unused Fie ld),Low, | |||||
| 4314 | Issue Deta ils, | |||||
| 4315 | Kingdom:, | |||||
| 4316 | Code Qual ity, | |||||
| 4317 | Scan Engin e:, | |||||
| 4318 | SCA (Stru ctural), | |||||
| 4319 | ||||||
| 4320 | ||||||
| 4321 | ||||||
| 4322 | Sink Detai ls, | |||||
| 4323 | Sink:, | |||||
| 4324 | Field: Pr opertyChan ging, | |||||
| 4325 | File:, | |||||
| 4326 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:178 45, | |||||
| 4327 | Taint Flag s:, | |||||
| 4328 | , | |||||
| 4329 | ||||||
| 4330 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 65867 (D ead Code: Unused Fie ld),Low, | |||||
| 4331 | Issue Deta ils, | |||||
| 4332 | Kingdom:, | |||||
| 4333 | Code Qual ity, | |||||
| 4334 | Scan Engin e:, | |||||
| 4335 | SCA (Stru ctural), | |||||
| 4336 | ||||||
| 4337 | ||||||
| 4338 | ||||||
| 4339 | Sink Detai ls, | |||||
| 4340 | Sink:, | |||||
| 4341 | Field: Pr opertyChan ged, | |||||
| 4342 | File:, | |||||
| 4343 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:658 67, | |||||
| 4344 | Taint Flag s:, | |||||
| 4345 | , | |||||
| 4346 | ||||||
| 4347 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 156385 ( Dead Code: Unused Fi eld),Low, | |||||
| 4348 | Issue Deta ils, | |||||
| 4349 | Kingdom:, | |||||
| 4350 | Code Qual ity, | |||||
| 4351 | Scan Engin e:, | |||||
| 4352 | SCA (Stru ctural), | |||||
| 4353 | ||||||
| 4354 | ||||||
| 4355 | ||||||
| 4356 | Sink Detai ls, | |||||
| 4357 | Sink:, | |||||
| 4358 | Field: Pr opertyChan ged, | |||||
| 4359 | File:, | |||||
| 4360 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:156 385, | |||||
| 4361 | Taint Flag s:, | |||||
| 4362 | , | |||||
| 4363 | ||||||
| 4364 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 275398 ( Dead Code: Unused Fi eld),Low, | |||||
| 4365 | Issue Deta ils, | |||||
| 4366 | Kingdom:, | |||||
| 4367 | Code Qual ity, | |||||
| 4368 | Scan Engin e:, | |||||
| 4369 | SCA (Stru ctural), | |||||
| 4370 | ||||||
| 4371 | ||||||
| 4372 | ||||||
| 4373 | Sink Detai ls, | |||||
| 4374 | Sink:, | |||||
| 4375 | Field: Pr opertyChan ging, | |||||
| 4376 | File:, | |||||
| 4377 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:275 398, | |||||
| 4378 | Taint Flag s:, | |||||
| 4379 | , | |||||
| 4380 | ||||||
| 4381 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 115815 ( Dead Code: Unused Fi eld),Low, | |||||
| 4382 | Issue Deta ils, | |||||
| 4383 | Kingdom:, | |||||
| 4384 | Code Qual ity, | |||||
| 4385 | Scan Engin e:, | |||||
| 4386 | SCA (Stru ctural), | |||||
| 4387 | ||||||
| 4388 | ||||||
| 4389 | ||||||
| 4390 | Sink Detai ls, | |||||
| 4391 | Sink:, | |||||
| 4392 | Field: Pr opertyChan ging, | |||||
| 4393 | File:, | |||||
| 4394 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:115 815, | |||||
| 4395 | Taint Flag s:, | |||||
| 4396 | , | |||||
| 4397 | ||||||
| 4398 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 229843 ( Dead Code: Unused Fi eld),Low, | |||||
| 4399 | Issue Deta ils, | |||||
| 4400 | Kingdom:, | |||||
| 4401 | Code Qual ity, | |||||
| 4402 | Scan Engin e:, | |||||
| 4403 | SCA (Stru ctural), | |||||
| 4404 | ||||||
| 4405 | ||||||
| 4406 | ||||||
| 4407 | Sink Detai ls, | |||||
| 4408 | Sink:, | |||||
| 4409 | Field: Pr opertyChan ged, | |||||
| 4410 | File:, | |||||
| 4411 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:229 843, | |||||
| 4412 | Taint Flag s:, | |||||
| 4413 | , | |||||
| 4414 | ||||||
| 4415 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 275158 ( Dead Code: Unused Fi eld),Low, | |||||
| 4416 | Issue Deta ils, | |||||
| 4417 | Kingdom:, | |||||
| 4418 | Code Qual ity, | |||||
| 4419 | Scan Engin e:, | |||||
| 4420 | SCA (Stru ctural), | |||||
| 4421 | ||||||
| 4422 | ||||||
| 4423 | ||||||
| 4424 | Sink Detai ls, | |||||
| 4425 | Sink:, | |||||
| 4426 | Field: Pr opertyChan ging, | |||||
| 4427 | File:, | |||||
| 4428 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:275 158, | |||||
| 4429 | Taint Flag s:, | |||||
| 4430 | , | |||||
| 4431 | ||||||
| 4432 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 216996 ( Dead Code: Unused Fi eld),Low, | |||||
| 4433 | Issue Deta ils, | |||||
| 4434 | Kingdom:, | |||||
| 4435 | Code Qual ity, | |||||
| 4436 | Scan Engin e:, | |||||
| 4437 | SCA (Stru ctural), | |||||
| 4438 | ||||||
| 4439 | ||||||
| 4440 | ||||||
| 4441 | Sink Detai ls, | |||||
| 4442 | Sink:, | |||||
| 4443 | Field: Pr opertyChan ging, | |||||
| 4444 | File:, | |||||
| 4445 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:216 996, | |||||
| 4446 | Taint Flag s:, | |||||
| 4447 | , | |||||
| 4448 | ||||||
| 4449 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 243106 ( Dead Code: Unused Fi eld),Low, | |||||
| 4450 | Issue Deta ils, | |||||
| 4451 | Kingdom:, | |||||
| 4452 | Code Qual ity, | |||||
| 4453 | Scan Engin e:, | |||||
| 4454 | SCA (Stru ctural), | |||||
| 4455 | ||||||
| 4456 | ||||||
| 4457 | ||||||
| 4458 | Sink Detai ls, | |||||
| 4459 | Sink:, | |||||
| 4460 | Field: Pr opertyChan ged, | |||||
| 4461 | File:, | |||||
| 4462 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:243 106, | |||||
| 4463 | Taint Flag s:, | |||||
| 4464 | , | |||||
| 4465 | ||||||
| 4466 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 31943 (D ead Code: Unused Fie ld),Low, | |||||
| 4467 | Issue Deta ils, | |||||
| 4468 | Kingdom:, | |||||
| 4469 | Code Qual ity, | |||||
| 4470 | Scan Engin e:, | |||||
| 4471 | SCA (Stru ctural), | |||||
| 4472 | ||||||
| 4473 | ||||||
| 4474 | ||||||
| 4475 | Sink Detai ls, | |||||
| 4476 | Sink:, | |||||
| 4477 | Field: Pr opertyChan ged, | |||||
| 4478 | File:, | |||||
| 4479 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:319 43, | |||||
| 4480 | Taint Flag s:, | |||||
| 4481 | , | |||||
| 4482 | ||||||
| 4483 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 71212 (D ead Code: Unused Fie ld),Low, | |||||
| 4484 | Issue Deta ils, | |||||
| 4485 | Kingdom:, | |||||
| 4486 | Code Qual ity, | |||||
| 4487 | Scan Engin e:, | |||||
| 4488 | SCA (Stru ctural), | |||||
| 4489 | ||||||
| 4490 | ||||||
| 4491 | ||||||
| 4492 | Sink Detai ls, | |||||
| 4493 | Sink:, | |||||
| 4494 | Field: Pr opertyChan ged, | |||||
| 4495 | File:, | |||||
| 4496 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:712 12, | |||||
| 4497 | Taint Flag s:, | |||||
| 4498 | , | |||||
| 4499 | ||||||
| 4500 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 52706 (D ead Code: Unused Fie ld),Low, | |||||
| 4501 | Issue Deta ils, | |||||
| 4502 | Kingdom:, | |||||
| 4503 | Code Qual ity, | |||||
| 4504 | Scan Engin e:, | |||||
| 4505 | SCA (Stru ctural), | |||||
| 4506 | ||||||
| 4507 | ||||||
| 4508 | ||||||
| 4509 | Sink Detai ls, | |||||
| 4510 | Sink:, | |||||
| 4511 | Field: Pr opertyChan ged, | |||||
| 4512 | File:, | |||||
| 4513 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:527 06, | |||||
| 4514 | Taint Flag s:, | |||||
| 4515 | , | |||||
| 4516 | ||||||
| 4517 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 70111 (D ead Code: Unused Fie ld),Low, | |||||
| 4518 | Issue Deta ils, | |||||
| 4519 | Kingdom:, | |||||
| 4520 | Code Qual ity, | |||||
| 4521 | Scan Engin e:, | |||||
| 4522 | SCA (Stru ctural), | |||||
| 4523 | ||||||
| 4524 | ||||||
| 4525 | ||||||
| 4526 | Sink Detai ls, | |||||
| 4527 | Sink:, | |||||
| 4528 | Field: Pr opertyChan ged, | |||||
| 4529 | File:, | |||||
| 4530 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:701 11, | |||||
| 4531 | Taint Flag s:, | |||||
| 4532 | , | |||||
| 4533 | ||||||
| 4534 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 169083 ( Dead Code: Unused Fi eld),Low, | |||||
| 4535 | Issue Deta ils, | |||||
| 4536 | Kingdom:, | |||||
| 4537 | Code Qual ity, | |||||
| 4538 | Scan Engin e:, | |||||
| 4539 | SCA (Stru ctural), | |||||
| 4540 | ||||||
| 4541 | ||||||
| 4542 | ||||||
| 4543 | Sink Detai ls, | |||||
| 4544 | Sink:, | |||||
| 4545 | Field: Pr opertyChan ged, | |||||
| 4546 | File:, | |||||
| 4547 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:169 083, | |||||
| 4548 | Taint Flag s:, | |||||
| 4549 | , | |||||
| 4550 | ||||||
| 4551 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 143909 ( Dead Code: Unused Fi eld),Low, | |||||
| 4552 | Issue Deta ils, | |||||
| 4553 | Kingdom:, | |||||
| 4554 | Code Qual ity, | |||||
| 4555 | Scan Engin e:, | |||||
| 4556 | SCA (Stru ctural), | |||||
| 4557 | ||||||
| 4558 | ||||||
| 4559 | ||||||
| 4560 | Sink Detai ls, | |||||
| 4561 | Sink:, | |||||
| 4562 | Field: Pr opertyChan ged, | |||||
| 4563 | File:, | |||||
| 4564 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:143 909, | |||||
| 4565 | Taint Flag s:, | |||||
| 4566 | , | |||||
| 4567 | ||||||
| 4568 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 40357 (D ead Code: Unused Fie ld),Low, | |||||
| 4569 | Issue Deta ils, | |||||
| 4570 | Kingdom:, | |||||
| 4571 | Code Qual ity, | |||||
| 4572 | Scan Engin e:, | |||||
| 4573 | SCA (Stru ctural), | |||||
| 4574 | ||||||
| 4575 | ||||||
| 4576 | ||||||
| 4577 | Sink Detai ls, | |||||
| 4578 | Sink:, | |||||
| 4579 | Field: Pr opertyChan ged, | |||||
| 4580 | File:, | |||||
| 4581 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:403 57, | |||||
| 4582 | Taint Flag s:, | |||||
| 4583 | , | |||||
| 4584 | ||||||
| 4585 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 244784 ( Dead Code: Unused Fi eld),Low, | |||||
| 4586 | Issue Deta ils, | |||||
| 4587 | Kingdom:, | |||||
| 4588 | Code Qual ity, | |||||
| 4589 | Scan Engin e:, | |||||
| 4590 | SCA (Stru ctural), | |||||
| 4591 | ||||||
| 4592 | ||||||
| 4593 | ||||||
| 4594 | Sink Detai ls, | |||||
| 4595 | Sink:, | |||||
| 4596 | Field: Pr opertyChan ged, | |||||
| 4597 | File:, | |||||
| 4598 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:244 784, | |||||
| 4599 | Taint Flag s:, | |||||
| 4600 | , | |||||
| 4601 | ||||||
| 4602 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 82756 (D ead Code: Unused Fie ld),Low, | |||||
| 4603 | Issue Deta ils, | |||||
| 4604 | Kingdom:, | |||||
| 4605 | Code Qual ity, | |||||
| 4606 | Scan Engin e:, | |||||
| 4607 | SCA (Stru ctural), | |||||
| 4608 | ||||||
| 4609 | ||||||
| 4610 | ||||||
| 4611 | Sink Detai ls, | |||||
| 4612 | Sink:, | |||||
| 4613 | Field: Pr opertyChan ged, | |||||
| 4614 | File:, | |||||
| 4615 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:827 56, | |||||
| 4616 | Taint Flag s:, | |||||
| 4617 | , | |||||
| 4618 | ||||||
| 4619 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 149761 ( Dead Code: Unused Fi eld),Low, | |||||
| 4620 | Issue Deta ils, | |||||
| 4621 | Kingdom:, | |||||
| 4622 | Code Qual ity, | |||||
| 4623 | Scan Engin e:, | |||||
| 4624 | SCA (Stru ctural), | |||||
| 4625 | ||||||
| 4626 | ||||||
| 4627 | ||||||
| 4628 | Sink Detai ls, | |||||
| 4629 | Sink:, | |||||
| 4630 | Field: Pr opertyChan ged, | |||||
| 4631 | File:, | |||||
| 4632 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:149 761, | |||||
| 4633 | Taint Flag s:, | |||||
| 4634 | , | |||||
| 4635 | ||||||
| 4636 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 186447 ( Dead Code: Unused Fi eld),Low, | |||||
| 4637 | Issue Deta ils, | |||||
| 4638 | Kingdom:, | |||||
| 4639 | Code Qual ity, | |||||
| 4640 | Scan Engin e:, | |||||
| 4641 | SCA (Stru ctural), | |||||
| 4642 | ||||||
| 4643 | ||||||
| 4644 | ||||||
| 4645 | Sink Detai ls, | |||||
| 4646 | Sink:, | |||||
| 4647 | Field: Pr opertyChan ged, | |||||
| 4648 | File:, | |||||
| 4649 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:186 447, | |||||
| 4650 | Taint Flag s:, | |||||
| 4651 | , | |||||
| 4652 | ||||||
| 4653 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 76519 (D ead Code: Unused Fie ld),Low, | |||||
| 4654 | Issue Deta ils, | |||||
| 4655 | Kingdom:, | |||||
| 4656 | Code Qual ity, | |||||
| 4657 | Scan Engin e:, | |||||
| 4658 | SCA (Stru ctural), | |||||
| 4659 | ||||||
| 4660 | ||||||
| 4661 | ||||||
| 4662 | Sink Detai ls, | |||||
| 4663 | Sink:, | |||||
| 4664 | Field: Pr opertyChan ged, | |||||
| 4665 | File:, | |||||
| 4666 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:765 19, | |||||
| 4667 | Taint Flag s:, | |||||
| 4668 | , | |||||
| 4669 | ||||||
| 4670 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 154344 ( Dead Code: Unused Fi eld),Low, | |||||
| 4671 | Issue Deta ils, | |||||
| 4672 | Kingdom:, | |||||
| 4673 | Code Qual ity, | |||||
| 4674 | Scan Engin e:, | |||||
| 4675 | SCA (Stru ctural), | |||||
| 4676 | ||||||
| 4677 | ||||||
| 4678 | ||||||
| 4679 | Sink Detai ls, | |||||
| 4680 | Sink:, | |||||
| 4681 | Field: Pr opertyChan ged, | |||||
| 4682 | File:, | |||||
| 4683 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:154 344, | |||||
| 4684 | Taint Flag s:, | |||||
| 4685 | , | |||||
| 4686 | ||||||
| 4687 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 208406 ( Dead Code: Unused Fi eld),Low, | |||||
| 4688 | Issue Deta ils, | |||||
| 4689 | Kingdom:, | |||||
| 4690 | Code Qual ity, | |||||
| 4691 | Scan Engin e:, | |||||
| 4692 | SCA (Stru ctural), | |||||
| 4693 | ||||||
| 4694 | ||||||
| 4695 | ||||||
| 4696 | Sink Detai ls, | |||||
| 4697 | Sink:, | |||||
| 4698 | Field: Pr opertyChan ging, | |||||
| 4699 | File:, | |||||
| 4700 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:208 406, | |||||
| 4701 | Taint Flag s:, | |||||
| 4702 | , | |||||
| 4703 | ||||||
| 4704 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 175613 ( Dead Code: Unused Fi eld),Low, | |||||
| 4705 | Issue Deta ils, | |||||
| 4706 | Kingdom:, | |||||
| 4707 | Code Qual ity, | |||||
| 4708 | Scan Engin e:, | |||||
| 4709 | SCA (Stru ctural), | |||||
| 4710 | ||||||
| 4711 | ||||||
| 4712 | ||||||
| 4713 | Sink Detai ls, | |||||
| 4714 | Sink:, | |||||
| 4715 | Field: Pr opertyChan ged, | |||||
| 4716 | File:, | |||||
| 4717 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:175 613, | |||||
| 4718 | Taint Flag s:, | |||||
| 4719 | , | |||||
| 4720 | ||||||
| 4721 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 128323 ( Dead Code: Unused Fi eld),Low, | |||||
| 4722 | Issue Deta ils, | |||||
| 4723 | Kingdom:, | |||||
| 4724 | Code Qual ity, | |||||
| 4725 | Scan Engin e:, | |||||
| 4726 | SCA (Stru ctural), | |||||
| 4727 | ||||||
| 4728 | ||||||
| 4729 | ||||||
| 4730 | Sink Detai ls, | |||||
| 4731 | Sink:, | |||||
| 4732 | Field: Pr opertyChan ged, | |||||
| 4733 | File:, | |||||
| 4734 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:128 323, | |||||
| 4735 | Taint Flag s:, | |||||
| 4736 | , | |||||
| 4737 | ||||||
| 4738 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 281724 ( Dead Code: Unused Fi eld),Low, | |||||
| 4739 | Issue Deta ils, | |||||
| 4740 | Kingdom:, | |||||
| 4741 | Code Qual ity, | |||||
| 4742 | Scan Engin e:, | |||||
| 4743 | SCA (Stru ctural), | |||||
| 4744 | ||||||
| 4745 | ||||||
| 4746 | ||||||
| 4747 | Sink Detai ls, | |||||
| 4748 | Sink:, | |||||
| 4749 | Field: Pr opertyChan ged, | |||||
| 4750 | File:, | |||||
| 4751 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:281 724, | |||||
| 4752 | Taint Flag s:, | |||||
| 4753 | , | |||||
| 4754 | ||||||
| 4755 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 184477 ( Dead Code: Unused Fi eld),Low, | |||||
| 4756 | Issue Deta ils, | |||||
| 4757 | Kingdom:, | |||||
| 4758 | Code Qual ity, | |||||
| 4759 | Scan Engin e:, | |||||
| 4760 | SCA (Stru ctural), | |||||
| 4761 | ||||||
| 4762 | ||||||
| 4763 | ||||||
| 4764 | Sink Detai ls, | |||||
| 4765 | Sink:, | |||||
| 4766 | Field: Pr opertyChan ging, | |||||
| 4767 | File:, | |||||
| 4768 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:184 477, | |||||
| 4769 | Taint Flag s:, | |||||
| 4770 | , | |||||
| 4771 | ||||||
| 4772 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 296343 ( Dead Code: Unused Fi eld),Low, | |||||
| 4773 | Issue Deta ils, | |||||
| 4774 | Kingdom:, | |||||
| 4775 | Code Qual ity, | |||||
| 4776 | Scan Engin e:, | |||||
| 4777 | SCA (Stru ctural), | |||||
| 4778 | ||||||
| 4779 | ||||||
| 4780 | ||||||
| 4781 | Sink Detai ls, | |||||
| 4782 | Sink:, | |||||
| 4783 | Field: Pr opertyChan ging, | |||||
| 4784 | File:, | |||||
| 4785 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:296 343, | |||||
| 4786 | Taint Flag s:, | |||||
| 4787 | , | |||||
| 4788 | ||||||
| 4789 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 58110 (D ead Code: Unused Fie ld),Low, | |||||
| 4790 | Issue Deta ils, | |||||
| 4791 | Kingdom:, | |||||
| 4792 | Code Qual ity, | |||||
| 4793 | Scan Engin e:, | |||||
| 4794 | SCA (Stru ctural), | |||||
| 4795 | ||||||
| 4796 | ||||||
| 4797 | ||||||
| 4798 | Sink Detai ls, | |||||
| 4799 | Sink:, | |||||
| 4800 | Field: Pr opertyChan ged, | |||||
| 4801 | File:, | |||||
| 4802 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:581 10, | |||||
| 4803 | Taint Flag s:, | |||||
| 4804 | , | |||||
| 4805 | ||||||
| 4806 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 238833 ( Dead Code: Unused Fi eld),Low, | |||||
| 4807 | Issue Deta ils, | |||||
| 4808 | Kingdom:, | |||||
| 4809 | Code Qual ity, | |||||
| 4810 | Scan Engin e:, | |||||
| 4811 | SCA (Stru ctural), | |||||
| 4812 | ||||||
| 4813 | ||||||
| 4814 | ||||||
| 4815 | Sink Detai ls, | |||||
| 4816 | Sink:, | |||||
| 4817 | Field: Pr opertyChan ged, | |||||
| 4818 | File:, | |||||
| 4819 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:238 833, | |||||
| 4820 | Taint Flag s:, | |||||
| 4821 | , | |||||
| 4822 | ||||||
| 4823 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 298680 ( Dead Code: Unused Fi eld),Low, | |||||
| 4824 | Issue Deta ils, | |||||
| 4825 | Kingdom:, | |||||
| 4826 | Code Qual ity, | |||||
| 4827 | Scan Engin e:, | |||||
| 4828 | SCA (Stru ctural), | |||||
| 4829 | ||||||
| 4830 | ||||||
| 4831 | ||||||
| 4832 | Sink Detai ls, | |||||
| 4833 | Sink:, | |||||
| 4834 | Field: Pr opertyChan ged, | |||||
| 4835 | File:, | |||||
| 4836 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:298 680, | |||||
| 4837 | Taint Flag s:, | |||||
| 4838 | , | |||||
| 4839 | ||||||
| 4840 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 210625 ( Dead Code: Unused Fi eld),Low, | |||||
| 4841 | Issue Deta ils, | |||||
| 4842 | Kingdom:, | |||||
| 4843 | Code Qual ity, | |||||
| 4844 | Scan Engin e:, | |||||
| 4845 | SCA (Stru ctural), | |||||
| 4846 | ||||||
| 4847 | ||||||
| 4848 | ||||||
| 4849 | Sink Detai ls, | |||||
| 4850 | Sink:, | |||||
| 4851 | Field: Pr opertyChan ging, | |||||
| 4852 | File:, | |||||
| 4853 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:210 625, | |||||
| 4854 | Taint Flag s:, | |||||
| 4855 | , | |||||
| 4856 | ||||||
| 4857 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 275263 ( Dead Code: Unused Fi eld),Low, | |||||
| 4858 | Issue Deta ils, | |||||
| 4859 | Kingdom:, | |||||
| 4860 | Code Qual ity, | |||||
| 4861 | Scan Engin e:, | |||||
| 4862 | SCA (Stru ctural), | |||||
| 4863 | ||||||
| 4864 | ||||||
| 4865 | ||||||
| 4866 | Sink Detai ls, | |||||
| 4867 | Sink:, | |||||
| 4868 | Field: Pr opertyChan ging, | |||||
| 4869 | File:, | |||||
| 4870 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:275 263, | |||||
| 4871 | Taint Flag s:, | |||||
| 4872 | , | |||||
| 4873 | ||||||
| 4874 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 65215 (D ead Code: Unused Fie ld),Low, | |||||
| 4875 | Issue Deta ils, | |||||
| 4876 | Kingdom:, | |||||
| 4877 | Code Qual ity, | |||||
| 4878 | Scan Engin e:, | |||||
| 4879 | SCA (Stru ctural), | |||||
| 4880 | ||||||
| 4881 | ||||||
| 4882 | ||||||
| 4883 | Sink Detai ls, | |||||
| 4884 | Sink:, | |||||
| 4885 | Field: Pr opertyChan ging, | |||||
| 4886 | File:, | |||||
| 4887 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:652 15, | |||||
| 4888 | Taint Flag s:, | |||||
| 4889 | , | |||||
| 4890 | ||||||
| 4891 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 4458 (De ad Code: U nused Fiel d),Low, | |||||
| 4892 | Issue Deta ils, | |||||
| 4893 | Kingdom:, | |||||
| 4894 | Code Qual ity, | |||||
| 4895 | Scan Engin e:, | |||||
| 4896 | SCA (Stru ctural), | |||||
| 4897 | ||||||
| 4898 | ||||||
| 4899 | ||||||
| 4900 | Sink Detai ls, | |||||
| 4901 | Sink:, | |||||
| 4902 | Field: Pr opertyChan ged, | |||||
| 4903 | File:, | |||||
| 4904 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:445 8, | |||||
| 4905 | Taint Flag s:, | |||||
| 4906 | , | |||||
| 4907 | ||||||
| 4908 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 142811 ( Dead Code: Unused Fi eld),Low, | |||||
| 4909 | Issue Deta ils, | |||||
| 4910 | Kingdom:, | |||||
| 4911 | Code Qual ity, | |||||
| 4912 | Scan Engin e:, | |||||
| 4913 | SCA (Stru ctural), | |||||
| 4914 | ||||||
| 4915 | ||||||
| 4916 | ||||||
| 4917 | Sink Detai ls, | |||||
| 4918 | Sink:, | |||||
| 4919 | Field: Pr opertyChan ged, | |||||
| 4920 | File:, | |||||
| 4921 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:142 811, | |||||
| 4922 | Taint Flag s:, | |||||
| 4923 | , | |||||
| 4924 | ||||||
| 4925 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 229434 ( Dead Code: Unused Fi eld),Low, | |||||
| 4926 | Issue Deta ils, | |||||
| 4927 | Kingdom:, | |||||
| 4928 | Code Qual ity, | |||||
| 4929 | Scan Engin e:, | |||||
| 4930 | SCA (Stru ctural), | |||||
| 4931 | ||||||
| 4932 | ||||||
| 4933 | ||||||
| 4934 | Sink Detai ls, | |||||
| 4935 | Sink:, | |||||
| 4936 | Field: Pr opertyChan ging, | |||||
| 4937 | File:, | |||||
| 4938 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:229 434, | |||||
| 4939 | Taint Flag s:, | |||||
| 4940 | , | |||||
| 4941 | ||||||
| 4942 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 129337 ( Dead Code: Unused Fi eld),Low, | |||||
| 4943 | Issue Deta ils, | |||||
| 4944 | Kingdom:, | |||||
| 4945 | Code Qual ity, | |||||
| 4946 | Scan Engin e:, | |||||
| 4947 | SCA (Stru ctural), | |||||
| 4948 | ||||||
| 4949 | ||||||
| 4950 | ||||||
| 4951 | Sink Detai ls, | |||||
| 4952 | Sink:, | |||||
| 4953 | Field: Pr opertyChan ged, | |||||
| 4954 | File:, | |||||
| 4955 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:129 337, | |||||
| 4956 | Taint Flag s:, | |||||
| 4957 | , | |||||
| 4958 | ||||||
| 4959 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 243320 ( Dead Code: Unused Fi eld),Low, | |||||
| 4960 | Issue Deta ils, | |||||
| 4961 | Kingdom:, | |||||
| 4962 | Code Qual ity, | |||||
| 4963 | Scan Engin e:, | |||||
| 4964 | SCA (Stru ctural), | |||||
| 4965 | ||||||
| 4966 | ||||||
| 4967 | ||||||
| 4968 | Sink Detai ls, | |||||
| 4969 | Sink:, | |||||
| 4970 | Field: Pr opertyChan ging, | |||||
| 4971 | File:, | |||||
| 4972 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:243 320, | |||||
| 4973 | Taint Flag s:, | |||||
| 4974 | , | |||||
| 4975 | ||||||
| 4976 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 288317 ( Dead Code: Unused Fi eld),Low, | |||||
| 4977 | Issue Deta ils, | |||||
| 4978 | Kingdom:, | |||||
| 4979 | Code Qual ity, | |||||
| 4980 | Scan Engin e:, | |||||
| 4981 | SCA (Stru ctural), | |||||
| 4982 | ||||||
| 4983 | ||||||
| 4984 | ||||||
| 4985 | Sink Detai ls, | |||||
| 4986 | Sink:, | |||||
| 4987 | Field: Pr opertyChan ged, | |||||
| 4988 | File:, | |||||
| 4989 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:288 317, | |||||
| 4990 | Taint Flag s:, | |||||
| 4991 | , | |||||
| 4992 | ||||||
| 4993 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 22407 (D ead Code: Unused Fie ld),Low, | |||||
| 4994 | Issue Deta ils, | |||||
| 4995 | Kingdom:, | |||||
| 4996 | Code Qual ity, | |||||
| 4997 | Scan Engin e:, | |||||
| 4998 | SCA (Stru ctural), | |||||
| 4999 | ||||||
| 5000 | ||||||
| 5001 | ||||||
| 5002 | Sink Detai ls, | |||||
| 5003 | Sink:, | |||||
| 5004 | Field: Pr opertyChan ged, | |||||
| 5005 | File:, | |||||
| 5006 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:224 07, | |||||
| 5007 | Taint Flag s:, | |||||
| 5008 | , | |||||
| 5009 | ||||||
| 5010 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 199580 ( Dead Code: Unused Fi eld),Low, | |||||
| 5011 | Issue Deta ils, | |||||
| 5012 | Kingdom:, | |||||
| 5013 | Code Qual ity, | |||||
| 5014 | Scan Engin e:, | |||||
| 5015 | SCA (Stru ctural), | |||||
| 5016 | ||||||
| 5017 | ||||||
| 5018 | ||||||
| 5019 | Sink Detai ls, | |||||
| 5020 | Sink:, | |||||
| 5021 | Field: Pr opertyChan ged, | |||||
| 5022 | File:, | |||||
| 5023 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:199 580, | |||||
| 5024 | Taint Flag s:, | |||||
| 5025 | , | |||||
| 5026 | ||||||
| 5027 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 167215 ( Dead Code: Unused Fi eld),Low, | |||||
| 5028 | Issue Deta ils, | |||||
| 5029 | Kingdom:, | |||||
| 5030 | Code Qual ity, | |||||
| 5031 | Scan Engin e:, | |||||
| 5032 | SCA (Stru ctural), | |||||
| 5033 | ||||||
| 5034 | ||||||
| 5035 | ||||||
| 5036 | Sink Detai ls, | |||||
| 5037 | Sink:, | |||||
| 5038 | Field: Pr opertyChan ged, | |||||
| 5039 | File:, | |||||
| 5040 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:167 215, | |||||
| 5041 | Taint Flag s:, | |||||
| 5042 | , | |||||
| 5043 | ||||||
| 5044 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 204936 ( Dead Code: Unused Fi eld),Low, | |||||
| 5045 | Issue Deta ils, | |||||
| 5046 | Kingdom:, | |||||
| 5047 | Code Qual ity, | |||||
| 5048 | Scan Engin e:, | |||||
| 5049 | SCA (Stru ctural), | |||||
| 5050 | ||||||
| 5051 | ||||||
| 5052 | ||||||
| 5053 | Sink Detai ls, | |||||
| 5054 | Sink:, | |||||
| 5055 | Field: Pr opertyChan ged, | |||||
| 5056 | File:, | |||||
| 5057 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:204 936, | |||||
| 5058 | Taint Flag s:, | |||||
| 5059 | , | |||||
| 5060 | ||||||
| 5061 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 167833 ( Dead Code: Unused Fi eld),Low, | |||||
| 5062 | Issue Deta ils, | |||||
| 5063 | Kingdom:, | |||||
| 5064 | Code Qual ity, | |||||
| 5065 | Scan Engin e:, | |||||
| 5066 | SCA (Stru ctural), | |||||
| 5067 | ||||||
| 5068 | ||||||
| 5069 | ||||||
| 5070 | Sink Detai ls, | |||||
| 5071 | Sink:, | |||||
| 5072 | Field: Pr opertyChan ging, | |||||
| 5073 | File:, | |||||
| 5074 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:167 833, | |||||
| 5075 | Taint Flag s:, | |||||
| 5076 | , | |||||
| 5077 | ||||||
| 5078 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 160718 ( Dead Code: Unused Fi eld),Low, | |||||
| 5079 | Issue Deta ils, | |||||
| 5080 | Kingdom:, | |||||
| 5081 | Code Qual ity, | |||||
| 5082 | Scan Engin e:, | |||||
| 5083 | SCA (Stru ctural), | |||||
| 5084 | ||||||
| 5085 | ||||||
| 5086 | ||||||
| 5087 | Sink Detai ls, | |||||
| 5088 | Sink:, | |||||
| 5089 | Field: Pr opertyChan ging, | |||||
| 5090 | File:, | |||||
| 5091 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:160 718, | |||||
| 5092 | Taint Flag s:, | |||||
| 5093 | , | |||||
| 5094 | ||||||
| 5095 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 141407 ( Dead Code: Unused Fi eld),Low, | |||||
| 5096 | Issue Deta ils, | |||||
| 5097 | Kingdom:, | |||||
| 5098 | Code Qual ity, | |||||
| 5099 | Scan Engin e:, | |||||
| 5100 | SCA (Stru ctural), | |||||
| 5101 | ||||||
| 5102 | ||||||
| 5103 | ||||||
| 5104 | Sink Detai ls, | |||||
| 5105 | Sink:, | |||||
| 5106 | Field: Pr opertyChan ged, | |||||
| 5107 | File:, | |||||
| 5108 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:141 407, | |||||
| 5109 | Taint Flag s:, | |||||
| 5110 | , | |||||
| 5111 | ||||||
| 5112 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 77623 (D ead Code: Unused Fie ld),Low, | |||||
| 5113 | Issue Deta ils, | |||||
| 5114 | Kingdom:, | |||||
| 5115 | Code Qual ity, | |||||
| 5116 | Scan Engin e:, | |||||
| 5117 | SCA (Stru ctural), | |||||
| 5118 | ||||||
| 5119 | ||||||
| 5120 | ||||||
| 5121 | Sink Detai ls, | |||||
| 5122 | Sink:, | |||||
| 5123 | Field: Pr opertyChan ged, | |||||
| 5124 | File:, | |||||
| 5125 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:776 23, | |||||
| 5126 | Taint Flag s:, | |||||
| 5127 | , | |||||
| 5128 | ||||||
| 5129 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 139476 ( Dead Code: Unused Fi eld),Low, | |||||
| 5130 | Issue Deta ils, | |||||
| 5131 | Kingdom:, | |||||
| 5132 | Code Qual ity, | |||||
| 5133 | Scan Engin e:, | |||||
| 5134 | SCA (Stru ctural), | |||||
| 5135 | ||||||
| 5136 | ||||||
| 5137 | ||||||
| 5138 | Sink Detai ls, | |||||
| 5139 | Sink:, | |||||
| 5140 | Field: Pr opertyChan ging, | |||||
| 5141 | File:, | |||||
| 5142 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:139 476, | |||||
| 5143 | Taint Flag s:, | |||||
| 5144 | , | |||||
| 5145 | ||||||
| 5146 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 88567 (D ead Code: Unused Fie ld),Low, | |||||
| 5147 | Issue Deta ils, | |||||
| 5148 | Kingdom:, | |||||
| 5149 | Code Qual ity, | |||||
| 5150 | Scan Engin e:, | |||||
| 5151 | SCA (Stru ctural), | |||||
| 5152 | ||||||
| 5153 | ||||||
| 5154 | ||||||
| 5155 | Sink Detai ls, | |||||
| 5156 | Sink:, | |||||
| 5157 | Field: Pr opertyChan ging, | |||||
| 5158 | File:, | |||||
| 5159 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:885 67, | |||||
| 5160 | Taint Flag s:, | |||||
| 5161 | , | |||||
| 5162 | ||||||
| 5163 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 197157 ( Dead Code: Unused Fi eld),Low, | |||||
| 5164 | Issue Deta ils, | |||||
| 5165 | Kingdom:, | |||||
| 5166 | Code Qual ity, | |||||
| 5167 | Scan Engin e:, | |||||
| 5168 | SCA (Stru ctural), | |||||
| 5169 | ||||||
| 5170 | ||||||
| 5171 | ||||||
| 5172 | Sink Detai ls, | |||||
| 5173 | Sink:, | |||||
| 5174 | Field: Pr opertyChan ging, | |||||
| 5175 | File:, | |||||
| 5176 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:197 157, | |||||
| 5177 | Taint Flag s:, | |||||
| 5178 | , | |||||
| 5179 | ||||||
| 5180 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 216994 ( Dead Code: Unused Fi eld),Low, | |||||
| 5181 | Issue Deta ils, | |||||
| 5182 | Kingdom:, | |||||
| 5183 | Code Qual ity, | |||||
| 5184 | Scan Engin e:, | |||||
| 5185 | SCA (Stru ctural), | |||||
| 5186 | ||||||
| 5187 | ||||||
| 5188 | ||||||
| 5189 | Sink Detai ls, | |||||
| 5190 | Sink:, | |||||
| 5191 | Field: Pr opertyChan ged, | |||||
| 5192 | File:, | |||||
| 5193 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:216 994, | |||||
| 5194 | Taint Flag s:, | |||||
| 5195 | , | |||||
| 5196 | ||||||
| 5197 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 84927 (D ead Code: Unused Fie ld),Low, | |||||
| 5198 | Issue Deta ils, | |||||
| 5199 | Kingdom:, | |||||
| 5200 | Code Qual ity, | |||||
| 5201 | Scan Engin e:, | |||||
| 5202 | SCA (Stru ctural), | |||||
| 5203 | ||||||
| 5204 | ||||||
| 5205 | ||||||
| 5206 | Sink Detai ls, | |||||
| 5207 | Sink:, | |||||
| 5208 | Field: Pr opertyChan ging, | |||||
| 5209 | File:, | |||||
| 5210 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:849 27, | |||||
| 5211 | Taint Flag s:, | |||||
| 5212 | , | |||||
| 5213 | ||||||
| 5214 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 93126 (D ead Code: Unused Fie ld),Low, | |||||
| 5215 | Issue Deta ils, | |||||
| 5216 | Kingdom:, | |||||
| 5217 | Code Qual ity, | |||||
| 5218 | Scan Engin e:, | |||||
| 5219 | SCA (Stru ctural), | |||||
| 5220 | ||||||
| 5221 | ||||||
| 5222 | ||||||
| 5223 | Sink Detai ls, | |||||
| 5224 | Sink:, | |||||
| 5225 | Field: Pr opertyChan ged, | |||||
| 5226 | File:, | |||||
| 5227 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:931 26, | |||||
| 5228 | Taint Flag s:, | |||||
| 5229 | , | |||||
| 5230 | ||||||
| 5231 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 102801 ( Dead Code: Unused Fi eld),Low, | |||||
| 5232 | Issue Deta ils, | |||||
| 5233 | Kingdom:, | |||||
| 5234 | Code Qual ity, | |||||
| 5235 | Scan Engin e:, | |||||
| 5236 | SCA (Stru ctural), | |||||
| 5237 | ||||||
| 5238 | ||||||
| 5239 | ||||||
| 5240 | Sink Detai ls, | |||||
| 5241 | Sink:, | |||||
| 5242 | Field: Pr opertyChan ged, | |||||
| 5243 | File:, | |||||
| 5244 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:102 801, | |||||
| 5245 | Taint Flag s:, | |||||
| 5246 | , | |||||
| 5247 | ||||||
| 5248 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 137415 ( Dead Code: Unused Fi eld),Low, | |||||
| 5249 | Issue Deta ils, | |||||
| 5250 | Kingdom:, | |||||
| 5251 | Code Qual ity, | |||||
| 5252 | Scan Engin e:, | |||||
| 5253 | SCA (Stru ctural), | |||||
| 5254 | ||||||
| 5255 | ||||||
| 5256 | ||||||
| 5257 | Sink Detai ls, | |||||
| 5258 | Sink:, | |||||
| 5259 | Field: Pr opertyChan ged, | |||||
| 5260 | File:, | |||||
| 5261 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:137 415, | |||||
| 5262 | Taint Flag s:, | |||||
| 5263 | , | |||||
| 5264 | ||||||
| 5265 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 238835 ( Dead Code: Unused Fi eld),Low, | |||||
| 5266 | Issue Deta ils, | |||||
| 5267 | Kingdom:, | |||||
| 5268 | Code Qual ity, | |||||
| 5269 | Scan Engin e:, | |||||
| 5270 | SCA (Stru ctural), | |||||
| 5271 | ||||||
| 5272 | ||||||
| 5273 | ||||||
| 5274 | Sink Detai ls, | |||||
| 5275 | Sink:, | |||||
| 5276 | Field: Pr opertyChan ging, | |||||
| 5277 | File:, | |||||
| 5278 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:238 835, | |||||
| 5279 | Taint Flag s:, | |||||
| 5280 | , | |||||
| 5281 | ||||||
| 5282 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 231942 ( Dead Code: Unused Fi eld),Low, | |||||
| 5283 | Issue Deta ils, | |||||
| 5284 | Kingdom:, | |||||
| 5285 | Code Qual ity, | |||||
| 5286 | Scan Engin e:, | |||||
| 5287 | SCA (Stru ctural), | |||||
| 5288 | ||||||
| 5289 | ||||||
| 5290 | ||||||
| 5291 | Sink Detai ls, | |||||
| 5292 | Sink:, | |||||
| 5293 | Field: Pr opertyChan ging, | |||||
| 5294 | File:, | |||||
| 5295 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:231 942, | |||||
| 5296 | Taint Flag s:, | |||||
| 5297 | , | |||||
| 5298 | ||||||
| 5299 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 71214 (D ead Code: Unused Fie ld),Low, | |||||
| 5300 | Issue Deta ils, | |||||
| 5301 | Kingdom:, | |||||
| 5302 | Code Qual ity, | |||||
| 5303 | Scan Engin e:, | |||||
| 5304 | SCA (Stru ctural), | |||||
| 5305 | ||||||
| 5306 | ||||||
| 5307 | ||||||
| 5308 | Sink Detai ls, | |||||
| 5309 | Sink:, | |||||
| 5310 | Field: Pr opertyChan ging, | |||||
| 5311 | File:, | |||||
| 5312 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:712 14, | |||||
| 5313 | Taint Flag s:, | |||||
| 5314 | , | |||||
| 5315 | ||||||
| 5316 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 101845 ( Dead Code: Unused Fi eld),Low, | |||||
| 5317 | Issue Deta ils, | |||||
| 5318 | Kingdom:, | |||||
| 5319 | Code Qual ity, | |||||
| 5320 | Scan Engin e:, | |||||
| 5321 | SCA (Stru ctural), | |||||
| 5322 | ||||||
| 5323 | ||||||
| 5324 | ||||||
| 5325 | Sink Detai ls, | |||||
| 5326 | Sink:, | |||||
| 5327 | Field: Pr opertyChan ging, | |||||
| 5328 | File:, | |||||
| 5329 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:101 845, | |||||
| 5330 | Taint Flag s:, | |||||
| 5331 | , | |||||
| 5332 | ||||||
| 5333 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 84205 (D ead Code: Unused Fie ld),Low, | |||||
| 5334 | Issue Deta ils, | |||||
| 5335 | Kingdom:, | |||||
| 5336 | Code Qual ity, | |||||
| 5337 | Scan Engin e:, | |||||
| 5338 | SCA (Stru ctural), | |||||
| 5339 | ||||||
| 5340 | ||||||
| 5341 | ||||||
| 5342 | Sink Detai ls, | |||||
| 5343 | Sink:, | |||||
| 5344 | Field: Pr opertyChan ging, | |||||
| 5345 | File:, | |||||
| 5346 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:842 05, | |||||
| 5347 | Taint Flag s:, | |||||
| 5348 | , | |||||
| 5349 | ||||||
| 5350 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 235012 ( Dead Code: Unused Fi eld),Low, | |||||
| 5351 | Issue Deta ils, | |||||
| 5352 | Kingdom:, | |||||
| 5353 | Code Qual ity, | |||||
| 5354 | Scan Engin e:, | |||||
| 5355 | SCA (Stru ctural), | |||||
| 5356 | ||||||
| 5357 | ||||||
| 5358 | ||||||
| 5359 | Sink Detai ls, | |||||
| 5360 | Sink:, | |||||
| 5361 | Field: Pr opertyChan ged, | |||||
| 5362 | File:, | |||||
| 5363 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:235 012, | |||||
| 5364 | Taint Flag s:, | |||||
| 5365 | , | |||||
| 5366 | ||||||
| 5367 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 132946 ( Dead Code: Unused Fi eld),Low, | |||||
| 5368 | Issue Deta ils, | |||||
| 5369 | Kingdom:, | |||||
| 5370 | Code Qual ity, | |||||
| 5371 | Scan Engin e:, | |||||
| 5372 | SCA (Stru ctural), | |||||
| 5373 | ||||||
| 5374 | ||||||
| 5375 | ||||||
| 5376 | Sink Detai ls, | |||||
| 5377 | Sink:, | |||||
| 5378 | Field: Pr opertyChan ging, | |||||
| 5379 | File:, | |||||
| 5380 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:132 946, | |||||
| 5381 | Taint Flag s:, | |||||
| 5382 | , | |||||
| 5383 | ||||||
| 5384 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 217407 ( Dead Code: Unused Fi eld),Low, | |||||
| 5385 | Issue Deta ils, | |||||
| 5386 | Kingdom:, | |||||
| 5387 | Code Qual ity, | |||||
| 5388 | Scan Engin e:, | |||||
| 5389 | SCA (Stru ctural), | |||||
| 5390 | ||||||
| 5391 | ||||||
| 5392 | ||||||
| 5393 | Sink Detai ls, | |||||
| 5394 | Sink:, | |||||
| 5395 | Field: Pr opertyChan ging, | |||||
| 5396 | File:, | |||||
| 5397 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:217 407, | |||||
| 5398 | Taint Flag s:, | |||||
| 5399 | , | |||||
| 5400 | ||||||
| 5401 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 275683 ( Dead Code: Unused Fi eld),Low, | |||||
| 5402 | Issue Deta ils, | |||||
| 5403 | Kingdom:, | |||||
| 5404 | Code Qual ity, | |||||
| 5405 | Scan Engin e:, | |||||
| 5406 | SCA (Stru ctural), | |||||
| 5407 | ||||||
| 5408 | ||||||
| 5409 | ||||||
| 5410 | Sink Detai ls, | |||||
| 5411 | Sink:, | |||||
| 5412 | Field: Pr opertyChan ging, | |||||
| 5413 | File:, | |||||
| 5414 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:275 683, | |||||
| 5415 | Taint Flag s:, | |||||
| 5416 | , | |||||
| 5417 | ||||||
| 5418 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 281859 ( Dead Code: Unused Fi eld),Low, | |||||
| 5419 | Issue Deta ils, | |||||
| 5420 | Kingdom:, | |||||
| 5421 | Code Qual ity, | |||||
| 5422 | Scan Engin e:, | |||||
| 5423 | SCA (Stru ctural), | |||||
| 5424 | ||||||
| 5425 | ||||||
| 5426 | ||||||
| 5427 | Sink Detai ls, | |||||
| 5428 | Sink:, | |||||
| 5429 | Field: Pr opertyChan ged, | |||||
| 5430 | File:, | |||||
| 5431 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:281 859, | |||||
| 5432 | Taint Flag s:, | |||||
| 5433 | , | |||||
| 5434 | ||||||
| 5435 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 288319 ( Dead Code: Unused Fi eld),Low, | |||||
| 5436 | Issue Deta ils, | |||||
| 5437 | Kingdom:, | |||||
| 5438 | Code Qual ity, | |||||
| 5439 | Scan Engin e:, | |||||
| 5440 | SCA (Stru ctural), | |||||
| 5441 | ||||||
| 5442 | ||||||
| 5443 | ||||||
| 5444 | Sink Detai ls, | |||||
| 5445 | Sink:, | |||||
| 5446 | Field: Pr opertyChan ging, | |||||
| 5447 | File:, | |||||
| 5448 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:288 319, | |||||
| 5449 | Taint Flag s:, | |||||
| 5450 | , | |||||
| 5451 | ||||||
| 5452 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 112765 ( Dead Code: Unused Fi eld),Low, | |||||
| 5453 | Issue Deta ils, | |||||
| 5454 | Kingdom:, | |||||
| 5455 | Code Qual ity, | |||||
| 5456 | Scan Engin e:, | |||||
| 5457 | SCA (Stru ctural), | |||||
| 5458 | ||||||
| 5459 | ||||||
| 5460 | ||||||
| 5461 | Sink Detai ls, | |||||
| 5462 | Sink:, | |||||
| 5463 | Field: Pr opertyChan ging, | |||||
| 5464 | File:, | |||||
| 5465 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:112 765, | |||||
| 5466 | Taint Flag s:, | |||||
| 5467 | , | |||||
| 5468 | ||||||
| 5469 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 153625 ( Dead Code: Unused Fi eld),Low, | |||||
| 5470 | Issue Deta ils, | |||||
| 5471 | Kingdom:, | |||||
| 5472 | Code Qual ity, | |||||
| 5473 | Scan Engin e:, | |||||
| 5474 | SCA (Stru ctural), | |||||
| 5475 | ||||||
| 5476 | ||||||
| 5477 | ||||||
| 5478 | Sink Detai ls, | |||||
| 5479 | Sink:, | |||||
| 5480 | Field: Pr opertyChan ging, | |||||
| 5481 | File:, | |||||
| 5482 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:153 625, | |||||
| 5483 | Taint Flag s:, | |||||
| 5484 | , | |||||
| 5485 | ||||||
| 5486 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 275533 ( Dead Code: Unused Fi eld),Low, | |||||
| 5487 | Issue Deta ils, | |||||
| 5488 | Kingdom:, | |||||
| 5489 | Code Qual ity, | |||||
| 5490 | Scan Engin e:, | |||||
| 5491 | SCA (Stru ctural), | |||||
| 5492 | ||||||
| 5493 | ||||||
| 5494 | ||||||
| 5495 | Sink Detai ls, | |||||
| 5496 | Sink:, | |||||
| 5497 | Field: Pr opertyChan ging, | |||||
| 5498 | File:, | |||||
| 5499 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:275 533, | |||||
| 5500 | Taint Flag s:, | |||||
| 5501 | , | |||||
| 5502 | ||||||
| 5503 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 112763 ( Dead Code: Unused Fi eld),Low, | |||||
| 5504 | Issue Deta ils, | |||||
| 5505 | Kingdom:, | |||||
| 5506 | Code Qual ity, | |||||
| 5507 | Scan Engin e:, | |||||
| 5508 | SCA (Stru ctural), | |||||
| 5509 | ||||||
| 5510 | ||||||
| 5511 | ||||||
| 5512 | Sink Detai ls, | |||||
| 5513 | Sink:, | |||||
| 5514 | Field: Pr opertyChan ged, | |||||
| 5515 | File:, | |||||
| 5516 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:112 763, | |||||
| 5517 | Taint Flag s:, | |||||
| 5518 | , | |||||
| 5519 | ||||||
| 5520 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 169918 ( Dead Code: Unused Fi eld),Low, | |||||
| 5521 | Issue Deta ils, | |||||
| 5522 | Kingdom:, | |||||
| 5523 | Code Qual ity, | |||||
| 5524 | Scan Engin e:, | |||||
| 5525 | SCA (Stru ctural), | |||||
| 5526 | ||||||
| 5527 | ||||||
| 5528 | ||||||
| 5529 | Sink Detai ls, | |||||
| 5530 | Sink:, | |||||
| 5531 | Field: Pr opertyChan ging, | |||||
| 5532 | File:, | |||||
| 5533 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:169 918, | |||||
| 5534 | Taint Flag s:, | |||||
| 5535 | , | |||||
| 5536 | ||||||
| 5537 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 240085 ( Dead Code: Unused Fi eld),Low, | |||||
| 5538 | Issue Deta ils, | |||||
| 5539 | Kingdom:, | |||||
| 5540 | Code Qual ity, | |||||
| 5541 | Scan Engin e:, | |||||
| 5542 | SCA (Stru ctural), | |||||
| 5543 | ||||||
| 5544 | ||||||
| 5545 | ||||||
| 5546 | Sink Detai ls, | |||||
| 5547 | Sink:, | |||||
| 5548 | Field: Pr opertyChan ged, | |||||
| 5549 | File:, | |||||
| 5550 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:240 085, | |||||
| 5551 | Taint Flag s:, | |||||
| 5552 | , | |||||
| 5553 | ||||||
| 5554 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 82879 (D ead Code: Unused Fie ld),Low, | |||||
| 5555 | Issue Deta ils, | |||||
| 5556 | Kingdom:, | |||||
| 5557 | Code Qual ity, | |||||
| 5558 | Scan Engin e:, | |||||
| 5559 | SCA (Stru ctural), | |||||
| 5560 | ||||||
| 5561 | ||||||
| 5562 | ||||||
| 5563 | Sink Detai ls, | |||||
| 5564 | Sink:, | |||||
| 5565 | Field: Pr opertyChan ging, | |||||
| 5566 | File:, | |||||
| 5567 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:828 79, | |||||
| 5568 | Taint Flag s:, | |||||
| 5569 | , | |||||
| 5570 | ||||||
| 5571 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 88029 (D ead Code: Unused Fie ld),Low, | |||||
| 5572 | Issue Deta ils, | |||||
| 5573 | Kingdom:, | |||||
| 5574 | Code Qual ity, | |||||
| 5575 | Scan Engin e:, | |||||
| 5576 | SCA (Stru ctural), | |||||
| 5577 | ||||||
| 5578 | ||||||
| 5579 | ||||||
| 5580 | Sink Detai ls, | |||||
| 5581 | Sink:, | |||||
| 5582 | Field: Pr opertyChan ging, | |||||
| 5583 | File:, | |||||
| 5584 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:880 29, | |||||
| 5585 | Taint Flag s:, | |||||
| 5586 | , | |||||
| 5587 | ||||||
| 5588 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 114503 ( Dead Code: Unused Fi eld),Low, | |||||
| 5589 | Issue Deta ils, | |||||
| 5590 | Kingdom:, | |||||
| 5591 | Code Qual ity, | |||||
| 5592 | Scan Engin e:, | |||||
| 5593 | SCA (Stru ctural), | |||||
| 5594 | ||||||
| 5595 | ||||||
| 5596 | ||||||
| 5597 | Sink Detai ls, | |||||
| 5598 | Sink:, | |||||
| 5599 | Field: Pr opertyChan ging, | |||||
| 5600 | File:, | |||||
| 5601 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:114 503, | |||||
| 5602 | Taint Flag s:, | |||||
| 5603 | , | |||||
| 5604 | ||||||
| 5605 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 112101 ( Dead Code: Unused Fi eld),Low, | |||||
| 5606 | Issue Deta ils, | |||||
| 5607 | Kingdom:, | |||||
| 5608 | Code Qual ity, | |||||
| 5609 | Scan Engin e:, | |||||
| 5610 | SCA (Stru ctural), | |||||
| 5611 | ||||||
| 5612 | ||||||
| 5613 | ||||||
| 5614 | Sink Detai ls, | |||||
| 5615 | Sink:, | |||||
| 5616 | Field: Pr opertyChan ging, | |||||
| 5617 | File:, | |||||
| 5618 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:112 101, | |||||
| 5619 | Taint Flag s:, | |||||
| 5620 | , | |||||
| 5621 | ||||||
| 5622 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 153623 ( Dead Code: Unused Fi eld),Low, | |||||
| 5623 | Issue Deta ils, | |||||
| 5624 | Kingdom:, | |||||
| 5625 | Code Qual ity, | |||||
| 5626 | Scan Engin e:, | |||||
| 5627 | SCA (Stru ctural), | |||||
| 5628 | ||||||
| 5629 | ||||||
| 5630 | ||||||
| 5631 | Sink Detai ls, | |||||
| 5632 | Sink:, | |||||
| 5633 | Field: Pr opertyChan ged, | |||||
| 5634 | File:, | |||||
| 5635 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:153 623, | |||||
| 5636 | Taint Flag s:, | |||||
| 5637 | , | |||||
| 5638 | ||||||
| 5639 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 63052 (D ead Code: Unused Fie ld),Low, | |||||
| 5640 | Issue Deta ils, | |||||
| 5641 | Kingdom:, | |||||
| 5642 | Code Qual ity, | |||||
| 5643 | Scan Engin e:, | |||||
| 5644 | SCA (Stru ctural), | |||||
| 5645 | ||||||
| 5646 | ||||||
| 5647 | ||||||
| 5648 | Sink Detai ls, | |||||
| 5649 | Sink:, | |||||
| 5650 | Field: Pr opertyChan ged, | |||||
| 5651 | File:, | |||||
| 5652 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:630 52, | |||||
| 5653 | Taint Flag s:, | |||||
| 5654 | , | |||||
| 5655 | ||||||
| 5656 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 129171 ( Dead Code: Unused Fi eld),Low, | |||||
| 5657 | Issue Deta ils, | |||||
| 5658 | Kingdom:, | |||||
| 5659 | Code Qual ity, | |||||
| 5660 | Scan Engin e:, | |||||
| 5661 | SCA (Stru ctural), | |||||
| 5662 | ||||||
| 5663 | ||||||
| 5664 | ||||||
| 5665 | Sink Detai ls, | |||||
| 5666 | Sink:, | |||||
| 5667 | Field: Pr opertyChan ging, | |||||
| 5668 | File:, | |||||
| 5669 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:129 171, | |||||
| 5670 | Taint Flag s:, | |||||
| 5671 | , | |||||
| 5672 | ||||||
| 5673 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 243318 ( Dead Code: Unused Fi eld),Low, | |||||
| 5674 | Issue Deta ils, | |||||
| 5675 | Kingdom:, | |||||
| 5676 | Code Qual ity, | |||||
| 5677 | Scan Engin e:, | |||||
| 5678 | SCA (Stru ctural), | |||||
| 5679 | ||||||
| 5680 | ||||||
| 5681 | ||||||
| 5682 | Sink Detai ls, | |||||
| 5683 | Sink:, | |||||
| 5684 | Field: Pr opertyChan ged, | |||||
| 5685 | File:, | |||||
| 5686 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:243 318, | |||||
| 5687 | Taint Flag s:, | |||||
| 5688 | , | |||||
| 5689 | ||||||
| 5690 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 22854 (D ead Code: Unused Fie ld),Low, | |||||
| 5691 | Issue Deta ils, | |||||
| 5692 | Kingdom:, | |||||
| 5693 | Code Qual ity, | |||||
| 5694 | Scan Engin e:, | |||||
| 5695 | SCA (Stru ctural), | |||||
| 5696 | ||||||
| 5697 | ||||||
| 5698 | ||||||
| 5699 | Sink Detai ls, | |||||
| 5700 | Sink:, | |||||
| 5701 | Field: Pr opertyChan ging, | |||||
| 5702 | File:, | |||||
| 5703 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:228 54, | |||||
| 5704 | Taint Flag s:, | |||||
| 5705 | , | |||||
| 5706 | ||||||
| 5707 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 26969 (D ead Code: Unused Fie ld),Low, | |||||
| 5708 | Issue Deta ils, | |||||
| 5709 | Kingdom:, | |||||
| 5710 | Code Qual ity, | |||||
| 5711 | Scan Engin e:, | |||||
| 5712 | SCA (Stru ctural), | |||||
| 5713 | ||||||
| 5714 | ||||||
| 5715 | ||||||
| 5716 | Sink Detai ls, | |||||
| 5717 | Sink:, | |||||
| 5718 | Field: Pr opertyChan ging, | |||||
| 5719 | File:, | |||||
| 5720 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:269 69, | |||||
| 5721 | Taint Flag s:, | |||||
| 5722 | , | |||||
| 5723 | ||||||
| 5724 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 165078 ( Dead Code: Unused Fi eld),Low, | |||||
| 5725 | Issue Deta ils, | |||||
| 5726 | Kingdom:, | |||||
| 5727 | Code Qual ity, | |||||
| 5728 | Scan Engin e:, | |||||
| 5729 | SCA (Stru ctural), | |||||
| 5730 | ||||||
| 5731 | ||||||
| 5732 | ||||||
| 5733 | Sink Detai ls, | |||||
| 5734 | Sink:, | |||||
| 5735 | Field: Pr opertyChan ged, | |||||
| 5736 | File:, | |||||
| 5737 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:165 078, | |||||
| 5738 | Taint Flag s:, | |||||
| 5739 | , | |||||
| 5740 | ||||||
| 5741 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 93128 (D ead Code: Unused Fie ld),Low, | |||||
| 5742 | Issue Deta ils, | |||||
| 5743 | Kingdom:, | |||||
| 5744 | Code Qual ity, | |||||
| 5745 | Scan Engin e:, | |||||
| 5746 | SCA (Stru ctural), | |||||
| 5747 | ||||||
| 5748 | ||||||
| 5749 | ||||||
| 5750 | Sink Detai ls, | |||||
| 5751 | Sink:, | |||||
| 5752 | Field: Pr opertyChan ging, | |||||
| 5753 | File:, | |||||
| 5754 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:931 28, | |||||
| 5755 | Taint Flag s:, | |||||
| 5756 | , | |||||
| 5757 | ||||||
| 5758 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 174740 ( Dead Code: Unused Fi eld),Low, | |||||
| 5759 | Issue Deta ils, | |||||
| 5760 | Kingdom:, | |||||
| 5761 | Code Qual ity, | |||||
| 5762 | Scan Engin e:, | |||||
| 5763 | SCA (Stru ctural), | |||||
| 5764 | ||||||
| 5765 | ||||||
| 5766 | ||||||
| 5767 | Sink Detai ls, | |||||
| 5768 | Sink:, | |||||
| 5769 | Field: Pr opertyChan ged, | |||||
| 5770 | File:, | |||||
| 5771 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:174 740, | |||||
| 5772 | Taint Flag s:, | |||||
| 5773 | , | |||||
| 5774 | ||||||
| 5775 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 129169 ( Dead Code: Unused Fi eld),Low, | |||||
| 5776 | Issue Deta ils, | |||||
| 5777 | Kingdom:, | |||||
| 5778 | Code Qual ity, | |||||
| 5779 | Scan Engin e:, | |||||
| 5780 | SCA (Stru ctural), | |||||
| 5781 | ||||||
| 5782 | ||||||
| 5783 | ||||||
| 5784 | Sink Detai ls, | |||||
| 5785 | Sink:, | |||||
| 5786 | Field: Pr opertyChan ged, | |||||
| 5787 | File:, | |||||
| 5788 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:129 169, | |||||
| 5789 | Taint Flag s:, | |||||
| 5790 | , | |||||
| 5791 | ||||||
| 5792 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 84925 (D ead Code: Unused Fie ld),Low, | |||||
| 5793 | Issue Deta ils, | |||||
| 5794 | Kingdom:, | |||||
| 5795 | Code Qual ity, | |||||
| 5796 | Scan Engin e:, | |||||
| 5797 | SCA (Stru ctural), | |||||
| 5798 | ||||||
| 5799 | ||||||
| 5800 | ||||||
| 5801 | Sink Detai ls, | |||||
| 5802 | Sink:, | |||||
| 5803 | Field: Pr opertyChan ged, | |||||
| 5804 | File:, | |||||
| 5805 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:849 25, | |||||
| 5806 | Taint Flag s:, | |||||
| 5807 | , | |||||
| 5808 | ||||||
| 5809 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 149763 ( Dead Code: Unused Fi eld),Low, | |||||
| 5810 | Issue Deta ils, | |||||
| 5811 | Kingdom:, | |||||
| 5812 | Code Qual ity, | |||||
| 5813 | Scan Engin e:, | |||||
| 5814 | SCA (Stru ctural), | |||||
| 5815 | ||||||
| 5816 | ||||||
| 5817 | ||||||
| 5818 | Sink Detai ls, | |||||
| 5819 | Sink:, | |||||
| 5820 | Field: Pr opertyChan ging, | |||||
| 5821 | File:, | |||||
| 5822 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:149 763, | |||||
| 5823 | Taint Flag s:, | |||||
| 5824 | , | |||||
| 5825 | ||||||
| 5826 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 216031 ( Dead Code: Unused Fi eld),Low, | |||||
| 5827 | Issue Deta ils, | |||||
| 5828 | Kingdom:, | |||||
| 5829 | Code Qual ity, | |||||
| 5830 | Scan Engin e:, | |||||
| 5831 | SCA (Stru ctural), | |||||
| 5832 | ||||||
| 5833 | ||||||
| 5834 | ||||||
| 5835 | Sink Detai ls, | |||||
| 5836 | Sink:, | |||||
| 5837 | Field: Pr opertyChan ging, | |||||
| 5838 | File:, | |||||
| 5839 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:216 031, | |||||
| 5840 | Taint Flag s:, | |||||
| 5841 | , | |||||
| 5842 | ||||||
| 5843 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 173499 ( Dead Code: Unused Fi eld),Low, | |||||
| 5844 | Issue Deta ils, | |||||
| 5845 | Kingdom:, | |||||
| 5846 | Code Qual ity, | |||||
| 5847 | Scan Engin e:, | |||||
| 5848 | SCA (Stru ctural), | |||||
| 5849 | ||||||
| 5850 | ||||||
| 5851 | ||||||
| 5852 | Sink Detai ls, | |||||
| 5853 | Sink:, | |||||
| 5854 | Field: Pr opertyChan ging, | |||||
| 5855 | File:, | |||||
| 5856 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:173 499, | |||||
| 5857 | Taint Flag s:, | |||||
| 5858 | , | |||||
| 5859 | ||||||
| 5860 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 219246 ( Dead Code: Unused Fi eld),Low, | |||||
| 5861 | Issue Deta ils, | |||||
| 5862 | Kingdom:, | |||||
| 5863 | Code Qual ity, | |||||
| 5864 | Scan Engin e:, | |||||
| 5865 | SCA (Stru ctural), | |||||
| 5866 | ||||||
| 5867 | ||||||
| 5868 | ||||||
| 5869 | Sink Detai ls, | |||||
| 5870 | Sink:, | |||||
| 5871 | Field: Pr opertyChan ged, | |||||
| 5872 | File:, | |||||
| 5873 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:219 246, | |||||
| 5874 | Taint Flag s:, | |||||
| 5875 | , | |||||
| 5876 | ||||||
| 5877 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 141967 ( Dead Code: Unused Fi eld),Low, | |||||
| 5878 | Issue Deta ils, | |||||
| 5879 | Kingdom:, | |||||
| 5880 | Code Qual ity, | |||||
| 5881 | Scan Engin e:, | |||||
| 5882 | SCA (Stru ctural), | |||||
| 5883 | ||||||
| 5884 | ||||||
| 5885 | ||||||
| 5886 | Sink Detai ls, | |||||
| 5887 | Sink:, | |||||
| 5888 | Field: Pr opertyChan ging, | |||||
| 5889 | File:, | |||||
| 5890 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:141 967, | |||||
| 5891 | Taint Flag s:, | |||||
| 5892 | , | |||||
| 5893 | ||||||
| 5894 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 31945 (D ead Code: Unused Fie ld),Low, | |||||
| 5895 | Issue Deta ils, | |||||
| 5896 | Kingdom:, | |||||
| 5897 | Code Qual ity, | |||||
| 5898 | Scan Engin e:, | |||||
| 5899 | SCA (Stru ctural), | |||||
| 5900 | ||||||
| 5901 | ||||||
| 5902 | ||||||
| 5903 | Sink Detai ls, | |||||
| 5904 | Sink:, | |||||
| 5905 | Field: Pr opertyChan ging, | |||||
| 5906 | File:, | |||||
| 5907 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:319 45, | |||||
| 5908 | Taint Flag s:, | |||||
| 5909 | , | |||||
| 5910 | ||||||
| 5911 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 80803 (D ead Code: Unused Fie ld),Low, | |||||
| 5912 | Issue Deta ils, | |||||
| 5913 | Kingdom:, | |||||
| 5914 | Code Qual ity, | |||||
| 5915 | Scan Engin e:, | |||||
| 5916 | SCA (Stru ctural), | |||||
| 5917 | ||||||
| 5918 | ||||||
| 5919 | ||||||
| 5920 | Sink Detai ls, | |||||
| 5921 | Sink:, | |||||
| 5922 | Field: Pr opertyChan ging, | |||||
| 5923 | File:, | |||||
| 5924 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:808 03, | |||||
| 5925 | Taint Flag s:, | |||||
| 5926 | , | |||||
| 5927 | ||||||
| 5928 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 59298 (D ead Code: Unused Fie ld),Low, | |||||
| 5929 | Issue Deta ils, | |||||
| 5930 | Kingdom:, | |||||
| 5931 | Code Qual ity, | |||||
| 5932 | Scan Engin e:, | |||||
| 5933 | SCA (Stru ctural), | |||||
| 5934 | ||||||
| 5935 | ||||||
| 5936 | ||||||
| 5937 | Sink Detai ls, | |||||
| 5938 | Sink:, | |||||
| 5939 | Field: Pr opertyChan ged, | |||||
| 5940 | File:, | |||||
| 5941 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:592 98, | |||||
| 5942 | Taint Flag s:, | |||||
| 5943 | , | |||||
| 5944 | ||||||
| 5945 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 281726 ( Dead Code: Unused Fi eld),Low, | |||||
| 5946 | Issue Deta ils, | |||||
| 5947 | Kingdom:, | |||||
| 5948 | Code Qual ity, | |||||
| 5949 | Scan Engin e:, | |||||
| 5950 | SCA (Stru ctural), | |||||
| 5951 | ||||||
| 5952 | ||||||
| 5953 | ||||||
| 5954 | Sink Detai ls, | |||||
| 5955 | Sink:, | |||||
| 5956 | Field: Pr opertyChan ging, | |||||
| 5957 | File:, | |||||
| 5958 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:281 726, | |||||
| 5959 | Taint Flag s:, | |||||
| 5960 | , | |||||
| 5961 | ||||||
| 5962 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 138700 ( Dead Code: Unused Fi eld),Low, | |||||
| 5963 | Issue Deta ils, | |||||
| 5964 | Kingdom:, | |||||
| 5965 | Code Qual ity, | |||||
| 5966 | Scan Engin e:, | |||||
| 5967 | SCA (Stru ctural), | |||||
| 5968 | ||||||
| 5969 | ||||||
| 5970 | ||||||
| 5971 | Sink Detai ls, | |||||
| 5972 | Sink:, | |||||
| 5973 | Field: Pr opertyChan ged, | |||||
| 5974 | File:, | |||||
| 5975 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:138 700, | |||||
| 5976 | Taint Flag s:, | |||||
| 5977 | , | |||||
| 5978 | ||||||
| 5979 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 173632 ( Dead Code: Unused Fi eld),Low, | |||||
| 5980 | Issue Deta ils, | |||||
| 5981 | Kingdom:, | |||||
| 5982 | Code Qual ity, | |||||
| 5983 | Scan Engin e:, | |||||
| 5984 | SCA (Stru ctural), | |||||
| 5985 | ||||||
| 5986 | ||||||
| 5987 | ||||||
| 5988 | Sink Detai ls, | |||||
| 5989 | Sink:, | |||||
| 5990 | Field: Pr opertyChan ged, | |||||
| 5991 | File:, | |||||
| 5992 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:173 632, | |||||
| 5993 | Taint Flag s:, | |||||
| 5994 | , | |||||
| 5995 | ||||||
| 5996 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 232740 ( Dead Code: Unused Fi eld),Low, | |||||
| 5997 | Issue Deta ils, | |||||
| 5998 | Kingdom:, | |||||
| 5999 | Code Qual ity, | |||||
| 6000 | Scan Engin e:, | |||||
| 6001 | SCA (Stru ctural), | |||||
| 6002 | ||||||
| 6003 | ||||||
| 6004 | ||||||
| 6005 | Sink Detai ls, | |||||
| 6006 | Sink:, | |||||
| 6007 | Field: Pr opertyChan ging, | |||||
| 6008 | File:, | |||||
| 6009 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:232 740, | |||||
| 6010 | Taint Flag s:, | |||||
| 6011 | , | |||||
| 6012 | ||||||
| 6013 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 206176 ( Dead Code: Unused Fi eld),Low, | |||||
| 6014 | Issue Deta ils, | |||||
| 6015 | Kingdom:, | |||||
| 6016 | Code Qual ity, | |||||
| 6017 | Scan Engin e:, | |||||
| 6018 | SCA (Stru ctural), | |||||
| 6019 | ||||||
| 6020 | ||||||
| 6021 | ||||||
| 6022 | Sink Detai ls, | |||||
| 6023 | Sink:, | |||||
| 6024 | Field: Pr opertyChan ging, | |||||
| 6025 | File:, | |||||
| 6026 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:206 176, | |||||
| 6027 | Taint Flag s:, | |||||
| 6028 | , | |||||
| 6029 | ||||||
| 6030 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 112099 ( Dead Code: Unused Fi eld),Low, | |||||
| 6031 | Issue Deta ils, | |||||
| 6032 | Kingdom:, | |||||
| 6033 | Code Qual ity, | |||||
| 6034 | Scan Engin e:, | |||||
| 6035 | SCA (Stru ctural), | |||||
| 6036 | ||||||
| 6037 | ||||||
| 6038 | ||||||
| 6039 | Sink Detai ls, | |||||
| 6040 | Sink:, | |||||
| 6041 | Field: Pr opertyChan ged, | |||||
| 6042 | File:, | |||||
| 6043 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:112 099, | |||||
| 6044 | Taint Flag s:, | |||||
| 6045 | , | |||||
| 6046 | ||||||
| 6047 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 244206 ( Dead Code: Unused Fi eld),Low, | |||||
| 6048 | Issue Deta ils, | |||||
| 6049 | Kingdom:, | |||||
| 6050 | Code Qual ity, | |||||
| 6051 | Scan Engin e:, | |||||
| 6052 | SCA (Stru ctural), | |||||
| 6053 | ||||||
| 6054 | ||||||
| 6055 | ||||||
| 6056 | Sink Detai ls, | |||||
| 6057 | Sink:, | |||||
| 6058 | Field: Pr opertyChan ging, | |||||
| 6059 | File:, | |||||
| 6060 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:244 206, | |||||
| 6061 | Taint Flag s:, | |||||
| 6062 | , | |||||
| 6063 | ||||||
| 6064 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 119274 ( Dead Code: Unused Fi eld),Low, | |||||
| 6065 | Issue Deta ils, | |||||
| 6066 | Kingdom:, | |||||
| 6067 | Code Qual ity, | |||||
| 6068 | Scan Engin e:, | |||||
| 6069 | SCA (Stru ctural), | |||||
| 6070 | ||||||
| 6071 | ||||||
| 6072 | ||||||
| 6073 | Sink Detai ls, | |||||
| 6074 | Sink:, | |||||
| 6075 | Field: Pr opertyChan ging, | |||||
| 6076 | File:, | |||||
| 6077 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:119 274, | |||||
| 6078 | Taint Flag s:, | |||||
| 6079 | , | |||||
| 6080 | ||||||
| 6081 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 283568 ( Dead Code: Unused Fi eld),Low, | |||||
| 6082 | Issue Deta ils, | |||||
| 6083 | Kingdom:, | |||||
| 6084 | Code Qual ity, | |||||
| 6085 | Scan Engin e:, | |||||
| 6086 | SCA (Stru ctural), | |||||
| 6087 | ||||||
| 6088 | ||||||
| 6089 | ||||||
| 6090 | Sink Detai ls, | |||||
| 6091 | Sink:, | |||||
| 6092 | Field: Pr opertyChan ging, | |||||
| 6093 | File:, | |||||
| 6094 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:283 568, | |||||
| 6095 | Taint Flag s:, | |||||
| 6096 | , | |||||
| 6097 | ||||||
| 6098 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 222485 ( Dead Code: Unused Fi eld),Low, | |||||
| 6099 | Issue Deta ils, | |||||
| 6100 | Kingdom:, | |||||
| 6101 | Code Qual ity, | |||||
| 6102 | Scan Engin e:, | |||||
| 6103 | SCA (Stru ctural), | |||||
| 6104 | ||||||
| 6105 | ||||||
| 6106 | ||||||
| 6107 | Sink Detai ls, | |||||
| 6108 | Sink:, | |||||
| 6109 | Field: Pr opertyChan ging, | |||||
| 6110 | File:, | |||||
| 6111 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:222 485, | |||||
| 6112 | Taint Flag s:, | |||||
| 6113 | , | |||||
| 6114 | ||||||
| 6115 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 168430 ( Dead Code: Unused Fi eld),Low, | |||||
| 6116 | Issue Deta ils, | |||||
| 6117 | Kingdom:, | |||||
| 6118 | Code Qual ity, | |||||
| 6119 | Scan Engin e:, | |||||
| 6120 | SCA (Stru ctural), | |||||
| 6121 | ||||||
| 6122 | ||||||
| 6123 | ||||||
| 6124 | Sink Detai ls, | |||||
| 6125 | Sink:, | |||||
| 6126 | Field: Pr opertyChan ged, | |||||
| 6127 | File:, | |||||
| 6128 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:168 430, | |||||
| 6129 | Taint Flag s:, | |||||
| 6130 | , | |||||
| 6131 | ||||||
| 6132 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 119069 ( Dead Code: Unused Fi eld),Low, | |||||
| 6133 | Issue Deta ils, | |||||
| 6134 | Kingdom:, | |||||
| 6135 | Code Qual ity, | |||||
| 6136 | Scan Engin e:, | |||||
| 6137 | SCA (Stru ctural), | |||||
| 6138 | ||||||
| 6139 | ||||||
| 6140 | ||||||
| 6141 | Sink Detai ls, | |||||
| 6142 | Sink:, | |||||
| 6143 | Field: Pr opertyChan ging, | |||||
| 6144 | File:, | |||||
| 6145 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:119 069, | |||||
| 6146 | Taint Flag s:, | |||||
| 6147 | , | |||||
| 6148 | ||||||
| 6149 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 223389 ( Dead Code: Unused Fi eld),Low, | |||||
| 6150 | Issue Deta ils, | |||||
| 6151 | Kingdom:, | |||||
| 6152 | Code Qual ity, | |||||
| 6153 | Scan Engin e:, | |||||
| 6154 | SCA (Stru ctural), | |||||
| 6155 | ||||||
| 6156 | ||||||
| 6157 | ||||||
| 6158 | Sink Detai ls, | |||||
| 6159 | Sink:, | |||||
| 6160 | Field: Pr opertyChan ged, | |||||
| 6161 | File:, | |||||
| 6162 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:223 389, | |||||
| 6163 | Taint Flag s:, | |||||
| 6164 | , | |||||
| 6165 | ||||||
| 6166 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 111036 ( Dead Code: Unused Fi eld),Low, | |||||
| 6167 | Issue Deta ils, | |||||
| 6168 | Kingdom:, | |||||
| 6169 | Code Qual ity, | |||||
| 6170 | Scan Engin e:, | |||||
| 6171 | SCA (Stru ctural), | |||||
| 6172 | ||||||
| 6173 | ||||||
| 6174 | ||||||
| 6175 | Sink Detai ls, | |||||
| 6176 | Sink:, | |||||
| 6177 | Field: Pr opertyChan ging, | |||||
| 6178 | File:, | |||||
| 6179 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:111 036, | |||||
| 6180 | Taint Flag s:, | |||||
| 6181 | , | |||||
| 6182 | ||||||
| 6183 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 203751 ( Dead Code: Unused Fi eld),Low, | |||||
| 6184 | Issue Deta ils, | |||||
| 6185 | Kingdom:, | |||||
| 6186 | Code Qual ity, | |||||
| 6187 | Scan Engin e:, | |||||
| 6188 | SCA (Stru ctural), | |||||
| 6189 | ||||||
| 6190 | ||||||
| 6191 | ||||||
| 6192 | Sink Detai ls, | |||||
| 6193 | Sink:, | |||||
| 6194 | Field: Pr opertyChan ged, | |||||
| 6195 | File:, | |||||
| 6196 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:203 751, | |||||
| 6197 | Taint Flag s:, | |||||
| 6198 | , | |||||
| 6199 | ||||||
| 6200 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 103800 ( Dead Code: Unused Fi eld),Low, | |||||
| 6201 | Issue Deta ils, | |||||
| 6202 | Kingdom:, | |||||
| 6203 | Code Qual ity, | |||||
| 6204 | Scan Engin e:, | |||||
| 6205 | SCA (Stru ctural), | |||||
| 6206 | ||||||
| 6207 | ||||||
| 6208 | ||||||
| 6209 | Sink Detai ls, | |||||
| 6210 | Sink:, | |||||
| 6211 | Field: Pr opertyChan ged, | |||||
| 6212 | File:, | |||||
| 6213 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:103 800, | |||||
| 6214 | Taint Flag s:, | |||||
| 6215 | , | |||||
| 6216 | ||||||
| 6217 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 133751 ( Dead Code: Unused Fi eld),Low, | |||||
| 6218 | Issue Deta ils, | |||||
| 6219 | Kingdom:, | |||||
| 6220 | Code Qual ity, | |||||
| 6221 | Scan Engin e:, | |||||
| 6222 | SCA (Stru ctural), | |||||
| 6223 | ||||||
| 6224 | ||||||
| 6225 | ||||||
| 6226 | Sink Detai ls, | |||||
| 6227 | Sink:, | |||||
| 6228 | Field: Pr opertyChan ged, | |||||
| 6229 | File:, | |||||
| 6230 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:133 751, | |||||
| 6231 | Taint Flag s:, | |||||
| 6232 | , | |||||
| 6233 | ||||||
| 6234 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 73416 (D ead Code: Unused Fie ld),Low, | |||||
| 6235 | Issue Deta ils, | |||||
| 6236 | Kingdom:, | |||||
| 6237 | Code Qual ity, | |||||
| 6238 | Scan Engin e:, | |||||
| 6239 | SCA (Stru ctural), | |||||
| 6240 | ||||||
| 6241 | ||||||
| 6242 | ||||||
| 6243 | Sink Detai ls, | |||||
| 6244 | Sink:, | |||||
| 6245 | Field: Pr opertyChan ging, | |||||
| 6246 | File:, | |||||
| 6247 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:734 16, | |||||
| 6248 | Taint Flag s:, | |||||
| 6249 | , | |||||
| 6250 | ||||||
| 6251 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 239205 ( Dead Code: Unused Fi eld),Low, | |||||
| 6252 | Issue Deta ils, | |||||
| 6253 | Kingdom:, | |||||
| 6254 | Code Qual ity, | |||||
| 6255 | Scan Engin e:, | |||||
| 6256 | SCA (Stru ctural), | |||||
| 6257 | ||||||
| 6258 | ||||||
| 6259 | ||||||
| 6260 | Sink Detai ls, | |||||
| 6261 | Sink:, | |||||
| 6262 | Field: Pr opertyChan ging, | |||||
| 6263 | File:, | |||||
| 6264 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:239 205, | |||||
| 6265 | Taint Flag s:, | |||||
| 6266 | , | |||||
| 6267 | ||||||
| 6268 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 140506 ( Dead Code: Unused Fi eld),Low, | |||||
| 6269 | Issue Deta ils, | |||||
| 6270 | Kingdom:, | |||||
| 6271 | Code Qual ity, | |||||
| 6272 | Scan Engin e:, | |||||
| 6273 | SCA (Stru ctural), | |||||
| 6274 | ||||||
| 6275 | ||||||
| 6276 | ||||||
| 6277 | Sink Detai ls, | |||||
| 6278 | Sink:, | |||||
| 6279 | Field: Pr opertyChan ging, | |||||
| 6280 | File:, | |||||
| 6281 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:140 506, | |||||
| 6282 | Taint Flag s:, | |||||
| 6283 | , | |||||
| 6284 | ||||||
| 6285 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 17843 (D ead Code: Unused Fie ld),Low, | |||||
| 6286 | Issue Deta ils, | |||||
| 6287 | Kingdom:, | |||||
| 6288 | Code Qual ity, | |||||
| 6289 | Scan Engin e:, | |||||
| 6290 | SCA (Stru ctural), | |||||
| 6291 | ||||||
| 6292 | ||||||
| 6293 | ||||||
| 6294 | Sink Detai ls, | |||||
| 6295 | Sink:, | |||||
| 6296 | Field: Pr opertyChan ged, | |||||
| 6297 | File:, | |||||
| 6298 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:178 43, | |||||
| 6299 | Taint Flag s:, | |||||
| 6300 | , | |||||
| 6301 | ||||||
| 6302 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 187755 ( Dead Code: Unused Fi eld),Low, | |||||
| 6303 | Issue Deta ils, | |||||
| 6304 | Kingdom:, | |||||
| 6305 | Code Qual ity, | |||||
| 6306 | Scan Engin e:, | |||||
| 6307 | SCA (Stru ctural), | |||||
| 6308 | ||||||
| 6309 | ||||||
| 6310 | ||||||
| 6311 | Sink Detai ls, | |||||
| 6312 | Sink:, | |||||
| 6313 | Field: Pr opertyChan ging, | |||||
| 6314 | File:, | |||||
| 6315 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:187 755, | |||||
| 6316 | Taint Flag s:, | |||||
| 6317 | , | |||||
| 6318 | ||||||
| 6319 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 150718 ( Dead Code: Unused Fi eld),Low, | |||||
| 6320 | Issue Deta ils, | |||||
| 6321 | Kingdom:, | |||||
| 6322 | Code Qual ity, | |||||
| 6323 | Scan Engin e:, | |||||
| 6324 | SCA (Stru ctural), | |||||
| 6325 | ||||||
| 6326 | ||||||
| 6327 | ||||||
| 6328 | Sink Detai ls, | |||||
| 6329 | Sink:, | |||||
| 6330 | Field: Pr opertyChan ging, | |||||
| 6331 | File:, | |||||
| 6332 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:150 718, | |||||
| 6333 | Taint Flag s:, | |||||
| 6334 | , | |||||
| 6335 | ||||||
| 6336 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 86765 (D ead Code: Unused Fie ld),Low, | |||||
| 6337 | Issue Deta ils, | |||||
| 6338 | Kingdom:, | |||||
| 6339 | Code Qual ity, | |||||
| 6340 | Scan Engin e:, | |||||
| 6341 | SCA (Stru ctural), | |||||
| 6342 | ||||||
| 6343 | ||||||
| 6344 | ||||||
| 6345 | Sink Detai ls, | |||||
| 6346 | Sink:, | |||||
| 6347 | Field: Pr opertyChan ged, | |||||
| 6348 | File:, | |||||
| 6349 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:867 65, | |||||
| 6350 | Taint Flag s:, | |||||
| 6351 | , | |||||
| 6352 | ||||||
| 6353 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 221009 ( Dead Code: Unused Fi eld),Low, | |||||
| 6354 | Issue Deta ils, | |||||
| 6355 | Kingdom:, | |||||
| 6356 | Code Qual ity, | |||||
| 6357 | Scan Engin e:, | |||||
| 6358 | SCA (Stru ctural), | |||||
| 6359 | ||||||
| 6360 | ||||||
| 6361 | ||||||
| 6362 | Sink Detai ls, | |||||
| 6363 | Sink:, | |||||
| 6364 | Field: Pr opertyChan ged, | |||||
| 6365 | File:, | |||||
| 6366 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:221 009, | |||||
| 6367 | Taint Flag s:, | |||||
| 6368 | , | |||||
| 6369 | ||||||
| 6370 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 101843 ( Dead Code: Unused Fi eld),Low, | |||||
| 6371 | Issue Deta ils, | |||||
| 6372 | Kingdom:, | |||||
| 6373 | Code Qual ity, | |||||
| 6374 | Scan Engin e:, | |||||
| 6375 | SCA (Stru ctural), | |||||
| 6376 | ||||||
| 6377 | ||||||
| 6378 | ||||||
| 6379 | Sink Detai ls, | |||||
| 6380 | Sink:, | |||||
| 6381 | Field: Pr opertyChan ged, | |||||
| 6382 | File:, | |||||
| 6383 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:101 843, | |||||
| 6384 | Taint Flag s:, | |||||
| 6385 | , | |||||
| 6386 | ||||||
| 6387 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 182201 ( Dead Code: Unused Fi eld),Low, | |||||
| 6388 | Issue Deta ils, | |||||
| 6389 | Kingdom:, | |||||
| 6390 | Code Qual ity, | |||||
| 6391 | Scan Engin e:, | |||||
| 6392 | SCA (Stru ctural), | |||||
| 6393 | ||||||
| 6394 | ||||||
| 6395 | ||||||
| 6396 | Sink Detai ls, | |||||
| 6397 | Sink:, | |||||
| 6398 | Field: Pr opertyChan ging, | |||||
| 6399 | File:, | |||||
| 6400 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:182 201, | |||||
| 6401 | Taint Flag s:, | |||||
| 6402 | , | |||||
| 6403 | ||||||
| 6404 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 238194 ( Dead Code: Unused Fi eld),Low, | |||||
| 6405 | Issue Deta ils, | |||||
| 6406 | Kingdom:, | |||||
| 6407 | Code Qual ity, | |||||
| 6408 | Scan Engin e:, | |||||
| 6409 | SCA (Stru ctural), | |||||
| 6410 | ||||||
| 6411 | ||||||
| 6412 | ||||||
| 6413 | Sink Detai ls, | |||||
| 6414 | Sink:, | |||||
| 6415 | Field: Pr opertyChan ging, | |||||
| 6416 | File:, | |||||
| 6417 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:238 194, | |||||
| 6418 | Taint Flag s:, | |||||
| 6419 | , | |||||
| 6420 | ||||||
| 6421 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 161528 ( Dead Code: Unused Fi eld),Low, | |||||
| 6422 | Issue Deta ils, | |||||
| 6423 | Kingdom:, | |||||
| 6424 | Code Qual ity, | |||||
| 6425 | Scan Engin e:, | |||||
| 6426 | SCA (Stru ctural), | |||||
| 6427 | ||||||
| 6428 | ||||||
| 6429 | ||||||
| 6430 | Sink Detai ls, | |||||
| 6431 | Sink:, | |||||
| 6432 | Field: Pr opertyChan ging, | |||||
| 6433 | File:, | |||||
| 6434 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:161 528, | |||||
| 6435 | Taint Flag s:, | |||||
| 6436 | , | |||||
| 6437 | ||||||
| 6438 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 63642 (D ead Code: Unused Fie ld),Low, | |||||
| 6439 | Issue Deta ils, | |||||
| 6440 | Kingdom:, | |||||
| 6441 | Code Qual ity, | |||||
| 6442 | Scan Engin e:, | |||||
| 6443 | SCA (Stru ctural), | |||||
| 6444 | ||||||
| 6445 | ||||||
| 6446 | ||||||
| 6447 | Sink Detai ls, | |||||
| 6448 | Sink:, | |||||
| 6449 | Field: Pr opertyChan ged, | |||||
| 6450 | File:, | |||||
| 6451 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:636 42, | |||||
| 6452 | Taint Flag s:, | |||||
| 6453 | , | |||||
| 6454 | ||||||
| 6455 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 41838 (D ead Code: Unused Fie ld),Low, | |||||
| 6456 | Issue Deta ils, | |||||
| 6457 | Kingdom:, | |||||
| 6458 | Code Qual ity, | |||||
| 6459 | Scan Engin e:, | |||||
| 6460 | SCA (Stru ctural), | |||||
| 6461 | ||||||
| 6462 | ||||||
| 6463 | ||||||
| 6464 | Sink Detai ls, | |||||
| 6465 | Sink:, | |||||
| 6466 | Field: Pr opertyChan ging, | |||||
| 6467 | File:, | |||||
| 6468 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:418 38, | |||||
| 6469 | Taint Flag s:, | |||||
| 6470 | , | |||||
| 6471 | ||||||
| 6472 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 221746 ( Dead Code: Unused Fi eld),Low, | |||||
| 6473 | Issue Deta ils, | |||||
| 6474 | Kingdom:, | |||||
| 6475 | Code Qual ity, | |||||
| 6476 | Scan Engin e:, | |||||
| 6477 | SCA (Stru ctural), | |||||
| 6478 | ||||||
| 6479 | ||||||
| 6480 | ||||||
| 6481 | Sink Detai ls, | |||||
| 6482 | Sink:, | |||||
| 6483 | Field: Pr opertyChan ging, | |||||
| 6484 | File:, | |||||
| 6485 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:221 746, | |||||
| 6486 | Taint Flag s:, | |||||
| 6487 | , | |||||
| 6488 | ||||||
| 6489 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 210623 ( Dead Code: Unused Fi eld),Low, | |||||
| 6490 | Issue Deta ils, | |||||
| 6491 | Kingdom:, | |||||
| 6492 | Code Qual ity, | |||||
| 6493 | Scan Engin e:, | |||||
| 6494 | SCA (Stru ctural), | |||||
| 6495 | ||||||
| 6496 | ||||||
| 6497 | ||||||
| 6498 | Sink Detai ls, | |||||
| 6499 | Sink:, | |||||
| 6500 | Field: Pr opertyChan ged, | |||||
| 6501 | File:, | |||||
| 6502 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:210 623, | |||||
| 6503 | Taint Flag s:, | |||||
| 6504 | , | |||||
| 6505 | ||||||
| 6506 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 55058 (D ead Code: Unused Fie ld),Low, | |||||
| 6507 | Issue Deta ils, | |||||
| 6508 | Kingdom:, | |||||
| 6509 | Code Qual ity, | |||||
| 6510 | Scan Engin e:, | |||||
| 6511 | SCA (Stru ctural), | |||||
| 6512 | ||||||
| 6513 | ||||||
| 6514 | ||||||
| 6515 | Sink Detai ls, | |||||
| 6516 | Sink:, | |||||
| 6517 | Field: Pr opertyChan ging, | |||||
| 6518 | File:, | |||||
| 6519 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:550 58, | |||||
| 6520 | Taint Flag s:, | |||||
| 6521 | , | |||||
| 6522 | ||||||
| 6523 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 58112 (D ead Code: Unused Fie ld),Low, | |||||
| 6524 | Issue Deta ils, | |||||
| 6525 | Kingdom:, | |||||
| 6526 | Code Qual ity, | |||||
| 6527 | Scan Engin e:, | |||||
| 6528 | SCA (Stru ctural), | |||||
| 6529 | ||||||
| 6530 | ||||||
| 6531 | ||||||
| 6532 | Sink Detai ls, | |||||
| 6533 | Sink:, | |||||
| 6534 | Field: Pr opertyChan ging, | |||||
| 6535 | File:, | |||||
| 6536 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:581 12, | |||||
| 6537 | Taint Flag s:, | |||||
| 6538 | , | |||||
| 6539 | ||||||
| 6540 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 169916 ( Dead Code: Unused Fi eld),Low, | |||||
| 6541 | Issue Deta ils, | |||||
| 6542 | Kingdom:, | |||||
| 6543 | Code Qual ity, | |||||
| 6544 | Scan Engin e:, | |||||
| 6545 | SCA (Stru ctural), | |||||
| 6546 | ||||||
| 6547 | ||||||
| 6548 | ||||||
| 6549 | Sink Detai ls, | |||||
| 6550 | Sink:, | |||||
| 6551 | Field: Pr opertyChan ged, | |||||
| 6552 | File:, | |||||
| 6553 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:169 916, | |||||
| 6554 | Taint Flag s:, | |||||
| 6555 | , | |||||
| 6556 | ||||||
| 6557 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 208404 ( Dead Code: Unused Fi eld),Low, | |||||
| 6558 | Issue Deta ils, | |||||
| 6559 | Kingdom:, | |||||
| 6560 | Code Qual ity, | |||||
| 6561 | Scan Engin e:, | |||||
| 6562 | SCA (Stru ctural), | |||||
| 6563 | ||||||
| 6564 | ||||||
| 6565 | ||||||
| 6566 | Sink Detai ls, | |||||
| 6567 | Sink:, | |||||
| 6568 | Field: Pr opertyChan ged, | |||||
| 6569 | File:, | |||||
| 6570 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:208 404, | |||||
| 6571 | Taint Flag s:, | |||||
| 6572 | , | |||||
| 6573 | ||||||
| 6574 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 232315 ( Dead Code: Unused Fi eld),Low, | |||||
| 6575 | Issue Deta ils, | |||||
| 6576 | Kingdom:, | |||||
| 6577 | Code Qual ity, | |||||
| 6578 | Scan Engin e:, | |||||
| 6579 | SCA (Stru ctural), | |||||
| 6580 | ||||||
| 6581 | ||||||
| 6582 | ||||||
| 6583 | Sink Detai ls, | |||||
| 6584 | Sink:, | |||||
| 6585 | Field: Pr opertyChan ged, | |||||
| 6586 | File:, | |||||
| 6587 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:232 315, | |||||
| 6588 | Taint Flag s:, | |||||
| 6589 | , | |||||
| 6590 | ||||||
| 6591 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 294790 ( Dead Code: Unused Fi eld),Low, | |||||
| 6592 | Issue Deta ils, | |||||
| 6593 | Kingdom:, | |||||
| 6594 | Code Qual ity, | |||||
| 6595 | Scan Engin e:, | |||||
| 6596 | SCA (Stru ctural), | |||||
| 6597 | ||||||
| 6598 | ||||||
| 6599 | ||||||
| 6600 | Sink Detai ls, | |||||
| 6601 | Sink:, | |||||
| 6602 | Field: Pr opertyChan ged, | |||||
| 6603 | File:, | |||||
| 6604 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:294 790, | |||||
| 6605 | Taint Flag s:, | |||||
| 6606 | , | |||||
| 6607 | ||||||
| 6608 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 298080 ( Dead Code: Unused Fi eld),Low, | |||||
| 6609 | Issue Deta ils, | |||||
| 6610 | Kingdom:, | |||||
| 6611 | Code Qual ity, | |||||
| 6612 | Scan Engin e:, | |||||
| 6613 | SCA (Stru ctural), | |||||
| 6614 | ||||||
| 6615 | ||||||
| 6616 | ||||||
| 6617 | Sink Detai ls, | |||||
| 6618 | Sink:, | |||||
| 6619 | Field: Pr opertyChan ging, | |||||
| 6620 | File:, | |||||
| 6621 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:298 080, | |||||
| 6622 | Taint Flag s:, | |||||
| 6623 | , | |||||
| 6624 | ||||||
| 6625 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 112245 ( Dead Code: Unused Fi eld),Low, | |||||
| 6626 | Issue Deta ils, | |||||
| 6627 | Kingdom:, | |||||
| 6628 | Code Qual ity, | |||||
| 6629 | Scan Engin e:, | |||||
| 6630 | SCA (Stru ctural), | |||||
| 6631 | ||||||
| 6632 | ||||||
| 6633 | ||||||
| 6634 | Sink Detai ls, | |||||
| 6635 | Sink:, | |||||
| 6636 | Field: Pr opertyChan ging, | |||||
| 6637 | File:, | |||||
| 6638 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:112 245, | |||||
| 6639 | Taint Flag s:, | |||||
| 6640 | , | |||||
| 6641 | ||||||
| 6642 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 75308 (D ead Code: Unused Fie ld),Low, | |||||
| 6643 | Issue Deta ils, | |||||
| 6644 | Kingdom:, | |||||
| 6645 | Code Qual ity, | |||||
| 6646 | Scan Engin e:, | |||||
| 6647 | SCA (Stru ctural), | |||||
| 6648 | ||||||
| 6649 | ||||||
| 6650 | ||||||
| 6651 | Sink Detai ls, | |||||
| 6652 | Sink:, | |||||
| 6653 | Field: Pr opertyChan ged, | |||||
| 6654 | File:, | |||||
| 6655 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:753 08, | |||||
| 6656 | Taint Flag s:, | |||||
| 6657 | , | |||||
| 6658 | ||||||
| 6659 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 188303 ( Dead Code: Unused Fi eld),Low, | |||||
| 6660 | Issue Deta ils, | |||||
| 6661 | Kingdom:, | |||||
| 6662 | Code Qual ity, | |||||
| 6663 | Scan Engin e:, | |||||
| 6664 | SCA (Stru ctural), | |||||
| 6665 | ||||||
| 6666 | ||||||
| 6667 | ||||||
| 6668 | Sink Detai ls, | |||||
| 6669 | Sink:, | |||||
| 6670 | Field: Pr opertyChan ging, | |||||
| 6671 | File:, | |||||
| 6672 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:188 303, | |||||
| 6673 | Taint Flag s:, | |||||
| 6674 | , | |||||
| 6675 | ||||||
| 6676 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 250308 ( Dead Code: Unused Fi eld),Low, | |||||
| 6677 | Issue Deta ils, | |||||
| 6678 | Kingdom:, | |||||
| 6679 | Code Qual ity, | |||||
| 6680 | Scan Engin e:, | |||||
| 6681 | SCA (Stru ctural), | |||||
| 6682 | ||||||
| 6683 | ||||||
| 6684 | ||||||
| 6685 | Sink Detai ls, | |||||
| 6686 | Sink:, | |||||
| 6687 | Field: Pr opertyChan ged, | |||||
| 6688 | File:, | |||||
| 6689 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:250 308, | |||||
| 6690 | Taint Flag s:, | |||||
| 6691 | , | |||||
| 6692 | ||||||
| 6693 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 36506 (D ead Code: Unused Fie ld),Low, | |||||
| 6694 | Issue Deta ils, | |||||
| 6695 | Kingdom:, | |||||
| 6696 | Code Qual ity, | |||||
| 6697 | Scan Engin e:, | |||||
| 6698 | SCA (Stru ctural), | |||||
| 6699 | ||||||
| 6700 | ||||||
| 6701 | ||||||
| 6702 | Sink Detai ls, | |||||
| 6703 | Sink:, | |||||
| 6704 | Field: Pr opertyChan ging, | |||||
| 6705 | File:, | |||||
| 6706 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:365 06, | |||||
| 6707 | Taint Flag s:, | |||||
| 6708 | , | |||||
| 6709 | ||||||
| 6710 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 141409 ( Dead Code: Unused Fi eld),Low, | |||||
| 6711 | Issue Deta ils, | |||||
| 6712 | Kingdom:, | |||||
| 6713 | Code Qual ity, | |||||
| 6714 | Scan Engin e:, | |||||
| 6715 | SCA (Stru ctural), | |||||
| 6716 | ||||||
| 6717 | ||||||
| 6718 | ||||||
| 6719 | Sink Detai ls, | |||||
| 6720 | Sink:, | |||||
| 6721 | Field: Pr opertyChan ging, | |||||
| 6722 | File:, | |||||
| 6723 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:141 409, | |||||
| 6724 | Taint Flag s:, | |||||
| 6725 | , | |||||
| 6726 | ||||||
| 6727 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 143911 ( Dead Code: Unused Fi eld),Low, | |||||
| 6728 | Issue Deta ils, | |||||
| 6729 | Kingdom:, | |||||
| 6730 | Code Qual ity, | |||||
| 6731 | Scan Engin e:, | |||||
| 6732 | SCA (Stru ctural), | |||||
| 6733 | ||||||
| 6734 | ||||||
| 6735 | ||||||
| 6736 | Sink Detai ls, | |||||
| 6737 | Sink:, | |||||
| 6738 | Field: Pr opertyChan ging, | |||||
| 6739 | File:, | |||||
| 6740 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:143 911, | |||||
| 6741 | Taint Flag s:, | |||||
| 6742 | , | |||||
| 6743 | ||||||
| 6744 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 36671 (D ead Code: Unused Fie ld),Low, | |||||
| 6745 | Issue Deta ils, | |||||
| 6746 | Kingdom:, | |||||
| 6747 | Code Qual ity, | |||||
| 6748 | Scan Engin e:, | |||||
| 6749 | SCA (Stru ctural), | |||||
| 6750 | ||||||
| 6751 | ||||||
| 6752 | ||||||
| 6753 | Sink Detai ls, | |||||
| 6754 | Sink:, | |||||
| 6755 | Field: Pr opertyChan ging, | |||||
| 6756 | File:, | |||||
| 6757 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:366 71, | |||||
| 6758 | Taint Flag s:, | |||||
| 6759 | , | |||||
| 6760 | ||||||
| 6761 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 228407 ( Dead Code: Unused Fi eld),Low, | |||||
| 6762 | Issue Deta ils, | |||||
| 6763 | Kingdom:, | |||||
| 6764 | Code Qual ity, | |||||
| 6765 | Scan Engin e:, | |||||
| 6766 | SCA (Stru ctural), | |||||
| 6767 | ||||||
| 6768 | ||||||
| 6769 | ||||||
| 6770 | Sink Detai ls, | |||||
| 6771 | Sink:, | |||||
| 6772 | Field: Pr opertyChan ged, | |||||
| 6773 | File:, | |||||
| 6774 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:228 407, | |||||
| 6775 | Taint Flag s:, | |||||
| 6776 | , | |||||
| 6777 | ||||||
| 6778 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 217405 ( Dead Code: Unused Fi eld),Low, | |||||
| 6779 | Issue Deta ils, | |||||
| 6780 | Kingdom:, | |||||
| 6781 | Code Qual ity, | |||||
| 6782 | Scan Engin e:, | |||||
| 6783 | SCA (Stru ctural), | |||||
| 6784 | ||||||
| 6785 | ||||||
| 6786 | ||||||
| 6787 | Sink Detai ls, | |||||
| 6788 | Sink:, | |||||
| 6789 | Field: Pr opertyChan ged, | |||||
| 6790 | File:, | |||||
| 6791 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:217 405, | |||||
| 6792 | Taint Flag s:, | |||||
| 6793 | , | |||||
| 6794 | ||||||
| 6795 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 187494 ( Dead Code: Unused Fi eld),Low, | |||||
| 6796 | Issue Deta ils, | |||||
| 6797 | Kingdom:, | |||||
| 6798 | Code Qual ity, | |||||
| 6799 | Scan Engin e:, | |||||
| 6800 | SCA (Stru ctural), | |||||
| 6801 | ||||||
| 6802 | ||||||
| 6803 | ||||||
| 6804 | Sink Detai ls, | |||||
| 6805 | Sink:, | |||||
| 6806 | Field: Pr opertyChan ged, | |||||
| 6807 | File:, | |||||
| 6808 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:187 494, | |||||
| 6809 | Taint Flag s:, | |||||
| 6810 | , | |||||
| 6811 | ||||||
| 6812 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 146795 ( Dead Code: Unused Fi eld),Low, | |||||
| 6813 | Issue Deta ils, | |||||
| 6814 | Kingdom:, | |||||
| 6815 | Code Qual ity, | |||||
| 6816 | Scan Engin e:, | |||||
| 6817 | SCA (Stru ctural), | |||||
| 6818 | ||||||
| 6819 | ||||||
| 6820 | ||||||
| 6821 | Sink Detai ls, | |||||
| 6822 | Sink:, | |||||
| 6823 | Field: Pr opertyChan ging, | |||||
| 6824 | File:, | |||||
| 6825 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:146 795, | |||||
| 6826 | Taint Flag s:, | |||||
| 6827 | , | |||||
| 6828 | ||||||
| 6829 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 226254 ( Dead Code: Unused Fi eld),Low, | |||||
| 6830 | Issue Deta ils, | |||||
| 6831 | Kingdom:, | |||||
| 6832 | Code Qual ity, | |||||
| 6833 | Scan Engin e:, | |||||
| 6834 | SCA (Stru ctural), | |||||
| 6835 | ||||||
| 6836 | ||||||
| 6837 | ||||||
| 6838 | Sink Detai ls, | |||||
| 6839 | Sink:, | |||||
| 6840 | Field: Pr opertyChan ging, | |||||
| 6841 | File:, | |||||
| 6842 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:226 254, | |||||
| 6843 | Taint Flag s:, | |||||
| 6844 | , | |||||
| 6845 | ||||||
| 6846 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 218641 ( Dead Code: Unused Fi eld),Low, | |||||
| 6847 | Issue Deta ils, | |||||
| 6848 | Kingdom:, | |||||
| 6849 | Code Qual ity, | |||||
| 6850 | Scan Engin e:, | |||||
| 6851 | SCA (Stru ctural), | |||||
| 6852 | ||||||
| 6853 | ||||||
| 6854 | ||||||
| 6855 | Sink Detai ls, | |||||
| 6856 | Sink:, | |||||
| 6857 | Field: Pr opertyChan ged, | |||||
| 6858 | File:, | |||||
| 6859 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:218 641, | |||||
| 6860 | Taint Flag s:, | |||||
| 6861 | , | |||||
| 6862 | ||||||
| 6863 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 160716 ( Dead Code: Unused Fi eld),Low, | |||||
| 6864 | Issue Deta ils, | |||||
| 6865 | Kingdom:, | |||||
| 6866 | Code Qual ity, | |||||
| 6867 | Scan Engin e:, | |||||
| 6868 | SCA (Stru ctural), | |||||
| 6869 | ||||||
| 6870 | ||||||
| 6871 | ||||||
| 6872 | Sink Detai ls, | |||||
| 6873 | Sink:, | |||||
| 6874 | Field: Pr opertyChan ged, | |||||
| 6875 | File:, | |||||
| 6876 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:160 716, | |||||
| 6877 | Taint Flag s:, | |||||
| 6878 | , | |||||
| 6879 | ||||||
| 6880 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 226252 ( Dead Code: Unused Fi eld),Low, | |||||
| 6881 | Issue Deta ils, | |||||
| 6882 | Kingdom:, | |||||
| 6883 | Code Qual ity, | |||||
| 6884 | Scan Engin e:, | |||||
| 6885 | SCA (Stru ctural), | |||||
| 6886 | ||||||
| 6887 | ||||||
| 6888 | ||||||
| 6889 | Sink Detai ls, | |||||
| 6890 | Sink:, | |||||
| 6891 | Field: Pr opertyChan ged, | |||||
| 6892 | File:, | |||||
| 6893 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:226 252, | |||||
| 6894 | Taint Flag s:, | |||||
| 6895 | , | |||||
| 6896 | ||||||
| 6897 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 187062 ( Dead Code: Unused Fi eld),Low, | |||||
| 6898 | Issue Deta ils, | |||||
| 6899 | Kingdom:, | |||||
| 6900 | Code Qual ity, | |||||
| 6901 | Scan Engin e:, | |||||
| 6902 | SCA (Stru ctural), | |||||
| 6903 | ||||||
| 6904 | ||||||
| 6905 | ||||||
| 6906 | Sink Detai ls, | |||||
| 6907 | Sink:, | |||||
| 6908 | Field: Pr opertyChan ging, | |||||
| 6909 | File:, | |||||
| 6910 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:187 062, | |||||
| 6911 | Taint Flag s:, | |||||
| 6912 | , | |||||
| 6913 | ||||||
| 6914 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 70113 (D ead Code: Unused Fie ld),Low, | |||||
| 6915 | Issue Deta ils, | |||||
| 6916 | Kingdom:, | |||||
| 6917 | Code Qual ity, | |||||
| 6918 | Scan Engin e:, | |||||
| 6919 | SCA (Stru ctural), | |||||
| 6920 | ||||||
| 6921 | ||||||
| 6922 | ||||||
| 6923 | Sink Detai ls, | |||||
| 6924 | Sink:, | |||||
| 6925 | Field: Pr opertyChan ging, | |||||
| 6926 | File:, | |||||
| 6927 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:701 13, | |||||
| 6928 | Taint Flag s:, | |||||
| 6929 | , | |||||
| 6930 | ||||||
| 6931 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 40951 (D ead Code: Unused Fie ld),Low, | |||||
| 6932 | Issue Deta ils, | |||||
| 6933 | Kingdom:, | |||||
| 6934 | Code Qual ity, | |||||
| 6935 | Scan Engin e:, | |||||
| 6936 | SCA (Stru ctural), | |||||
| 6937 | ||||||
| 6938 | ||||||
| 6939 | ||||||
| 6940 | Sink Detai ls, | |||||
| 6941 | Sink:, | |||||
| 6942 | Field: Pr opertyChan ging, | |||||
| 6943 | File:, | |||||
| 6944 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:409 51, | |||||
| 6945 | Taint Flag s:, | |||||
| 6946 | , | |||||
| 6947 | ||||||
| 6948 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 101708 ( Dead Code: Unused Fi eld),Low, | |||||
| 6949 | Issue Deta ils, | |||||
| 6950 | Kingdom:, | |||||
| 6951 | Code Qual ity, | |||||
| 6952 | Scan Engin e:, | |||||
| 6953 | SCA (Stru ctural), | |||||
| 6954 | ||||||
| 6955 | ||||||
| 6956 | ||||||
| 6957 | Sink Detai ls, | |||||
| 6958 | Sink:, | |||||
| 6959 | Field: Pr opertyChan ged, | |||||
| 6960 | File:, | |||||
| 6961 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:101 708, | |||||
| 6962 | Taint Flag s:, | |||||
| 6963 | , | |||||
| 6964 | ||||||
| 6965 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 131862 ( Dead Code: Unused Fi eld),Low, | |||||
| 6966 | Issue Deta ils, | |||||
| 6967 | Kingdom:, | |||||
| 6968 | Code Qual ity, | |||||
| 6969 | Scan Engin e:, | |||||
| 6970 | SCA (Stru ctural), | |||||
| 6971 | ||||||
| 6972 | ||||||
| 6973 | ||||||
| 6974 | Sink Detai ls, | |||||
| 6975 | Sink:, | |||||
| 6976 | Field: Pr opertyChan ged, | |||||
| 6977 | File:, | |||||
| 6978 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:131 862, | |||||
| 6979 | Taint Flag s:, | |||||
| 6980 | , | |||||
| 6981 | ||||||
| 6982 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 294426 ( Dead Code: Unused Fi eld),Low, | |||||
| 6983 | Issue Deta ils, | |||||
| 6984 | Kingdom:, | |||||
| 6985 | Code Qual ity, | |||||
| 6986 | Scan Engin e:, | |||||
| 6987 | SCA (Stru ctural), | |||||
| 6988 | ||||||
| 6989 | ||||||
| 6990 | ||||||
| 6991 | Sink Detai ls, | |||||
| 6992 | Sink:, | |||||
| 6993 | Field: Pr opertyChan ging, | |||||
| 6994 | File:, | |||||
| 6995 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:294 426, | |||||
| 6996 | Taint Flag s:, | |||||
| 6997 | , | |||||
| 6998 | ||||||
| 6999 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 250491 ( Dead Code: Unused Fi eld),Low, | |||||
| 7000 | Issue Deta ils, | |||||
| 7001 | Kingdom:, | |||||
| 7002 | Code Qual ity, | |||||
| 7003 | Scan Engin e:, | |||||
| 7004 | SCA (Stru ctural), | |||||
| 7005 | ||||||
| 7006 | ||||||
| 7007 | ||||||
| 7008 | Sink Detai ls, | |||||
| 7009 | Sink:, | |||||
| 7010 | Field: Pr opertyChan ged, | |||||
| 7011 | File:, | |||||
| 7012 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:250 491, | |||||
| 7013 | Taint Flag s:, | |||||
| 7014 | , | |||||
| 7015 | ||||||
| 7016 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 88565 (D ead Code: Unused Fie ld),Low, | |||||
| 7017 | Issue Deta ils, | |||||
| 7018 | Kingdom:, | |||||
| 7019 | Code Qual ity, | |||||
| 7020 | Scan Engin e:, | |||||
| 7021 | SCA (Stru ctural), | |||||
| 7022 | ||||||
| 7023 | ||||||
| 7024 | ||||||
| 7025 | Sink Detai ls, | |||||
| 7026 | Sink:, | |||||
| 7027 | Field: Pr opertyChan ged, | |||||
| 7028 | File:, | |||||
| 7029 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:885 65, | |||||
| 7030 | Taint Flag s:, | |||||
| 7031 | , | |||||
| 7032 | ||||||
| 7033 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 98447 (D ead Code: Unused Fie ld),Low, | |||||
| 7034 | Issue Deta ils, | |||||
| 7035 | Kingdom:, | |||||
| 7036 | Code Qual ity, | |||||
| 7037 | Scan Engin e:, | |||||
| 7038 | SCA (Stru ctural), | |||||
| 7039 | ||||||
| 7040 | ||||||
| 7041 | ||||||
| 7042 | Sink Detai ls, | |||||
| 7043 | Sink:, | |||||
| 7044 | Field: Pr opertyChan ging, | |||||
| 7045 | File:, | |||||
| 7046 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:984 47, | |||||
| 7047 | Taint Flag s:, | |||||
| 7048 | , | |||||
| 7049 | ||||||
| 7050 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 223391 ( Dead Code: Unused Fi eld),Low, | |||||
| 7051 | Issue Deta ils, | |||||
| 7052 | Kingdom:, | |||||
| 7053 | Code Qual ity, | |||||
| 7054 | Scan Engin e:, | |||||
| 7055 | SCA (Stru ctural), | |||||
| 7056 | ||||||
| 7057 | ||||||
| 7058 | ||||||
| 7059 | Sink Detai ls, | |||||
| 7060 | Sink:, | |||||
| 7061 | Field: Pr opertyChan ging, | |||||
| 7062 | File:, | |||||
| 7063 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:223 391, | |||||
| 7064 | Taint Flag s:, | |||||
| 7065 | , | |||||
| 7066 | ||||||
| 7067 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 94509 (D ead Code: Unused Fie ld),Low, | |||||
| 7068 | Issue Deta ils, | |||||
| 7069 | Kingdom:, | |||||
| 7070 | Code Qual ity, | |||||
| 7071 | Scan Engin e:, | |||||
| 7072 | SCA (Stru ctural), | |||||
| 7073 | ||||||
| 7074 | ||||||
| 7075 | ||||||
| 7076 | Sink Detai ls, | |||||
| 7077 | Sink:, | |||||
| 7078 | Field: Pr opertyChan ged, | |||||
| 7079 | File:, | |||||
| 7080 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:945 09, | |||||
| 7081 | Taint Flag s:, | |||||
| 7082 | , | |||||
| 7083 | ||||||
| 7084 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 61486 (D ead Code: Unused Fie ld),Low, | |||||
| 7085 | Issue Deta ils, | |||||
| 7086 | Kingdom:, | |||||
| 7087 | Code Qual ity, | |||||
| 7088 | Scan Engin e:, | |||||
| 7089 | SCA (Stru ctural), | |||||
| 7090 | ||||||
| 7091 | ||||||
| 7092 | ||||||
| 7093 | Sink Detai ls, | |||||
| 7094 | Sink:, | |||||
| 7095 | Field: Pr opertyChan ging, | |||||
| 7096 | File:, | |||||
| 7097 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:614 86, | |||||
| 7098 | Taint Flag s:, | |||||
| 7099 | , | |||||
| 7100 | ||||||
| 7101 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 36669 (D ead Code: Unused Fie ld),Low, | |||||
| 7102 | Issue Deta ils, | |||||
| 7103 | Kingdom:, | |||||
| 7104 | Code Qual ity, | |||||
| 7105 | Scan Engin e:, | |||||
| 7106 | SCA (Stru ctural), | |||||
| 7107 | ||||||
| 7108 | ||||||
| 7109 | ||||||
| 7110 | Sink Detai ls, | |||||
| 7111 | Sink:, | |||||
| 7112 | Field: Pr opertyChan ged, | |||||
| 7113 | File:, | |||||
| 7114 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:366 69, | |||||
| 7115 | Taint Flag s:, | |||||
| 7116 | , | |||||
| 7117 | ||||||
| 7118 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 131636 ( Dead Code: Unused Fi eld),Low, | |||||
| 7119 | Issue Deta ils, | |||||
| 7120 | Kingdom:, | |||||
| 7121 | Code Qual ity, | |||||
| 7122 | Scan Engin e:, | |||||
| 7123 | SCA (Stru ctural), | |||||
| 7124 | ||||||
| 7125 | ||||||
| 7126 | ||||||
| 7127 | Sink Detai ls, | |||||
| 7128 | Sink:, | |||||
| 7129 | Field: Pr opertyChan ged, | |||||
| 7130 | File:, | |||||
| 7131 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:131 636, | |||||
| 7132 | Taint Flag s:, | |||||
| 7133 | , | |||||
| 7134 | ||||||
| 7135 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 148367 ( Dead Code: Unused Fi eld),Low, | |||||
| 7136 | Issue Deta ils, | |||||
| 7137 | Kingdom:, | |||||
| 7138 | Code Qual ity, | |||||
| 7139 | Scan Engin e:, | |||||
| 7140 | SCA (Stru ctural), | |||||
| 7141 | ||||||
| 7142 | ||||||
| 7143 | ||||||
| 7144 | Sink Detai ls, | |||||
| 7145 | Sink:, | |||||
| 7146 | Field: Pr opertyChan ging, | |||||
| 7147 | File:, | |||||
| 7148 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:148 367, | |||||
| 7149 | Taint Flag s:, | |||||
| 7150 | , | |||||
| 7151 | ||||||
| 7152 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 250493 ( Dead Code: Unused Fi eld),Low, | |||||
| 7153 | Issue Deta ils, | |||||
| 7154 | Kingdom:, | |||||
| 7155 | Code Qual ity, | |||||
| 7156 | Scan Engin e:, | |||||
| 7157 | SCA (Stru ctural), | |||||
| 7158 | ||||||
| 7159 | ||||||
| 7160 | ||||||
| 7161 | Sink Detai ls, | |||||
| 7162 | Sink:, | |||||
| 7163 | Field: Pr opertyChan ging, | |||||
| 7164 | File:, | |||||
| 7165 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:250 493, | |||||
| 7166 | Taint Flag s:, | |||||
| 7167 | , | |||||
| 7168 | ||||||
| 7169 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 20924 (D ead Code: Unused Fie ld),Low, | |||||
| 7170 | Issue Deta ils, | |||||
| 7171 | Kingdom:, | |||||
| 7172 | Code Qual ity, | |||||
| 7173 | Scan Engin e:, | |||||
| 7174 | SCA (Stru ctural), | |||||
| 7175 | ||||||
| 7176 | ||||||
| 7177 | ||||||
| 7178 | Sink Detai ls, | |||||
| 7179 | Sink:, | |||||
| 7180 | Field: Pr opertyChan ging, | |||||
| 7181 | File:, | |||||
| 7182 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:209 24, | |||||
| 7183 | Taint Flag s:, | |||||
| 7184 | , | |||||
| 7185 | ||||||
| 7186 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 133332 ( Dead Code: Unused Fi eld),Low, | |||||
| 7187 | Issue Deta ils, | |||||
| 7188 | Kingdom:, | |||||
| 7189 | Code Qual ity, | |||||
| 7190 | Scan Engin e:, | |||||
| 7191 | SCA (Stru ctural), | |||||
| 7192 | ||||||
| 7193 | ||||||
| 7194 | ||||||
| 7195 | Sink Detai ls, | |||||
| 7196 | Sink:, | |||||
| 7197 | Field: Pr opertyChan ged, | |||||
| 7198 | File:, | |||||
| 7199 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:133 332, | |||||
| 7200 | Taint Flag s:, | |||||
| 7201 | , | |||||
| 7202 | ||||||
| 7203 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 287949 ( Dead Code: Unused Fi eld),Low, | |||||
| 7204 | Issue Deta ils, | |||||
| 7205 | Kingdom:, | |||||
| 7206 | Code Qual ity, | |||||
| 7207 | Scan Engin e:, | |||||
| 7208 | SCA (Stru ctural), | |||||
| 7209 | ||||||
| 7210 | ||||||
| 7211 | ||||||
| 7212 | Sink Detai ls, | |||||
| 7213 | Sink:, | |||||
| 7214 | Field: Pr opertyChan ged, | |||||
| 7215 | File:, | |||||
| 7216 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:287 949, | |||||
| 7217 | Taint Flag s:, | |||||
| 7218 | , | |||||
| 7219 | ||||||
| 7220 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 222483 ( Dead Code: Unused Fi eld),Low, | |||||
| 7221 | Issue Deta ils, | |||||
| 7222 | Kingdom:, | |||||
| 7223 | Code Qual ity, | |||||
| 7224 | Scan Engin e:, | |||||
| 7225 | SCA (Stru ctural), | |||||
| 7226 | ||||||
| 7227 | ||||||
| 7228 | ||||||
| 7229 | Sink Detai ls, | |||||
| 7230 | Sink:, | |||||
| 7231 | Field: Pr opertyChan ged, | |||||
| 7232 | File:, | |||||
| 7233 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:222 483, | |||||
| 7234 | Taint Flag s:, | |||||
| 7235 | , | |||||
| 7236 | ||||||
| 7237 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 115813 ( Dead Code: Unused Fi eld),Low, | |||||
| 7238 | Issue Deta ils, | |||||
| 7239 | Kingdom:, | |||||
| 7240 | Code Qual ity, | |||||
| 7241 | Scan Engin e:, | |||||
| 7242 | SCA (Stru ctural), | |||||
| 7243 | ||||||
| 7244 | ||||||
| 7245 | ||||||
| 7246 | Sink Detai ls, | |||||
| 7247 | Sink:, | |||||
| 7248 | Field: Pr opertyChan ged, | |||||
| 7249 | File:, | |||||
| 7250 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:115 813, | |||||
| 7251 | Taint Flag s:, | |||||
| 7252 | , | |||||
| 7253 | ||||||
| 7254 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 123074 ( Dead Code: Unused Fi eld),Low, | |||||
| 7255 | Issue Deta ils, | |||||
| 7256 | Kingdom:, | |||||
| 7257 | Code Qual ity, | |||||
| 7258 | Scan Engin e:, | |||||
| 7259 | SCA (Stru ctural), | |||||
| 7260 | ||||||
| 7261 | ||||||
| 7262 | ||||||
| 7263 | Sink Detai ls, | |||||
| 7264 | Sink:, | |||||
| 7265 | Field: Pr opertyChan ging, | |||||
| 7266 | File:, | |||||
| 7267 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:123 074, | |||||
| 7268 | Taint Flag s:, | |||||
| 7269 | , | |||||
| 7270 | ||||||
| 7271 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 248241 ( Dead Code: Unused Fi eld),Low, | |||||
| 7272 | Issue Deta ils, | |||||
| 7273 | Kingdom:, | |||||
| 7274 | Code Qual ity, | |||||
| 7275 | Scan Engin e:, | |||||
| 7276 | SCA (Stru ctural), | |||||
| 7277 | ||||||
| 7278 | ||||||
| 7279 | ||||||
| 7280 | Sink Detai ls, | |||||
| 7281 | Sink:, | |||||
| 7282 | Field: Pr opertyChan ging, | |||||
| 7283 | File:, | |||||
| 7284 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:248 241, | |||||
| 7285 | Taint Flag s:, | |||||
| 7286 | , | |||||
| 7287 | ||||||
| 7288 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 232738 ( Dead Code: Unused Fi eld),Low, | |||||
| 7289 | Issue Deta ils, | |||||
| 7290 | Kingdom:, | |||||
| 7291 | Code Qual ity, | |||||
| 7292 | Scan Engin e:, | |||||
| 7293 | SCA (Stru ctural), | |||||
| 7294 | ||||||
| 7295 | ||||||
| 7296 | ||||||
| 7297 | Sink Detai ls, | |||||
| 7298 | Sink:, | |||||
| 7299 | Field: Pr opertyChan ged, | |||||
| 7300 | File:, | |||||
| 7301 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:232 738, | |||||
| 7302 | Taint Flag s:, | |||||
| 7303 | , | |||||
| 7304 | ||||||
| 7305 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 3940 (De ad Code: U nused Fiel d),Low, | |||||
| 7306 | Issue Deta ils, | |||||
| 7307 | Kingdom:, | |||||
| 7308 | Code Qual ity, | |||||
| 7309 | Scan Engin e:, | |||||
| 7310 | SCA (Stru ctural), | |||||
| 7311 | ||||||
| 7312 | ||||||
| 7313 | ||||||
| 7314 | Sink Detai ls, | |||||
| 7315 | Sink:, | |||||
| 7316 | Field: Pr opertyChan ged, | |||||
| 7317 | File:, | |||||
| 7318 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:394 0, | |||||
| 7319 | Taint Flag s:, | |||||
| 7320 | , | |||||
| 7321 | ||||||
| 7322 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 220481 ( Dead Code: Unused Fi eld),Low, | |||||
| 7323 | Issue Deta ils, | |||||
| 7324 | Kingdom:, | |||||
| 7325 | Code Qual ity, | |||||
| 7326 | Scan Engin e:, | |||||
| 7327 | SCA (Stru ctural), | |||||
| 7328 | ||||||
| 7329 | ||||||
| 7330 | ||||||
| 7331 | Sink Detai ls, | |||||
| 7332 | Sink:, | |||||
| 7333 | Field: Pr opertyChan ging, | |||||
| 7334 | File:, | |||||
| 7335 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:220 481, | |||||
| 7336 | Taint Flag s:, | |||||
| 7337 | , | |||||
| 7338 | ||||||
| 7339 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 87798 (D ead Code: Unused Fie ld),Low, | |||||
| 7340 | Issue Deta ils, | |||||
| 7341 | Kingdom:, | |||||
| 7342 | Code Qual ity, | |||||
| 7343 | Scan Engin e:, | |||||
| 7344 | SCA (Stru ctural), | |||||
| 7345 | ||||||
| 7346 | ||||||
| 7347 | ||||||
| 7348 | Sink Detai ls, | |||||
| 7349 | Sink:, | |||||
| 7350 | Field: Pr opertyChan ged, | |||||
| 7351 | File:, | |||||
| 7352 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:877 98, | |||||
| 7353 | Taint Flag s:, | |||||
| 7354 | , | |||||
| 7355 | ||||||
| 7356 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 41294 (D ead Code: Unused Fie ld),Low, | |||||
| 7357 | Issue Deta ils, | |||||
| 7358 | Kingdom:, | |||||
| 7359 | Code Qual ity, | |||||
| 7360 | Scan Engin e:, | |||||
| 7361 | SCA (Stru ctural), | |||||
| 7362 | ||||||
| 7363 | ||||||
| 7364 | ||||||
| 7365 | Sink Detai ls, | |||||
| 7366 | Sink:, | |||||
| 7367 | Field: Pr opertyChan ging, | |||||
| 7368 | File:, | |||||
| 7369 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:412 94, | |||||
| 7370 | Taint Flag s:, | |||||
| 7371 | , | |||||
| 7372 | ||||||
| 7373 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 186449 ( Dead Code: Unused Fi eld),Low, | |||||
| 7374 | Issue Deta ils, | |||||
| 7375 | Kingdom:, | |||||
| 7376 | Code Qual ity, | |||||
| 7377 | Scan Engin e:, | |||||
| 7378 | SCA (Stru ctural), | |||||
| 7379 | ||||||
| 7380 | ||||||
| 7381 | ||||||
| 7382 | Sink Detai ls, | |||||
| 7383 | Sink:, | |||||
| 7384 | Field: Pr opertyChan ging, | |||||
| 7385 | File:, | |||||
| 7386 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:186 449, | |||||
| 7387 | Taint Flag s:, | |||||
| 7388 | , | |||||
| 7389 | ||||||
| 7390 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 248239 ( Dead Code: Unused Fi eld),Low, | |||||
| 7391 | Issue Deta ils, | |||||
| 7392 | Kingdom:, | |||||
| 7393 | Code Qual ity, | |||||
| 7394 | Scan Engin e:, | |||||
| 7395 | SCA (Stru ctural), | |||||
| 7396 | ||||||
| 7397 | ||||||
| 7398 | ||||||
| 7399 | Sink Detai ls, | |||||
| 7400 | Sink:, | |||||
| 7401 | Field: Pr opertyChan ged, | |||||
| 7402 | File:, | |||||
| 7403 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:248 239, | |||||
| 7404 | Taint Flag s:, | |||||
| 7405 | , | |||||
| 7406 | ||||||
| 7407 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 192257 ( Dead Code: Unused Fi eld),Low, | |||||
| 7408 | Issue Deta ils, | |||||
| 7409 | Kingdom:, | |||||
| 7410 | Code Qual ity, | |||||
| 7411 | Scan Engin e:, | |||||
| 7412 | SCA (Stru ctural), | |||||
| 7413 | ||||||
| 7414 | ||||||
| 7415 | ||||||
| 7416 | Sink Detai ls, | |||||
| 7417 | Sink:, | |||||
| 7418 | Field: Pr opertyChan ged, | |||||
| 7419 | File:, | |||||
| 7420 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:192 257, | |||||
| 7421 | Taint Flag s:, | |||||
| 7422 | , | |||||
| 7423 | ||||||
| 7424 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 92727 (D ead Code: Unused Fie ld),Low, | |||||
| 7425 | Issue Deta ils, | |||||
| 7426 | Kingdom:, | |||||
| 7427 | Code Qual ity, | |||||
| 7428 | Scan Engin e:, | |||||
| 7429 | SCA (Stru ctural), | |||||
| 7430 | ||||||
| 7431 | ||||||
| 7432 | ||||||
| 7433 | Sink Detai ls, | |||||
| 7434 | Sink:, | |||||
| 7435 | Field: Pr opertyChan ging, | |||||
| 7436 | File:, | |||||
| 7437 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:927 27, | |||||
| 7438 | Taint Flag s:, | |||||
| 7439 | , | |||||
| 7440 | ||||||
| 7441 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 75310 (D ead Code: Unused Fie ld),Low, | |||||
| 7442 | Issue Deta ils, | |||||
| 7443 | Kingdom:, | |||||
| 7444 | Code Qual ity, | |||||
| 7445 | Scan Engin e:, | |||||
| 7446 | SCA (Stru ctural), | |||||
| 7447 | ||||||
| 7448 | ||||||
| 7449 | ||||||
| 7450 | Sink Detai ls, | |||||
| 7451 | Sink:, | |||||
| 7452 | Field: Pr opertyChan ging, | |||||
| 7453 | File:, | |||||
| 7454 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:753 10, | |||||
| 7455 | Taint Flag s:, | |||||
| 7456 | , | |||||
| 7457 | ||||||
| 7458 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 165612 ( Dead Code: Unused Fi eld),Low, | |||||
| 7459 | Issue Deta ils, | |||||
| 7460 | Kingdom:, | |||||
| 7461 | Code Qual ity, | |||||
| 7462 | Scan Engin e:, | |||||
| 7463 | SCA (Stru ctural), | |||||
| 7464 | ||||||
| 7465 | ||||||
| 7466 | ||||||
| 7467 | Sink Detai ls, | |||||
| 7468 | Sink:, | |||||
| 7469 | Field: Pr opertyChan ging, | |||||
| 7470 | File:, | |||||
| 7471 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:165 612, | |||||
| 7472 | Taint Flag s:, | |||||
| 7473 | , | |||||
| 7474 | ||||||
| 7475 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 80801 (D ead Code: Unused Fie ld),Low, | |||||
| 7476 | Issue Deta ils, | |||||
| 7477 | Kingdom:, | |||||
| 7478 | Code Qual ity, | |||||
| 7479 | Scan Engin e:, | |||||
| 7480 | SCA (Stru ctural), | |||||
| 7481 | ||||||
| 7482 | ||||||
| 7483 | ||||||
| 7484 | Sink Detai ls, | |||||
| 7485 | Sink:, | |||||
| 7486 | Field: Pr opertyChan ged, | |||||
| 7487 | File:, | |||||
| 7488 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:808 01, | |||||
| 7489 | Taint Flag s:, | |||||
| 7490 | , | |||||
| 7491 | ||||||
| 7492 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 175615 ( Dead Code: Unused Fi eld),Low, | |||||
| 7493 | Issue Deta ils, | |||||
| 7494 | Kingdom:, | |||||
| 7495 | Code Qual ity, | |||||
| 7496 | Scan Engin e:, | |||||
| 7497 | SCA (Stru ctural), | |||||
| 7498 | ||||||
| 7499 | ||||||
| 7500 | ||||||
| 7501 | Sink Detai ls, | |||||
| 7502 | Sink:, | |||||
| 7503 | Field: Pr opertyChan ging, | |||||
| 7504 | File:, | |||||
| 7505 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:175 615, | |||||
| 7506 | Taint Flag s:, | |||||
| 7507 | , | |||||
| 7508 | ||||||
| 7509 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 135303 ( Dead Code: Unused Fi eld),Low, | |||||
| 7510 | Issue Deta ils, | |||||
| 7511 | Kingdom:, | |||||
| 7512 | Code Qual ity, | |||||
| 7513 | Scan Engin e:, | |||||
| 7514 | SCA (Stru ctural), | |||||
| 7515 | ||||||
| 7516 | ||||||
| 7517 | ||||||
| 7518 | Sink Detai ls, | |||||
| 7519 | Sink:, | |||||
| 7520 | Field: Pr opertyChan ged, | |||||
| 7521 | File:, | |||||
| 7522 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:135 303, | |||||
| 7523 | Taint Flag s:, | |||||
| 7524 | , | |||||
| 7525 | ||||||
| 7526 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 275396 ( Dead Code: Unused Fi eld),Low, | |||||
| 7527 | Issue Deta ils, | |||||
| 7528 | Kingdom:, | |||||
| 7529 | Code Qual ity, | |||||
| 7530 | Scan Engin e:, | |||||
| 7531 | SCA (Stru ctural), | |||||
| 7532 | ||||||
| 7533 | ||||||
| 7534 | ||||||
| 7535 | Sink Detai ls, | |||||
| 7536 | Sink:, | |||||
| 7537 | Field: Pr opertyChan ged, | |||||
| 7538 | File:, | |||||
| 7539 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:275 396, | |||||
| 7540 | Taint Flag s:, | |||||
| 7541 | , | |||||
| 7542 | ||||||
| 7543 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 172546 ( Dead Code: Unused Fi eld),Low, | |||||
| 7544 | Issue Deta ils, | |||||
| 7545 | Kingdom:, | |||||
| 7546 | Code Qual ity, | |||||
| 7547 | Scan Engin e:, | |||||
| 7548 | SCA (Stru ctural), | |||||
| 7549 | ||||||
| 7550 | ||||||
| 7551 | ||||||
| 7552 | Sink Detai ls, | |||||
| 7553 | Sink:, | |||||
| 7554 | Field: Pr opertyChan ging, | |||||
| 7555 | File:, | |||||
| 7556 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:172 546, | |||||
| 7557 | Taint Flag s:, | |||||
| 7558 | , | |||||
| 7559 | ||||||
| 7560 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 124876 ( Dead Code: Unused Fi eld),Low, | |||||
| 7561 | Issue Deta ils, | |||||
| 7562 | Kingdom:, | |||||
| 7563 | Code Qual ity, | |||||
| 7564 | Scan Engin e:, | |||||
| 7565 | SCA (Stru ctural), | |||||
| 7566 | ||||||
| 7567 | ||||||
| 7568 | ||||||
| 7569 | Sink Detai ls, | |||||
| 7570 | Sink:, | |||||
| 7571 | Field: Pr opertyChan ging, | |||||
| 7572 | File:, | |||||
| 7573 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:124 876, | |||||
| 7574 | Taint Flag s:, | |||||
| 7575 | , | |||||
| 7576 | ||||||
| 7577 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 5481 (De ad Code: U nused Fiel d),Low, | |||||
| 7578 | Issue Deta ils, | |||||
| 7579 | Kingdom:, | |||||
| 7580 | Code Qual ity, | |||||
| 7581 | Scan Engin e:, | |||||
| 7582 | SCA (Stru ctural), | |||||
| 7583 | ||||||
| 7584 | ||||||
| 7585 | ||||||
| 7586 | Sink Detai ls, | |||||
| 7587 | Sink:, | |||||
| 7588 | Field: Pr opertyChan ging, | |||||
| 7589 | File:, | |||||
| 7590 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:548 1, | |||||
| 7591 | Taint Flag s:, | |||||
| 7592 | , | |||||
| 7593 | ||||||
| 7594 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 214180 ( Dead Code: Unused Fi eld),Low, | |||||
| 7595 | Issue Deta ils, | |||||
| 7596 | Kingdom:, | |||||
| 7597 | Code Qual ity, | |||||
| 7598 | Scan Engin e:, | |||||
| 7599 | SCA (Stru ctural), | |||||
| 7600 | ||||||
| 7601 | ||||||
| 7602 | ||||||
| 7603 | Sink Detai ls, | |||||
| 7604 | Sink:, | |||||
| 7605 | Field: Pr opertyChan ging, | |||||
| 7606 | File:, | |||||
| 7607 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:214 180, | |||||
| 7608 | Taint Flag s:, | |||||
| 7609 | , | |||||
| 7610 | ||||||
| 7611 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 3807 (De ad Code: U nused Fiel d),Low, | |||||
| 7612 | Issue Deta ils, | |||||
| 7613 | Kingdom:, | |||||
| 7614 | Code Qual ity, | |||||
| 7615 | Scan Engin e:, | |||||
| 7616 | SCA (Stru ctural), | |||||
| 7617 | ||||||
| 7618 | ||||||
| 7619 | ||||||
| 7620 | Sink Detai ls, | |||||
| 7621 | Sink:, | |||||
| 7622 | Field: Pr opertyChan ging, | |||||
| 7623 | File:, | |||||
| 7624 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:380 7, | |||||
| 7625 | Taint Flag s:, | |||||
| 7626 | , | |||||
| 7627 | ||||||
| 7628 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 206021 ( Dead Code: Unused Fi eld),Low, | |||||
| 7629 | Issue Deta ils, | |||||
| 7630 | Kingdom:, | |||||
| 7631 | Code Qual ity, | |||||
| 7632 | Scan Engin e:, | |||||
| 7633 | SCA (Stru ctural), | |||||
| 7634 | ||||||
| 7635 | ||||||
| 7636 | ||||||
| 7637 | Sink Detai ls, | |||||
| 7638 | Sink:, | |||||
| 7639 | Field: Pr opertyChan ged, | |||||
| 7640 | File:, | |||||
| 7641 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:206 021, | |||||
| 7642 | Taint Flag s:, | |||||
| 7643 | , | |||||
| 7644 | ||||||
| 7645 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 241008 ( Dead Code: Unused Fi eld),Low, | |||||
| 7646 | Issue Deta ils, | |||||
| 7647 | Kingdom:, | |||||
| 7648 | Code Qual ity, | |||||
| 7649 | Scan Engin e:, | |||||
| 7650 | SCA (Stru ctural), | |||||
| 7651 | ||||||
| 7652 | ||||||
| 7653 | ||||||
| 7654 | Sink Detai ls, | |||||
| 7655 | Sink:, | |||||
| 7656 | Field: Pr opertyChan ged, | |||||
| 7657 | File:, | |||||
| 7658 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:241 008, | |||||
| 7659 | Taint Flag s:, | |||||
| 7660 | , | |||||
| 7661 | ||||||
| 7662 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 233067 ( Dead Code: Unused Fi eld),Low, | |||||
| 7663 | Issue Deta ils, | |||||
| 7664 | Kingdom:, | |||||
| 7665 | Code Qual ity, | |||||
| 7666 | Scan Engin e:, | |||||
| 7667 | SCA (Stru ctural), | |||||
| 7668 | ||||||
| 7669 | ||||||
| 7670 | ||||||
| 7671 | Sink Detai ls, | |||||
| 7672 | Sink:, | |||||
| 7673 | Field: Pr opertyChan ging, | |||||
| 7674 | File:, | |||||
| 7675 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:233 067, | |||||
| 7676 | Taint Flag s:, | |||||
| 7677 | , | |||||
| 7678 | ||||||
| 7679 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 277862 ( Dead Code: Unused Fi eld),Low, | |||||
| 7680 | Issue Deta ils, | |||||
| 7681 | Kingdom:, | |||||
| 7682 | Code Qual ity, | |||||
| 7683 | Scan Engin e:, | |||||
| 7684 | SCA (Stru ctural), | |||||
| 7685 | ||||||
| 7686 | ||||||
| 7687 | ||||||
| 7688 | Sink Detai ls, | |||||
| 7689 | Sink:, | |||||
| 7690 | Field: Pr opertyChan ged, | |||||
| 7691 | File:, | |||||
| 7692 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:277 862, | |||||
| 7693 | Taint Flag s:, | |||||
| 7694 | , | |||||
| 7695 | ||||||
| 7696 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 300449 ( Dead Code: Unused Fi eld),Low, | |||||
| 7697 | Issue Deta ils, | |||||
| 7698 | Kingdom:, | |||||
| 7699 | Code Qual ity, | |||||
| 7700 | Scan Engin e:, | |||||
| 7701 | SCA (Stru ctural), | |||||
| 7702 | ||||||
| 7703 | ||||||
| 7704 | ||||||
| 7705 | Sink Detai ls, | |||||
| 7706 | Sink:, | |||||
| 7707 | Field: Pr opertyChan ged, | |||||
| 7708 | File:, | |||||
| 7709 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:300 449, | |||||
| 7710 | Taint Flag s:, | |||||
| 7711 | , | |||||
| 7712 | ||||||
| 7713 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 34513 (D ead Code: Unused Fie ld),Low, | |||||
| 7714 | Issue Deta ils, | |||||
| 7715 | Kingdom:, | |||||
| 7716 | Code Qual ity, | |||||
| 7717 | Scan Engin e:, | |||||
| 7718 | SCA (Stru ctural), | |||||
| 7719 | ||||||
| 7720 | ||||||
| 7721 | ||||||
| 7722 | Sink Detai ls, | |||||
| 7723 | Sink:, | |||||
| 7724 | Field: Pr opertyChan ging, | |||||
| 7725 | File:, | |||||
| 7726 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:345 13, | |||||
| 7727 | Taint Flag s:, | |||||
| 7728 | , | |||||
| 7729 | ||||||
| 7730 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 181394 ( Dead Code: Unused Fi eld),Low, | |||||
| 7731 | Issue Deta ils, | |||||
| 7732 | Kingdom:, | |||||
| 7733 | Code Qual ity, | |||||
| 7734 | Scan Engin e:, | |||||
| 7735 | SCA (Stru ctural), | |||||
| 7736 | ||||||
| 7737 | ||||||
| 7738 | ||||||
| 7739 | Sink Detai ls, | |||||
| 7740 | Sink:, | |||||
| 7741 | Field: Pr opertyChan ging, | |||||
| 7742 | File:, | |||||
| 7743 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:181 394, | |||||
| 7744 | Taint Flag s:, | |||||
| 7745 | , | |||||
| 7746 | ||||||
| 7747 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 113144 ( Dead Code: Unused Fi eld),Low, | |||||
| 7748 | Issue Deta ils, | |||||
| 7749 | Kingdom:, | |||||
| 7750 | Code Qual ity, | |||||
| 7751 | Scan Engin e:, | |||||
| 7752 | SCA (Stru ctural), | |||||
| 7753 | ||||||
| 7754 | ||||||
| 7755 | ||||||
| 7756 | Sink Detai ls, | |||||
| 7757 | Sink:, | |||||
| 7758 | Field: Pr opertyChan ging, | |||||
| 7759 | File:, | |||||
| 7760 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:113 144, | |||||
| 7761 | Taint Flag s:, | |||||
| 7762 | , | |||||
| 7763 | ||||||
| 7764 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 147477 ( Dead Code: Unused Fi eld),Low, | |||||
| 7765 | Issue Deta ils, | |||||
| 7766 | Kingdom:, | |||||
| 7767 | Code Qual ity, | |||||
| 7768 | Scan Engin e:, | |||||
| 7769 | SCA (Stru ctural), | |||||
| 7770 | ||||||
| 7771 | ||||||
| 7772 | ||||||
| 7773 | Sink Detai ls, | |||||
| 7774 | Sink:, | |||||
| 7775 | Field: Pr opertyChan ged, | |||||
| 7776 | File:, | |||||
| 7777 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:147 477, | |||||
| 7778 | Taint Flag s:, | |||||
| 7779 | , | |||||
| 7780 | ||||||
| 7781 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 122745 ( Dead Code: Unused Fi eld),Low, | |||||
| 7782 | Issue Deta ils, | |||||
| 7783 | Kingdom:, | |||||
| 7784 | Code Qual ity, | |||||
| 7785 | Scan Engin e:, | |||||
| 7786 | SCA (Stru ctural), | |||||
| 7787 | ||||||
| 7788 | ||||||
| 7789 | ||||||
| 7790 | Sink Detai ls, | |||||
| 7791 | Sink:, | |||||
| 7792 | Field: Pr opertyChan ging, | |||||
| 7793 | File:, | |||||
| 7794 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:122 745, | |||||
| 7795 | Taint Flag s:, | |||||
| 7796 | , | |||||
| 7797 | ||||||
| 7798 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 181761 ( Dead Code: Unused Fi eld),Low, | |||||
| 7799 | Issue Deta ils, | |||||
| 7800 | Kingdom:, | |||||
| 7801 | Code Qual ity, | |||||
| 7802 | Scan Engin e:, | |||||
| 7803 | SCA (Stru ctural), | |||||
| 7804 | ||||||
| 7805 | ||||||
| 7806 | ||||||
| 7807 | Sink Detai ls, | |||||
| 7808 | Sink:, | |||||
| 7809 | Field: Pr opertyChan ging, | |||||
| 7810 | File:, | |||||
| 7811 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:181 761, | |||||
| 7812 | Taint Flag s:, | |||||
| 7813 | , | |||||
| 7814 | ||||||
| 7815 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 109071 ( Dead Code: Unused Fi eld),Low, | |||||
| 7816 | Issue Deta ils, | |||||
| 7817 | Kingdom:, | |||||
| 7818 | Code Qual ity, | |||||
| 7819 | Scan Engin e:, | |||||
| 7820 | SCA (Stru ctural), | |||||
| 7821 | ||||||
| 7822 | ||||||
| 7823 | ||||||
| 7824 | Sink Detai ls, | |||||
| 7825 | Sink:, | |||||
| 7826 | Field: Pr opertyChan ging, | |||||
| 7827 | File:, | |||||
| 7828 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:109 071, | |||||
| 7829 | Taint Flag s:, | |||||
| 7830 | , | |||||
| 7831 | ||||||
| 7832 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 284941 ( Dead Code: Unused Fi eld),Low, | |||||
| 7833 | Issue Deta ils, | |||||
| 7834 | Kingdom:, | |||||
| 7835 | Code Qual ity, | |||||
| 7836 | Scan Engin e:, | |||||
| 7837 | SCA (Stru ctural), | |||||
| 7838 | ||||||
| 7839 | ||||||
| 7840 | ||||||
| 7841 | Sink Detai ls, | |||||
| 7842 | Sink:, | |||||
| 7843 | Field: Pr opertyChan ging, | |||||
| 7844 | File:, | |||||
| 7845 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:284 941, | |||||
| 7846 | Taint Flag s:, | |||||
| 7847 | , | |||||
| 7848 | ||||||
| 7849 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 107544 ( Dead Code: Unused Fi eld),Low, | |||||
| 7850 | Issue Deta ils, | |||||
| 7851 | Kingdom:, | |||||
| 7852 | Code Qual ity, | |||||
| 7853 | Scan Engin e:, | |||||
| 7854 | SCA (Stru ctural), | |||||
| 7855 | ||||||
| 7856 | ||||||
| 7857 | ||||||
| 7858 | Sink Detai ls, | |||||
| 7859 | Sink:, | |||||
| 7860 | Field: Pr opertyChan ging, | |||||
| 7861 | File:, | |||||
| 7862 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:107 544, | |||||
| 7863 | Taint Flag s:, | |||||
| 7864 | , | |||||
| 7865 | ||||||
| 7866 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 188554 ( Dead Code: Unused Fi eld),Low, | |||||
| 7867 | Issue Deta ils, | |||||
| 7868 | Kingdom:, | |||||
| 7869 | Code Qual ity, | |||||
| 7870 | Scan Engin e:, | |||||
| 7871 | SCA (Stru ctural), | |||||
| 7872 | ||||||
| 7873 | ||||||
| 7874 | ||||||
| 7875 | Sink Detai ls, | |||||
| 7876 | Sink:, | |||||
| 7877 | Field: Pr opertyChan ged, | |||||
| 7878 | File:, | |||||
| 7879 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:188 554, | |||||
| 7880 | Taint Flag s:, | |||||
| 7881 | , | |||||
| 7882 | ||||||
| 7883 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 243108 ( Dead Code: Unused Fi eld),Low, | |||||
| 7884 | Issue Deta ils, | |||||
| 7885 | Kingdom:, | |||||
| 7886 | Code Qual ity, | |||||
| 7887 | Scan Engin e:, | |||||
| 7888 | SCA (Stru ctural), | |||||
| 7889 | ||||||
| 7890 | ||||||
| 7891 | ||||||
| 7892 | Sink Detai ls, | |||||
| 7893 | Sink:, | |||||
| 7894 | Field: Pr opertyChan ging, | |||||
| 7895 | File:, | |||||
| 7896 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:243 108, | |||||
| 7897 | Taint Flag s:, | |||||
| 7898 | , | |||||
| 7899 | ||||||
| 7900 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 216556 ( Dead Code: Unused Fi eld),Low, | |||||
| 7901 | Issue Deta ils, | |||||
| 7902 | Kingdom:, | |||||
| 7903 | Code Qual ity, | |||||
| 7904 | Scan Engin e:, | |||||
| 7905 | SCA (Stru ctural), | |||||
| 7906 | ||||||
| 7907 | ||||||
| 7908 | ||||||
| 7909 | Sink Detai ls, | |||||
| 7910 | Sink:, | |||||
| 7911 | Field: Pr opertyChan ging, | |||||
| 7912 | File:, | |||||
| 7913 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:216 556, | |||||
| 7914 | Taint Flag s:, | |||||
| 7915 | , | |||||
| 7916 | ||||||
| 7917 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 69172 (D ead Code: Unused Fie ld),Low, | |||||
| 7918 | Issue Deta ils, | |||||
| 7919 | Kingdom:, | |||||
| 7920 | Code Qual ity, | |||||
| 7921 | Scan Engin e:, | |||||
| 7922 | SCA (Stru ctural), | |||||
| 7923 | ||||||
| 7924 | ||||||
| 7925 | ||||||
| 7926 | Sink Detai ls, | |||||
| 7927 | Sink:, | |||||
| 7928 | Field: Pr opertyChan ged, | |||||
| 7929 | File:, | |||||
| 7930 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:691 72, | |||||
| 7931 | Taint Flag s:, | |||||
| 7932 | , | |||||
| 7933 | ||||||
| 7934 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 281303 ( Dead Code: Unused Fi eld),Low, | |||||
| 7935 | Issue Deta ils, | |||||
| 7936 | Kingdom:, | |||||
| 7937 | Code Qual ity, | |||||
| 7938 | Scan Engin e:, | |||||
| 7939 | SCA (Stru ctural), | |||||
| 7940 | ||||||
| 7941 | ||||||
| 7942 | ||||||
| 7943 | Sink Detai ls, | |||||
| 7944 | Sink:, | |||||
| 7945 | Field: Pr opertyChan ging, | |||||
| 7946 | File:, | |||||
| 7947 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:281 303, | |||||
| 7948 | Taint Flag s:, | |||||
| 7949 | , | |||||
| 7950 | ||||||
| 7951 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 81794 (D ead Code: Unused Fie ld),Low, | |||||
| 7952 | Issue Deta ils, | |||||
| 7953 | Kingdom:, | |||||
| 7954 | Code Qual ity, | |||||
| 7955 | Scan Engin e:, | |||||
| 7956 | SCA (Stru ctural), | |||||
| 7957 | ||||||
| 7958 | ||||||
| 7959 | ||||||
| 7960 | Sink Detai ls, | |||||
| 7961 | Sink:, | |||||
| 7962 | Field: Pr opertyChan ged, | |||||
| 7963 | File:, | |||||
| 7964 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:817 94, | |||||
| 7965 | Taint Flag s:, | |||||
| 7966 | , | |||||
| 7967 | ||||||
| 7968 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 249015 ( Dead Code: Unused Fi eld),Low, | |||||
| 7969 | Issue Deta ils, | |||||
| 7970 | Kingdom:, | |||||
| 7971 | Code Qual ity, | |||||
| 7972 | Scan Engin e:, | |||||
| 7973 | SCA (Stru ctural), | |||||
| 7974 | ||||||
| 7975 | ||||||
| 7976 | ||||||
| 7977 | Sink Detai ls, | |||||
| 7978 | Sink:, | |||||
| 7979 | Field: Pr opertyChan ging, | |||||
| 7980 | File:, | |||||
| 7981 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:249 015, | |||||
| 7982 | Taint Flag s:, | |||||
| 7983 | , | |||||
| 7984 | ||||||
| 7985 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 285546 ( Dead Code: Unused Fi eld),Low, | |||||
| 7986 | Issue Deta ils, | |||||
| 7987 | Kingdom:, | |||||
| 7988 | Code Qual ity, | |||||
| 7989 | Scan Engin e:, | |||||
| 7990 | SCA (Stru ctural), | |||||
| 7991 | ||||||
| 7992 | ||||||
| 7993 | ||||||
| 7994 | Sink Detai ls, | |||||
| 7995 | Sink:, | |||||
| 7996 | Field: Pr opertyChan ging, | |||||
| 7997 | File:, | |||||
| 7998 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:285 546, | |||||
| 7999 | Taint Flag s:, | |||||
| 8000 | , | |||||
| 8001 | ||||||
| 8002 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 41836 (D ead Code: Unused Fie ld),Low, | |||||
| 8003 | Issue Deta ils, | |||||
| 8004 | Kingdom:, | |||||
| 8005 | Code Qual ity, | |||||
| 8006 | Scan Engin e:, | |||||
| 8007 | SCA (Stru ctural), | |||||
| 8008 | ||||||
| 8009 | ||||||
| 8010 | ||||||
| 8011 | Sink Detai ls, | |||||
| 8012 | Sink:, | |||||
| 8013 | Field: Pr opertyChan ged, | |||||
| 8014 | File:, | |||||
| 8015 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:418 36, | |||||
| 8016 | Taint Flag s:, | |||||
| 8017 | , | |||||
| 8018 | ||||||
| 8019 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 211342 ( Dead Code: Unused Fi eld),Low, | |||||
| 8020 | Issue Deta ils, | |||||
| 8021 | Kingdom:, | |||||
| 8022 | Code Qual ity, | |||||
| 8023 | Scan Engin e:, | |||||
| 8024 | SCA (Stru ctural), | |||||
| 8025 | ||||||
| 8026 | ||||||
| 8027 | ||||||
| 8028 | Sink Detai ls, | |||||
| 8029 | Sink:, | |||||
| 8030 | Field: Pr opertyChan ging, | |||||
| 8031 | File:, | |||||
| 8032 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:211 342, | |||||
| 8033 | Taint Flag s:, | |||||
| 8034 | , | |||||
| 8035 | ||||||
| 8036 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 147479 ( Dead Code: Unused Fi eld),Low, | |||||
| 8037 | Issue Deta ils, | |||||
| 8038 | Kingdom:, | |||||
| 8039 | Code Qual ity, | |||||
| 8040 | Scan Engin e:, | |||||
| 8041 | SCA (Stru ctural), | |||||
| 8042 | ||||||
| 8043 | ||||||
| 8044 | ||||||
| 8045 | Sink Detai ls, | |||||
| 8046 | Sink:, | |||||
| 8047 | Field: Pr opertyChan ging, | |||||
| 8048 | File:, | |||||
| 8049 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:147 479, | |||||
| 8050 | Taint Flag s:, | |||||
| 8051 | , | |||||
| 8052 | ||||||
| 8053 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 238192 ( Dead Code: Unused Fi eld),Low, | |||||
| 8054 | Issue Deta ils, | |||||
| 8055 | Kingdom:, | |||||
| 8056 | Code Qual ity, | |||||
| 8057 | Scan Engin e:, | |||||
| 8058 | SCA (Stru ctural), | |||||
| 8059 | ||||||
| 8060 | ||||||
| 8061 | ||||||
| 8062 | Sink Detai ls, | |||||
| 8063 | Sink:, | |||||
| 8064 | Field: Pr opertyChan ged, | |||||
| 8065 | File:, | |||||
| 8066 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:238 192, | |||||
| 8067 | Taint Flag s:, | |||||
| 8068 | , | |||||
| 8069 | ||||||
| 8070 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 76521 (D ead Code: Unused Fie ld),Low, | |||||
| 8071 | Issue Deta ils, | |||||
| 8072 | Kingdom:, | |||||
| 8073 | Code Qual ity, | |||||
| 8074 | Scan Engin e:, | |||||
| 8075 | SCA (Stru ctural), | |||||
| 8076 | ||||||
| 8077 | ||||||
| 8078 | ||||||
| 8079 | Sink Detai ls, | |||||
| 8080 | Sink:, | |||||
| 8081 | Field: Pr opertyChan ging, | |||||
| 8082 | File:, | |||||
| 8083 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:765 21, | |||||
| 8084 | Taint Flag s:, | |||||
| 8085 | , | |||||
| 8086 | ||||||
| 8087 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 111747 ( Dead Code: Unused Fi eld),Low, | |||||
| 8088 | Issue Deta ils, | |||||
| 8089 | Kingdom:, | |||||
| 8090 | Code Qual ity, | |||||
| 8091 | Scan Engin e:, | |||||
| 8092 | SCA (Stru ctural), | |||||
| 8093 | ||||||
| 8094 | ||||||
| 8095 | ||||||
| 8096 | Sink Detai ls, | |||||
| 8097 | Sink:, | |||||
| 8098 | Field: Pr opertyChan ged, | |||||
| 8099 | File:, | |||||
| 8100 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:111 747, | |||||
| 8101 | Taint Flag s:, | |||||
| 8102 | , | |||||
| 8103 | ||||||
| 8104 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 203753 ( Dead Code: Unused Fi eld),Low, | |||||
| 8105 | Issue Deta ils, | |||||
| 8106 | Kingdom:, | |||||
| 8107 | Code Qual ity, | |||||
| 8108 | Scan Engin e:, | |||||
| 8109 | SCA (Stru ctural), | |||||
| 8110 | ||||||
| 8111 | ||||||
| 8112 | ||||||
| 8113 | Sink Detai ls, | |||||
| 8114 | Sink:, | |||||
| 8115 | Field: Pr opertyChan ging, | |||||
| 8116 | File:, | |||||
| 8117 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:203 753, | |||||
| 8118 | Taint Flag s:, | |||||
| 8119 | , | |||||
| 8120 | ||||||
| 8121 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 247853 ( Dead Code: Unused Fi eld),Low, | |||||
| 8122 | Issue Deta ils, | |||||
| 8123 | Kingdom:, | |||||
| 8124 | Code Qual ity, | |||||
| 8125 | Scan Engin e:, | |||||
| 8126 | SCA (Stru ctural), | |||||
| 8127 | ||||||
| 8128 | ||||||
| 8129 | ||||||
| 8130 | Sink Detai ls, | |||||
| 8131 | Sink:, | |||||
| 8132 | Field: Pr opertyChan ging, | |||||
| 8133 | File:, | |||||
| 8134 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:247 853, | |||||
| 8135 | Taint Flag s:, | |||||
| 8136 | , | |||||
| 8137 | ||||||
| 8138 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 167831 ( Dead Code: Unused Fi eld),Low, | |||||
| 8139 | Issue Deta ils, | |||||
| 8140 | Kingdom:, | |||||
| 8141 | Code Qual ity, | |||||
| 8142 | Scan Engin e:, | |||||
| 8143 | SCA (Stru ctural), | |||||
| 8144 | ||||||
| 8145 | ||||||
| 8146 | ||||||
| 8147 | Sink Detai ls, | |||||
| 8148 | Sink:, | |||||
| 8149 | Field: Pr opertyChan ged, | |||||
| 8150 | File:, | |||||
| 8151 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:167 831, | |||||
| 8152 | Taint Flag s:, | |||||
| 8153 | , | |||||
| 8154 | ||||||
| 8155 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 283566 ( Dead Code: Unused Fi eld),Low, | |||||
| 8156 | Issue Deta ils, | |||||
| 8157 | Kingdom:, | |||||
| 8158 | Code Qual ity, | |||||
| 8159 | Scan Engin e:, | |||||
| 8160 | SCA (Stru ctural), | |||||
| 8161 | ||||||
| 8162 | ||||||
| 8163 | ||||||
| 8164 | Sink Detai ls, | |||||
| 8165 | Sink:, | |||||
| 8166 | Field: Pr opertyChan ged, | |||||
| 8167 | File:, | |||||
| 8168 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:283 566, | |||||
| 8169 | Taint Flag s:, | |||||
| 8170 | , | |||||
| 8171 | ||||||
| 8172 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 59300 (D ead Code: Unused Fie ld),Low, | |||||
| 8173 | Issue Deta ils, | |||||
| 8174 | Kingdom:, | |||||
| 8175 | Code Qual ity, | |||||
| 8176 | Scan Engin e:, | |||||
| 8177 | SCA (Stru ctural), | |||||
| 8178 | ||||||
| 8179 | ||||||
| 8180 | ||||||
| 8181 | Sink Detai ls, | |||||
| 8182 | Sink:, | |||||
| 8183 | Field: Pr opertyChan ging, | |||||
| 8184 | File:, | |||||
| 8185 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:593 00, | |||||
| 8186 | Taint Flag s:, | |||||
| 8187 | , | |||||
| 8188 | ||||||
| 8189 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 26967 (D ead Code: Unused Fie ld),Low, | |||||
| 8190 | Issue Deta ils, | |||||
| 8191 | Kingdom:, | |||||
| 8192 | Code Qual ity, | |||||
| 8193 | Scan Engin e:, | |||||
| 8194 | SCA (Stru ctural), | |||||
| 8195 | ||||||
| 8196 | ||||||
| 8197 | ||||||
| 8198 | Sink Detai ls, | |||||
| 8199 | Sink:, | |||||
| 8200 | Field: Pr opertyChan ged, | |||||
| 8201 | File:, | |||||
| 8202 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:269 67, | |||||
| 8203 | Taint Flag s:, | |||||
| 8204 | , | |||||
| 8205 | ||||||
| 8206 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 156387 ( Dead Code: Unused Fi eld),Low, | |||||
| 8207 | Issue Deta ils, | |||||
| 8208 | Kingdom:, | |||||
| 8209 | Code Qual ity, | |||||
| 8210 | Scan Engin e:, | |||||
| 8211 | SCA (Stru ctural), | |||||
| 8212 | ||||||
| 8213 | ||||||
| 8214 | ||||||
| 8215 | Sink Detai ls, | |||||
| 8216 | Sink:, | |||||
| 8217 | Field: Pr opertyChan ging, | |||||
| 8218 | File:, | |||||
| 8219 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:156 387, | |||||
| 8220 | Taint Flag s:, | |||||
| 8221 | , | |||||
| 8222 | ||||||
| 8223 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 244786 ( Dead Code: Unused Fi eld),Low, | |||||
| 8224 | Issue Deta ils, | |||||
| 8225 | Kingdom:, | |||||
| 8226 | Code Qual ity, | |||||
| 8227 | Scan Engin e:, | |||||
| 8228 | SCA (Stru ctural), | |||||
| 8229 | ||||||
| 8230 | ||||||
| 8231 | ||||||
| 8232 | Sink Detai ls, | |||||
| 8233 | Sink:, | |||||
| 8234 | Field: Pr opertyChan ging, | |||||
| 8235 | File:, | |||||
| 8236 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:244 786, | |||||
| 8237 | Taint Flag s:, | |||||
| 8238 | , | |||||
| 8239 | ||||||
| 8240 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 209277 ( Dead Code: Unused Fi eld),Low, | |||||
| 8241 | Issue Deta ils, | |||||
| 8242 | Kingdom:, | |||||
| 8243 | Code Qual ity, | |||||
| 8244 | Scan Engin e:, | |||||
| 8245 | SCA (Stru ctural), | |||||
| 8246 | ||||||
| 8247 | ||||||
| 8248 | ||||||
| 8249 | Sink Detai ls, | |||||
| 8250 | Sink:, | |||||
| 8251 | Field: Pr opertyChan ged, | |||||
| 8252 | File:, | |||||
| 8253 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:209 277, | |||||
| 8254 | Taint Flag s:, | |||||
| 8255 | , | |||||
| 8256 | ||||||
| 8257 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 94035 (D ead Code: Unused Fie ld),Low, | |||||
| 8258 | Issue Deta ils, | |||||
| 8259 | Kingdom:, | |||||
| 8260 | Code Qual ity, | |||||
| 8261 | Scan Engin e:, | |||||
| 8262 | SCA (Stru ctural), | |||||
| 8263 | ||||||
| 8264 | ||||||
| 8265 | ||||||
| 8266 | Sink Detai ls, | |||||
| 8267 | Sink:, | |||||
| 8268 | Field: Pr opertyChan ged, | |||||
| 8269 | File:, | |||||
| 8270 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:940 35, | |||||
| 8271 | Taint Flag s:, | |||||
| 8272 | , | |||||
| 8273 | ||||||
| 8274 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 46764 (D ead Code: Unused Fie ld),Low, | |||||
| 8275 | Issue Deta ils, | |||||
| 8276 | Kingdom:, | |||||
| 8277 | Code Qual ity, | |||||
| 8278 | Scan Engin e:, | |||||
| 8279 | SCA (Stru ctural), | |||||
| 8280 | ||||||
| 8281 | ||||||
| 8282 | ||||||
| 8283 | Sink Detai ls, | |||||
| 8284 | Sink:, | |||||
| 8285 | Field: Pr opertyChan ging, | |||||
| 8286 | File:, | |||||
| 8287 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:467 64, | |||||
| 8288 | Taint Flag s:, | |||||
| 8289 | , | |||||
| 8290 | ||||||
| 8291 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 41114 (D ead Code: Unused Fie ld),Low, | |||||
| 8292 | Issue Deta ils, | |||||
| 8293 | Kingdom:, | |||||
| 8294 | Code Qual ity, | |||||
| 8295 | Scan Engin e:, | |||||
| 8296 | SCA (Stru ctural), | |||||
| 8297 | ||||||
| 8298 | ||||||
| 8299 | ||||||
| 8300 | Sink Detai ls, | |||||
| 8301 | Sink:, | |||||
| 8302 | Field: Pr opertyChan ged, | |||||
| 8303 | File:, | |||||
| 8304 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:411 14, | |||||
| 8305 | Taint Flag s:, | |||||
| 8306 | , | |||||
| 8307 | ||||||
| 8308 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 281589 ( Dead Code: Unused Fi eld),Low, | |||||
| 8309 | Issue Deta ils, | |||||
| 8310 | Kingdom:, | |||||
| 8311 | Code Qual ity, | |||||
| 8312 | Scan Engin e:, | |||||
| 8313 | SCA (Stru ctural), | |||||
| 8314 | ||||||
| 8315 | ||||||
| 8316 | ||||||
| 8317 | Sink Detai ls, | |||||
| 8318 | Sink:, | |||||
| 8319 | Field: Pr opertyChan ged, | |||||
| 8320 | File:, | |||||
| 8321 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:281 589, | |||||
| 8322 | Taint Flag s:, | |||||
| 8323 | , | |||||
| 8324 | ||||||
| 8325 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 294792 ( Dead Code: Unused Fi eld),Low, | |||||
| 8326 | Issue Deta ils, | |||||
| 8327 | Kingdom:, | |||||
| 8328 | Code Qual ity, | |||||
| 8329 | Scan Engin e:, | |||||
| 8330 | SCA (Stru ctural), | |||||
| 8331 | ||||||
| 8332 | ||||||
| 8333 | ||||||
| 8334 | Sink Detai ls, | |||||
| 8335 | Sink:, | |||||
| 8336 | Field: Pr opertyChan ging, | |||||
| 8337 | File:, | |||||
| 8338 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:294 792, | |||||
| 8339 | Taint Flag s:, | |||||
| 8340 | , | |||||
| 8341 | ||||||
| 8342 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 289428 ( Dead Code: Unused Fi eld),Low, | |||||
| 8343 | Issue Deta ils, | |||||
| 8344 | Kingdom:, | |||||
| 8345 | Code Qual ity, | |||||
| 8346 | Scan Engin e:, | |||||
| 8347 | SCA (Stru ctural), | |||||
| 8348 | ||||||
| 8349 | ||||||
| 8350 | ||||||
| 8351 | Sink Detai ls, | |||||
| 8352 | Sink:, | |||||
| 8353 | Field: Pr opertyChan ged, | |||||
| 8354 | File:, | |||||
| 8355 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:289 428, | |||||
| 8356 | Taint Flag s:, | |||||
| 8357 | , | |||||
| 8358 | ||||||
| 8359 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 282914 ( Dead Code: Unused Fi eld),Low, | |||||
| 8360 | Issue Deta ils, | |||||
| 8361 | Kingdom:, | |||||
| 8362 | Code Qual ity, | |||||
| 8363 | Scan Engin e:, | |||||
| 8364 | SCA (Stru ctural), | |||||
| 8365 | ||||||
| 8366 | ||||||
| 8367 | ||||||
| 8368 | Sink Detai ls, | |||||
| 8369 | Sink:, | |||||
| 8370 | Field: Pr opertyChan ged, | |||||
| 8371 | File:, | |||||
| 8372 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:282 914, | |||||
| 8373 | Taint Flag s:, | |||||
| 8374 | , | |||||
| 8375 | ||||||
| 8376 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 227696 ( Dead Code: Unused Fi eld),Low, | |||||
| 8377 | Issue Deta ils, | |||||
| 8378 | Kingdom:, | |||||
| 8379 | Code Qual ity, | |||||
| 8380 | Scan Engin e:, | |||||
| 8381 | SCA (Stru ctural), | |||||
| 8382 | ||||||
| 8383 | ||||||
| 8384 | ||||||
| 8385 | Sink Detai ls, | |||||
| 8386 | Sink:, | |||||
| 8387 | Field: Pr opertyChan ging, | |||||
| 8388 | File:, | |||||
| 8389 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:227 696, | |||||
| 8390 | Taint Flag s:, | |||||
| 8391 | , | |||||
| 8392 | ||||||
| 8393 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 282916 ( Dead Code: Unused Fi eld),Low, | |||||
| 8394 | Issue Deta ils, | |||||
| 8395 | Kingdom:, | |||||
| 8396 | Code Qual ity, | |||||
| 8397 | Scan Engin e:, | |||||
| 8398 | SCA (Stru ctural), | |||||
| 8399 | ||||||
| 8400 | ||||||
| 8401 | ||||||
| 8402 | Sink Detai ls, | |||||
| 8403 | Sink:, | |||||
| 8404 | Field: Pr opertyChan ging, | |||||
| 8405 | File:, | |||||
| 8406 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:282 916, | |||||
| 8407 | Taint Flag s:, | |||||
| 8408 | , | |||||
| 8409 | ||||||
| 8410 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 200551 ( Dead Code: Unused Fi eld),Low, | |||||
| 8411 | Issue Deta ils, | |||||
| 8412 | Kingdom:, | |||||
| 8413 | Code Qual ity, | |||||
| 8414 | Scan Engin e:, | |||||
| 8415 | SCA (Stru ctural), | |||||
| 8416 | ||||||
| 8417 | ||||||
| 8418 | ||||||
| 8419 | Sink Detai ls, | |||||
| 8420 | Sink:, | |||||
| 8421 | Field: Pr opertyChan ged, | |||||
| 8422 | File:, | |||||
| 8423 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:200 551, | |||||
| 8424 | Taint Flag s:, | |||||
| 8425 | , | |||||
| 8426 | ||||||
| 8427 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 47167 (D ead Code: Unused Fie ld),Low, | |||||
| 8428 | Issue Deta ils, | |||||
| 8429 | Kingdom:, | |||||
| 8430 | Code Qual ity, | |||||
| 8431 | Scan Engin e:, | |||||
| 8432 | SCA (Stru ctural), | |||||
| 8433 | ||||||
| 8434 | ||||||
| 8435 | ||||||
| 8436 | Sink Detai ls, | |||||
| 8437 | Sink:, | |||||
| 8438 | Field: Pr opertyChan ged, | |||||
| 8439 | File:, | |||||
| 8440 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:471 67, | |||||
| 8441 | Taint Flag s:, | |||||
| 8442 | , | |||||
| 8443 | ||||||
| 8444 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 102803 ( Dead Code: Unused Fi eld),Low, | |||||
| 8445 | Issue Deta ils, | |||||
| 8446 | Kingdom:, | |||||
| 8447 | Code Qual ity, | |||||
| 8448 | Scan Engin e:, | |||||
| 8449 | SCA (Stru ctural), | |||||
| 8450 | ||||||
| 8451 | ||||||
| 8452 | ||||||
| 8453 | Sink Detai ls, | |||||
| 8454 | Sink:, | |||||
| 8455 | Field: Pr opertyChan ging, | |||||
| 8456 | File:, | |||||
| 8457 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:102 803, | |||||
| 8458 | Taint Flag s:, | |||||
| 8459 | , | |||||
| 8460 | ||||||
| 8461 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 47169 (D ead Code: Unused Fie ld),Low, | |||||
| 8462 | Issue Deta ils, | |||||
| 8463 | Kingdom:, | |||||
| 8464 | Code Qual ity, | |||||
| 8465 | Scan Engin e:, | |||||
| 8466 | SCA (Stru ctural), | |||||
| 8467 | ||||||
| 8468 | ||||||
| 8469 | ||||||
| 8470 | Sink Detai ls, | |||||
| 8471 | Sink:, | |||||
| 8472 | Field: Pr opertyChan ging, | |||||
| 8473 | File:, | |||||
| 8474 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:471 69, | |||||
| 8475 | Taint Flag s:, | |||||
| 8476 | , | |||||
| 8477 | ||||||
| 8478 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 173634 ( Dead Code: Unused Fi eld),Low, | |||||
| 8479 | Issue Deta ils, | |||||
| 8480 | Kingdom:, | |||||
| 8481 | Code Qual ity, | |||||
| 8482 | Scan Engin e:, | |||||
| 8483 | SCA (Stru ctural), | |||||
| 8484 | ||||||
| 8485 | ||||||
| 8486 | ||||||
| 8487 | Sink Detai ls, | |||||
| 8488 | Sink:, | |||||
| 8489 | Field: Pr opertyChan ging, | |||||
| 8490 | File:, | |||||
| 8491 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:173 634, | |||||
| 8492 | Taint Flag s:, | |||||
| 8493 | , | |||||
| 8494 | ||||||
| 8495 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 89528 (D ead Code: Unused Fie ld),Low, | |||||
| 8496 | Issue Deta ils, | |||||
| 8497 | Kingdom:, | |||||
| 8498 | Code Qual ity, | |||||
| 8499 | Scan Engin e:, | |||||
| 8500 | SCA (Stru ctural), | |||||
| 8501 | ||||||
| 8502 | ||||||
| 8503 | ||||||
| 8504 | Sink Detai ls, | |||||
| 8505 | Sink:, | |||||
| 8506 | Field: Pr opertyChan ging, | |||||
| 8507 | File:, | |||||
| 8508 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:895 28, | |||||
| 8509 | Taint Flag s:, | |||||
| 8510 | , | |||||
| 8511 | ||||||
| 8512 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 136114 ( Dead Code: Unused Fi eld),Low, | |||||
| 8513 | Issue Deta ils, | |||||
| 8514 | Kingdom:, | |||||
| 8515 | Code Qual ity, | |||||
| 8516 | Scan Engin e:, | |||||
| 8517 | SCA (Stru ctural), | |||||
| 8518 | ||||||
| 8519 | ||||||
| 8520 | ||||||
| 8521 | Sink Detai ls, | |||||
| 8522 | Sink:, | |||||
| 8523 | Field: Pr opertyChan ging, | |||||
| 8524 | File:, | |||||
| 8525 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:136 114, | |||||
| 8526 | Taint Flag s:, | |||||
| 8527 | , | |||||
| 8528 | ||||||
| 8529 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 113142 ( Dead Code: Unused Fi eld),Low, | |||||
| 8530 | Issue Deta ils, | |||||
| 8531 | Kingdom:, | |||||
| 8532 | Code Qual ity, | |||||
| 8533 | Scan Engin e:, | |||||
| 8534 | SCA (Stru ctural), | |||||
| 8535 | ||||||
| 8536 | ||||||
| 8537 | ||||||
| 8538 | Sink Detai ls, | |||||
| 8539 | Sink:, | |||||
| 8540 | Field: Pr opertyChan ged, | |||||
| 8541 | File:, | |||||
| 8542 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:113 142, | |||||
| 8543 | Taint Flag s:, | |||||
| 8544 | , | |||||
| 8545 | ||||||
| 8546 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 219474 ( Dead Code: Unused Fi eld),Low, | |||||
| 8547 | Issue Deta ils, | |||||
| 8548 | Kingdom:, | |||||
| 8549 | Code Qual ity, | |||||
| 8550 | Scan Engin e:, | |||||
| 8551 | SCA (Stru ctural), | |||||
| 8552 | ||||||
| 8553 | ||||||
| 8554 | ||||||
| 8555 | Sink Detai ls, | |||||
| 8556 | Sink:, | |||||
| 8557 | Field: Pr opertyChan ging, | |||||
| 8558 | File:, | |||||
| 8559 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:219 474, | |||||
| 8560 | Taint Flag s:, | |||||
| 8561 | , | |||||
| 8562 | ||||||
| 8563 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 281861 ( Dead Code: Unused Fi eld),Low, | |||||
| 8564 | Issue Deta ils, | |||||
| 8565 | Kingdom:, | |||||
| 8566 | Code Qual ity, | |||||
| 8567 | Scan Engin e:, | |||||
| 8568 | SCA (Stru ctural), | |||||
| 8569 | ||||||
| 8570 | ||||||
| 8571 | ||||||
| 8572 | Sink Detai ls, | |||||
| 8573 | Sink:, | |||||
| 8574 | Field: Pr opertyChan ging, | |||||
| 8575 | File:, | |||||
| 8576 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:281 861, | |||||
| 8577 | Taint Flag s:, | |||||
| 8578 | , | |||||
| 8579 | ||||||
| 8580 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 233476 ( Dead Code: Unused Fi eld),Low, | |||||
| 8581 | Issue Deta ils, | |||||
| 8582 | Kingdom:, | |||||
| 8583 | Code Qual ity, | |||||
| 8584 | Scan Engin e:, | |||||
| 8585 | SCA (Stru ctural), | |||||
| 8586 | ||||||
| 8587 | ||||||
| 8588 | ||||||
| 8589 | Sink Detai ls, | |||||
| 8590 | Sink:, | |||||
| 8591 | Field: Pr opertyChan ged, | |||||
| 8592 | File:, | |||||
| 8593 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:233 476, | |||||
| 8594 | Taint Flag s:, | |||||
| 8595 | , | |||||
| 8596 | ||||||
| 8597 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 249521 ( Dead Code: Unused Fi eld),Low, | |||||
| 8598 | Issue Deta ils, | |||||
| 8599 | Kingdom:, | |||||
| 8600 | Code Qual ity, | |||||
| 8601 | Scan Engin e:, | |||||
| 8602 | SCA (Stru ctural), | |||||
| 8603 | ||||||
| 8604 | ||||||
| 8605 | ||||||
| 8606 | Sink Detai ls, | |||||
| 8607 | Sink:, | |||||
| 8608 | Field: Pr opertyChan ged, | |||||
| 8609 | File:, | |||||
| 8610 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:249 521, | |||||
| 8611 | Taint Flag s:, | |||||
| 8612 | , | |||||
| 8613 | ||||||
| 8614 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 231940 ( Dead Code: Unused Fi eld),Low, | |||||
| 8615 | Issue Deta ils, | |||||
| 8616 | Kingdom:, | |||||
| 8617 | Code Qual ity, | |||||
| 8618 | Scan Engin e:, | |||||
| 8619 | SCA (Stru ctural), | |||||
| 8620 | ||||||
| 8621 | ||||||
| 8622 | ||||||
| 8623 | Sink Detai ls, | |||||
| 8624 | Sink:, | |||||
| 8625 | Field: Pr opertyChan ged, | |||||
| 8626 | File:, | |||||
| 8627 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:231 940, | |||||
| 8628 | Taint Flag s:, | |||||
| 8629 | , | |||||
| 8630 | ||||||
| 8631 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 89526 (D ead Code: Unused Fie ld),Low, | |||||
| 8632 | Issue Deta ils, | |||||
| 8633 | Kingdom:, | |||||
| 8634 | Code Qual ity, | |||||
| 8635 | Scan Engin e:, | |||||
| 8636 | SCA (Stru ctural), | |||||
| 8637 | ||||||
| 8638 | ||||||
| 8639 | ||||||
| 8640 | Sink Detai ls, | |||||
| 8641 | Sink:, | |||||
| 8642 | Field: Pr opertyChan ged, | |||||
| 8643 | File:, | |||||
| 8644 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:895 26, | |||||
| 8645 | Taint Flag s:, | |||||
| 8646 | , | |||||
| 8647 | ||||||
| 8648 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 282166 ( Dead Code: Unused Fi eld),Low, | |||||
| 8649 | Issue Deta ils, | |||||
| 8650 | Kingdom:, | |||||
| 8651 | Code Qual ity, | |||||
| 8652 | Scan Engin e:, | |||||
| 8653 | SCA (Stru ctural), | |||||
| 8654 | ||||||
| 8655 | ||||||
| 8656 | ||||||
| 8657 | Sink Detai ls, | |||||
| 8658 | Sink:, | |||||
| 8659 | Field: Pr opertyChan ged, | |||||
| 8660 | File:, | |||||
| 8661 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:282 166, | |||||
| 8662 | Taint Flag s:, | |||||
| 8663 | , | |||||
| 8664 | ||||||
| 8665 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 281456 ( Dead Code: Unused Fi eld),Low, | |||||
| 8666 | Issue Deta ils, | |||||
| 8667 | Kingdom:, | |||||
| 8668 | Code Qual ity, | |||||
| 8669 | Scan Engin e:, | |||||
| 8670 | SCA (Stru ctural), | |||||
| 8671 | ||||||
| 8672 | ||||||
| 8673 | ||||||
| 8674 | Sink Detai ls, | |||||
| 8675 | Sink:, | |||||
| 8676 | Field: Pr opertyChan ging, | |||||
| 8677 | File:, | |||||
| 8678 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:281 456, | |||||
| 8679 | Taint Flag s:, | |||||
| 8680 | , | |||||
| 8681 | ||||||
| 8682 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 115096 ( Dead Code: Unused Fi eld),Low, | |||||
| 8683 | Issue Deta ils, | |||||
| 8684 | Kingdom:, | |||||
| 8685 | Code Qual ity, | |||||
| 8686 | Scan Engin e:, | |||||
| 8687 | SCA (Stru ctural), | |||||
| 8688 | ||||||
| 8689 | ||||||
| 8690 | ||||||
| 8691 | Sink Detai ls, | |||||
| 8692 | Sink:, | |||||
| 8693 | Field: Pr opertyChan ged, | |||||
| 8694 | File:, | |||||
| 8695 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:115 096, | |||||
| 8696 | Taint Flag s:, | |||||
| 8697 | , | |||||
| 8698 | ||||||
| 8699 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 40359 (D ead Code: Unused Fie ld),Low, | |||||
| 8700 | Issue Deta ils, | |||||
| 8701 | Kingdom:, | |||||
| 8702 | Code Qual ity, | |||||
| 8703 | Scan Engin e:, | |||||
| 8704 | SCA (Stru ctural), | |||||
| 8705 | ||||||
| 8706 | ||||||
| 8707 | ||||||
| 8708 | Sink Detai ls, | |||||
| 8709 | Sink:, | |||||
| 8710 | Field: Pr opertyChan ging, | |||||
| 8711 | File:, | |||||
| 8712 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:403 59, | |||||
| 8713 | Taint Flag s:, | |||||
| 8714 | , | |||||
| 8715 | ||||||
| 8716 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 92725 (D ead Code: Unused Fie ld),Low, | |||||
| 8717 | Issue Deta ils, | |||||
| 8718 | Kingdom:, | |||||
| 8719 | Code Qual ity, | |||||
| 8720 | Scan Engin e:, | |||||
| 8721 | SCA (Stru ctural), | |||||
| 8722 | ||||||
| 8723 | ||||||
| 8724 | ||||||
| 8725 | Sink Detai ls, | |||||
| 8726 | Sink:, | |||||
| 8727 | Field: Pr opertyChan ged, | |||||
| 8728 | File:, | |||||
| 8729 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:927 25, | |||||
| 8730 | Taint Flag s:, | |||||
| 8731 | , | |||||
| 8732 | ||||||
| 8733 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 129339 ( Dead Code: Unused Fi eld),Low, | |||||
| 8734 | Issue Deta ils, | |||||
| 8735 | Kingdom:, | |||||
| 8736 | Code Qual ity, | |||||
| 8737 | Scan Engin e:, | |||||
| 8738 | SCA (Stru ctural), | |||||
| 8739 | ||||||
| 8740 | ||||||
| 8741 | ||||||
| 8742 | Sink Detai ls, | |||||
| 8743 | Sink:, | |||||
| 8744 | Field: Pr opertyChan ging, | |||||
| 8745 | File:, | |||||
| 8746 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:129 339, | |||||
| 8747 | Taint Flag s:, | |||||
| 8748 | , | |||||
| 8749 | ||||||
| 8750 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 47032 (D ead Code: Unused Fie ld),Low, | |||||
| 8751 | Issue Deta ils, | |||||
| 8752 | Kingdom:, | |||||
| 8753 | Code Qual ity, | |||||
| 8754 | Scan Engin e:, | |||||
| 8755 | SCA (Stru ctural), | |||||
| 8756 | ||||||
| 8757 | ||||||
| 8758 | ||||||
| 8759 | Sink Detai ls, | |||||
| 8760 | Sink:, | |||||
| 8761 | Field: Pr opertyChan ged, | |||||
| 8762 | File:, | |||||
| 8763 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:470 32, | |||||
| 8764 | Taint Flag s:, | |||||
| 8765 | , | |||||
| 8766 | ||||||
| 8767 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 296341 ( Dead Code: Unused Fi eld),Low, | |||||
| 8768 | Issue Deta ils, | |||||
| 8769 | Kingdom:, | |||||
| 8770 | Code Qual ity, | |||||
| 8771 | Scan Engin e:, | |||||
| 8772 | SCA (Stru ctural), | |||||
| 8773 | ||||||
| 8774 | ||||||
| 8775 | ||||||
| 8776 | Sink Detai ls, | |||||
| 8777 | Sink:, | |||||
| 8778 | Field: Pr opertyChan ged, | |||||
| 8779 | File:, | |||||
| 8780 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:296 341, | |||||
| 8781 | Taint Flag s:, | |||||
| 8782 | , | |||||
| 8783 | ||||||
| 8784 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 36504 (D ead Code: Unused Fie ld),Low, | |||||
| 8785 | Issue Deta ils, | |||||
| 8786 | Kingdom:, | |||||
| 8787 | Code Qual ity, | |||||
| 8788 | Scan Engin e:, | |||||
| 8789 | SCA (Stru ctural), | |||||
| 8790 | ||||||
| 8791 | ||||||
| 8792 | ||||||
| 8793 | Sink Detai ls, | |||||
| 8794 | Sink:, | |||||
| 8795 | Field: Pr opertyChan ged, | |||||
| 8796 | File:, | |||||
| 8797 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:365 04, | |||||
| 8798 | Taint Flag s:, | |||||
| 8799 | , | |||||
| 8800 | ||||||
| 8801 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 146793 ( Dead Code: Unused Fi eld),Low, | |||||
| 8802 | Issue Deta ils, | |||||
| 8803 | Kingdom:, | |||||
| 8804 | Code Qual ity, | |||||
| 8805 | Scan Engin e:, | |||||
| 8806 | SCA (Stru ctural), | |||||
| 8807 | ||||||
| 8808 | ||||||
| 8809 | ||||||
| 8810 | Sink Detai ls, | |||||
| 8811 | Sink:, | |||||
| 8812 | Field: Pr opertyChan ged, | |||||
| 8813 | File:, | |||||
| 8814 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:146 793, | |||||
| 8815 | Taint Flag s:, | |||||
| 8816 | , | |||||
| 8817 | ||||||
| 8818 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 65869 (D ead Code: Unused Fie ld),Low, | |||||
| 8819 | Issue Deta ils, | |||||
| 8820 | Kingdom:, | |||||
| 8821 | Code Qual ity, | |||||
| 8822 | Scan Engin e:, | |||||
| 8823 | SCA (Stru ctural), | |||||
| 8824 | ||||||
| 8825 | ||||||
| 8826 | ||||||
| 8827 | Sink Detai ls, | |||||
| 8828 | Sink:, | |||||
| 8829 | Field: Pr opertyChan ging, | |||||
| 8830 | File:, | |||||
| 8831 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:658 69, | |||||
| 8832 | Taint Flag s:, | |||||
| 8833 | , | |||||
| 8834 | ||||||
| 8835 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 241856 ( Dead Code: Unused Fi eld),Low, | |||||
| 8836 | Issue Deta ils, | |||||
| 8837 | Kingdom:, | |||||
| 8838 | Code Qual ity, | |||||
| 8839 | Scan Engin e:, | |||||
| 8840 | SCA (Stru ctural), | |||||
| 8841 | ||||||
| 8842 | ||||||
| 8843 | ||||||
| 8844 | Sink Detai ls, | |||||
| 8845 | Sink:, | |||||
| 8846 | Field: Pr opertyChan ged, | |||||
| 8847 | File:, | |||||
| 8848 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:241 856, | |||||
| 8849 | Taint Flag s:, | |||||
| 8850 | , | |||||
| 8851 | ||||||
| 8852 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 59894 (D ead Code: Unused Fie ld),Low, | |||||
| 8853 | Issue Deta ils, | |||||
| 8854 | Kingdom:, | |||||
| 8855 | Code Qual ity, | |||||
| 8856 | Scan Engin e:, | |||||
| 8857 | SCA (Stru ctural), | |||||
| 8858 | ||||||
| 8859 | ||||||
| 8860 | ||||||
| 8861 | Sink Detai ls, | |||||
| 8862 | Sink:, | |||||
| 8863 | Field: Pr opertyChan ging, | |||||
| 8864 | File:, | |||||
| 8865 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:598 94, | |||||
| 8866 | Taint Flag s:, | |||||
| 8867 | , | |||||
| 8868 | ||||||
| 8869 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 165080 ( Dead Code: Unused Fi eld),Low, | |||||
| 8870 | Issue Deta ils, | |||||
| 8871 | Kingdom:, | |||||
| 8872 | Code Qual ity, | |||||
| 8873 | Scan Engin e:, | |||||
| 8874 | SCA (Stru ctural), | |||||
| 8875 | ||||||
| 8876 | ||||||
| 8877 | ||||||
| 8878 | Sink Detai ls, | |||||
| 8879 | Sink:, | |||||
| 8880 | Field: Pr opertyChan ging, | |||||
| 8881 | File:, | |||||
| 8882 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:165 080, | |||||
| 8883 | Taint Flag s:, | |||||
| 8884 | , | |||||
| 8885 | ||||||
| 8886 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 72096 (D ead Code: Unused Fie ld),Low, | |||||
| 8887 | Issue Deta ils, | |||||
| 8888 | Kingdom:, | |||||
| 8889 | Code Qual ity, | |||||
| 8890 | Scan Engin e:, | |||||
| 8891 | SCA (Stru ctural), | |||||
| 8892 | ||||||
| 8893 | ||||||
| 8894 | ||||||
| 8895 | Sink Detai ls, | |||||
| 8896 | Sink:, | |||||
| 8897 | Field: Pr opertyChan ging, | |||||
| 8898 | File:, | |||||
| 8899 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:720 96, | |||||
| 8900 | Taint Flag s:, | |||||
| 8901 | , | |||||
| 8902 | ||||||
| 8903 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 119272 ( Dead Code: Unused Fi eld),Low, | |||||
| 8904 | Issue Deta ils, | |||||
| 8905 | Kingdom:, | |||||
| 8906 | Code Qual ity, | |||||
| 8907 | Scan Engin e:, | |||||
| 8908 | SCA (Stru ctural), | |||||
| 8909 | ||||||
| 8910 | ||||||
| 8911 | ||||||
| 8912 | Sink Detai ls, | |||||
| 8913 | Sink:, | |||||
| 8914 | Field: Pr opertyChan ged, | |||||
| 8915 | File:, | |||||
| 8916 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:119 272, | |||||
| 8917 | Taint Flag s:, | |||||
| 8918 | , | |||||
| 8919 | ||||||
| 8920 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 68414 (D ead Code: Unused Fie ld),Low, | |||||
| 8921 | Issue Deta ils, | |||||
| 8922 | Kingdom:, | |||||
| 8923 | Code Qual ity, | |||||
| 8924 | Scan Engin e:, | |||||
| 8925 | SCA (Stru ctural), | |||||
| 8926 | ||||||
| 8927 | ||||||
| 8928 | ||||||
| 8929 | Sink Detai ls, | |||||
| 8930 | Sink:, | |||||
| 8931 | Field: Pr opertyChan ging, | |||||
| 8932 | File:, | |||||
| 8933 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:684 14, | |||||
| 8934 | Taint Flag s:, | |||||
| 8935 | , | |||||
| 8936 | ||||||
| 8937 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 18347 (D ead Code: Unused Fie ld),Low, | |||||
| 8938 | Issue Deta ils, | |||||
| 8939 | Kingdom:, | |||||
| 8940 | Code Qual ity, | |||||
| 8941 | Scan Engin e:, | |||||
| 8942 | SCA (Stru ctural), | |||||
| 8943 | ||||||
| 8944 | ||||||
| 8945 | ||||||
| 8946 | Sink Detai ls, | |||||
| 8947 | Sink:, | |||||
| 8948 | Field: Pr opertyChan ging, | |||||
| 8949 | File:, | |||||
| 8950 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:183 47, | |||||
| 8951 | Taint Flag s:, | |||||
| 8952 | , | |||||
| 8953 | ||||||
| 8954 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 206023 ( Dead Code: Unused Fi eld),Low, | |||||
| 8955 | Issue Deta ils, | |||||
| 8956 | Kingdom:, | |||||
| 8957 | Code Qual ity, | |||||
| 8958 | Scan Engin e:, | |||||
| 8959 | SCA (Stru ctural), | |||||
| 8960 | ||||||
| 8961 | ||||||
| 8962 | ||||||
| 8963 | Sink Detai ls, | |||||
| 8964 | Sink:, | |||||
| 8965 | Field: Pr opertyChan ging, | |||||
| 8966 | File:, | |||||
| 8967 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:206 023, | |||||
| 8968 | Taint Flag s:, | |||||
| 8969 | , | |||||
| 8970 | ||||||
| 8971 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 165610 ( Dead Code: Unused Fi eld),Low, | |||||
| 8972 | Issue Deta ils, | |||||
| 8973 | Kingdom:, | |||||
| 8974 | Code Qual ity, | |||||
| 8975 | Scan Engin e:, | |||||
| 8976 | SCA (Stru ctural), | |||||
| 8977 | ||||||
| 8978 | ||||||
| 8979 | ||||||
| 8980 | Sink Detai ls, | |||||
| 8981 | Sink:, | |||||
| 8982 | Field: Pr opertyChan ged, | |||||
| 8983 | File:, | |||||
| 8984 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:165 610, | |||||
| 8985 | Taint Flag s:, | |||||
| 8986 | , | |||||
| 8987 | ||||||
| 8988 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 230218 ( Dead Code: Unused Fi eld),Low, | |||||
| 8989 | Issue Deta ils, | |||||
| 8990 | Kingdom:, | |||||
| 8991 | Code Qual ity, | |||||
| 8992 | Scan Engin e:, | |||||
| 8993 | SCA (Stru ctural), | |||||
| 8994 | ||||||
| 8995 | ||||||
| 8996 | ||||||
| 8997 | Sink Detai ls, | |||||
| 8998 | Sink:, | |||||
| 8999 | Field: Pr opertyChan ged, | |||||
| 9000 | File:, | |||||
| 9001 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:230 218, | |||||
| 9002 | Taint Flag s:, | |||||
| 9003 | , | |||||
| 9004 | ||||||
| 9005 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 115098 ( Dead Code: Unused Fi eld),Low, | |||||
| 9006 | Issue Deta ils, | |||||
| 9007 | Kingdom:, | |||||
| 9008 | Code Qual ity, | |||||
| 9009 | Scan Engin e:, | |||||
| 9010 | SCA (Stru ctural), | |||||
| 9011 | ||||||
| 9012 | ||||||
| 9013 | ||||||
| 9014 | Sink Detai ls, | |||||
| 9015 | Sink:, | |||||
| 9016 | Field: Pr opertyChan ging, | |||||
| 9017 | File:, | |||||
| 9018 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:115 098, | |||||
| 9019 | Taint Flag s:, | |||||
| 9020 | , | |||||
| 9021 | ||||||
| 9022 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 228409 ( Dead Code: Unused Fi eld),Low, | |||||
| 9023 | Issue Deta ils, | |||||
| 9024 | Kingdom:, | |||||
| 9025 | Code Qual ity, | |||||
| 9026 | Scan Engin e:, | |||||
| 9027 | SCA (Stru ctural), | |||||
| 9028 | ||||||
| 9029 | ||||||
| 9030 | ||||||
| 9031 | Sink Detai ls, | |||||
| 9032 | Sink:, | |||||
| 9033 | Field: Pr opertyChan ging, | |||||
| 9034 | File:, | |||||
| 9035 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:228 409, | |||||
| 9036 | Taint Flag s:, | |||||
| 9037 | , | |||||
| 9038 | ||||||
| 9039 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 181759 ( Dead Code: Unused Fi eld),Low, | |||||
| 9040 | Issue Deta ils, | |||||
| 9041 | Kingdom:, | |||||
| 9042 | Code Qual ity, | |||||
| 9043 | Scan Engin e:, | |||||
| 9044 | SCA (Stru ctural), | |||||
| 9045 | ||||||
| 9046 | ||||||
| 9047 | ||||||
| 9048 | Sink Detai ls, | |||||
| 9049 | Sink:, | |||||
| 9050 | Field: Pr opertyChan ged, | |||||
| 9051 | File:, | |||||
| 9052 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:181 759, | |||||
| 9053 | Taint Flag s:, | |||||
| 9054 | , | |||||
| 9055 | ||||||
| 9056 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 220089 ( Dead Code: Unused Fi eld),Low, | |||||
| 9057 | Issue Deta ils, | |||||
| 9058 | Kingdom:, | |||||
| 9059 | Code Qual ity, | |||||
| 9060 | Scan Engin e:, | |||||
| 9061 | SCA (Stru ctural), | |||||
| 9062 | ||||||
| 9063 | ||||||
| 9064 | ||||||
| 9065 | Sink Detai ls, | |||||
| 9066 | Sink:, | |||||
| 9067 | Field: Pr opertyChan ged, | |||||
| 9068 | File:, | |||||
| 9069 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:220 089, | |||||
| 9070 | Taint Flag s:, | |||||
| 9071 | , | |||||
| 9072 | ||||||
| 9073 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 275531 ( Dead Code: Unused Fi eld),Low, | |||||
| 9074 | Issue Deta ils, | |||||
| 9075 | Kingdom:, | |||||
| 9076 | Code Qual ity, | |||||
| 9077 | Scan Engin e:, | |||||
| 9078 | SCA (Stru ctural), | |||||
| 9079 | ||||||
| 9080 | ||||||
| 9081 | ||||||
| 9082 | Sink Detai ls, | |||||
| 9083 | Sink:, | |||||
| 9084 | Field: Pr opertyChan ged, | |||||
| 9085 | File:, | |||||
| 9086 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:275 531, | |||||
| 9087 | Taint Flag s:, | |||||
| 9088 | , | |||||
| 9089 | ||||||
| 9090 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 163275 ( Dead Code: Unused Fi eld),Low, | |||||
| 9091 | Issue Deta ils, | |||||
| 9092 | Kingdom:, | |||||
| 9093 | Code Qual ity, | |||||
| 9094 | Scan Engin e:, | |||||
| 9095 | SCA (Stru ctural), | |||||
| 9096 | ||||||
| 9097 | ||||||
| 9098 | ||||||
| 9099 | Sink Detai ls, | |||||
| 9100 | Sink:, | |||||
| 9101 | Field: Pr opertyChan ging, | |||||
| 9102 | File:, | |||||
| 9103 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:163 275, | |||||
| 9104 | Taint Flag s:, | |||||
| 9105 | , | |||||
| 9106 | ||||||
| 9107 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 244204 ( Dead Code: Unused Fi eld),Low, | |||||
| 9108 | Issue Deta ils, | |||||
| 9109 | Kingdom:, | |||||
| 9110 | Code Qual ity, | |||||
| 9111 | Scan Engin e:, | |||||
| 9112 | SCA (Stru ctural), | |||||
| 9113 | ||||||
| 9114 | ||||||
| 9115 | ||||||
| 9116 | Sink Detai ls, | |||||
| 9117 | Sink:, | |||||
| 9118 | Field: Pr opertyChan ged, | |||||
| 9119 | File:, | |||||
| 9120 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:244 204, | |||||
| 9121 | Taint Flag s:, | |||||
| 9122 | , | |||||
| 9123 | ||||||
| 9124 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 124874 ( Dead Code: Unused Fi eld),Low, | |||||
| 9125 | Issue Deta ils, | |||||
| 9126 | Kingdom:, | |||||
| 9127 | Code Qual ity, | |||||
| 9128 | Scan Engin e:, | |||||
| 9129 | SCA (Stru ctural), | |||||
| 9130 | ||||||
| 9131 | ||||||
| 9132 | ||||||
| 9133 | Sink Detai ls, | |||||
| 9134 | Sink:, | |||||
| 9135 | Field: Pr opertyChan ged, | |||||
| 9136 | File:, | |||||
| 9137 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:124 874, | |||||
| 9138 | Taint Flag s:, | |||||
| 9139 | , | |||||
| 9140 | ||||||
| 9141 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 231634 ( Dead Code: Unused Fi eld),Low, | |||||
| 9142 | Issue Deta ils, | |||||
| 9143 | Kingdom:, | |||||
| 9144 | Code Qual ity, | |||||
| 9145 | Scan Engin e:, | |||||
| 9146 | SCA (Stru ctural), | |||||
| 9147 | ||||||
| 9148 | ||||||
| 9149 | ||||||
| 9150 | Sink Detai ls, | |||||
| 9151 | Sink:, | |||||
| 9152 | Field: Pr opertyChan ging, | |||||
| 9153 | File:, | |||||
| 9154 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:231 634, | |||||
| 9155 | Taint Flag s:, | |||||
| 9156 | , | |||||
| 9157 | ||||||
| 9158 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 299942 ( Dead Code: Unused Fi eld),Low, | |||||
| 9159 | Issue Deta ils, | |||||
| 9160 | Kingdom:, | |||||
| 9161 | Code Qual ity, | |||||
| 9162 | Scan Engin e:, | |||||
| 9163 | SCA (Stru ctural), | |||||
| 9164 | ||||||
| 9165 | ||||||
| 9166 | ||||||
| 9167 | Sink Detai ls, | |||||
| 9168 | Sink:, | |||||
| 9169 | Field: Pr opertyChan ged, | |||||
| 9170 | File:, | |||||
| 9171 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:299 942, | |||||
| 9172 | Taint Flag s:, | |||||
| 9173 | , | |||||
| 9174 | ||||||
| 9175 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 287561 ( Dead Code: Unused Fi eld),Low, | |||||
| 9176 | Issue Deta ils, | |||||
| 9177 | Kingdom:, | |||||
| 9178 | Code Qual ity, | |||||
| 9179 | Scan Engin e:, | |||||
| 9180 | SCA (Stru ctural), | |||||
| 9181 | ||||||
| 9182 | ||||||
| 9183 | ||||||
| 9184 | Sink Detai ls, | |||||
| 9185 | Sink:, | |||||
| 9186 | Field: Pr opertyChan ged, | |||||
| 9187 | File:, | |||||
| 9188 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:287 561, | |||||
| 9189 | Taint Flag s:, | |||||
| 9190 | , | |||||
| 9191 | ||||||
| 9192 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 118212 ( Dead Code: Unused Fi eld),Low, | |||||
| 9193 | Issue Deta ils, | |||||
| 9194 | Kingdom:, | |||||
| 9195 | Code Qual ity, | |||||
| 9196 | Scan Engin e:, | |||||
| 9197 | SCA (Stru ctural), | |||||
| 9198 | ||||||
| 9199 | ||||||
| 9200 | ||||||
| 9201 | Sink Detai ls, | |||||
| 9202 | Sink:, | |||||
| 9203 | Field: Pr opertyChan ged, | |||||
| 9204 | File:, | |||||
| 9205 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:118 212, | |||||
| 9206 | Taint Flag s:, | |||||
| 9207 | , | |||||
| 9208 | ||||||
| 9209 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 159943 ( Dead Code: Unused Fi eld),Low, | |||||
| 9210 | Issue Deta ils, | |||||
| 9211 | Kingdom:, | |||||
| 9212 | Code Qual ity, | |||||
| 9213 | Scan Engin e:, | |||||
| 9214 | SCA (Stru ctural), | |||||
| 9215 | ||||||
| 9216 | ||||||
| 9217 | ||||||
| 9218 | Sink Detai ls, | |||||
| 9219 | Sink:, | |||||
| 9220 | Field: Pr opertyChan ging, | |||||
| 9221 | File:, | |||||
| 9222 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:159 943, | |||||
| 9223 | Taint Flag s:, | |||||
| 9224 | , | |||||
| 9225 | ||||||
| 9226 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 187496 ( Dead Code: Unused Fi eld),Low, | |||||
| 9227 | Issue Deta ils, | |||||
| 9228 | Kingdom:, | |||||
| 9229 | Code Qual ity, | |||||
| 9230 | Scan Engin e:, | |||||
| 9231 | SCA (Stru ctural), | |||||
| 9232 | ||||||
| 9233 | ||||||
| 9234 | ||||||
| 9235 | Sink Detai ls, | |||||
| 9236 | Sink:, | |||||
| 9237 | Field: Pr opertyChan ging, | |||||
| 9238 | File:, | |||||
| 9239 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:187 496, | |||||
| 9240 | Taint Flag s:, | |||||
| 9241 | , | |||||
| 9242 | ||||||
| 9243 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 201134 ( Dead Code: Unused Fi eld),Low, | |||||
| 9244 | Issue Deta ils, | |||||
| 9245 | Kingdom:, | |||||
| 9246 | Code Qual ity, | |||||
| 9247 | Scan Engin e:, | |||||
| 9248 | SCA (Stru ctural), | |||||
| 9249 | ||||||
| 9250 | ||||||
| 9251 | ||||||
| 9252 | Sink Detai ls, | |||||
| 9253 | Sink:, | |||||
| 9254 | Field: Pr opertyChan ged, | |||||
| 9255 | File:, | |||||
| 9256 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:201 134, | |||||
| 9257 | Taint Flag s:, | |||||
| 9258 | , | |||||
| 9259 | ||||||
| 9260 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 100933 ( Dead Code: Unused Fi eld),Low, | |||||
| 9261 | Issue Deta ils, | |||||
| 9262 | Kingdom:, | |||||
| 9263 | Code Qual ity, | |||||
| 9264 | Scan Engin e:, | |||||
| 9265 | SCA (Stru ctural), | |||||
| 9266 | ||||||
| 9267 | ||||||
| 9268 | ||||||
| 9269 | Sink Detai ls, | |||||
| 9270 | Sink:, | |||||
| 9271 | Field: Pr opertyChan ged, | |||||
| 9272 | File:, | |||||
| 9273 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:100 933, | |||||
| 9274 | Taint Flag s:, | |||||
| 9275 | , | |||||
| 9276 | ||||||
| 9277 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 218643 ( Dead Code: Unused Fi eld),Low, | |||||
| 9278 | Issue Deta ils, | |||||
| 9279 | Kingdom:, | |||||
| 9280 | Code Qual ity, | |||||
| 9281 | Scan Engin e:, | |||||
| 9282 | SCA (Stru ctural), | |||||
| 9283 | ||||||
| 9284 | ||||||
| 9285 | ||||||
| 9286 | Sink Detai ls, | |||||
| 9287 | Sink:, | |||||
| 9288 | Field: Pr opertyChan ging, | |||||
| 9289 | File:, | |||||
| 9290 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:218 643, | |||||
| 9291 | Taint Flag s:, | |||||
| 9292 | , | |||||
| 9293 | ||||||
| 9294 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 168432 ( Dead Code: Unused Fi eld),Low, | |||||
| 9295 | Issue Deta ils, | |||||
| 9296 | Kingdom:, | |||||
| 9297 | Code Qual ity, | |||||
| 9298 | Scan Engin e:, | |||||
| 9299 | SCA (Stru ctural), | |||||
| 9300 | ||||||
| 9301 | ||||||
| 9302 | ||||||
| 9303 | Sink Detai ls, | |||||
| 9304 | Sink:, | |||||
| 9305 | Field: Pr opertyChan ging, | |||||
| 9306 | File:, | |||||
| 9307 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:168 432, | |||||
| 9308 | Taint Flag s:, | |||||
| 9309 | , | |||||
| 9310 | ||||||
| 9311 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 121333 ( Dead Code: Unused Fi eld),Low, | |||||
| 9312 | Issue Deta ils, | |||||
| 9313 | Kingdom:, | |||||
| 9314 | Code Qual ity, | |||||
| 9315 | Scan Engin e:, | |||||
| 9316 | SCA (Stru ctural), | |||||
| 9317 | ||||||
| 9318 | ||||||
| 9319 | ||||||
| 9320 | Sink Detai ls, | |||||
| 9321 | Sink:, | |||||
| 9322 | Field: Pr opertyChan ging, | |||||
| 9323 | File:, | |||||
| 9324 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:121 333, | |||||
| 9325 | Taint Flag s:, | |||||
| 9326 | , | |||||
| 9327 | ||||||
| 9328 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 200553 ( Dead Code: Unused Fi eld),Low, | |||||
| 9329 | Issue Deta ils, | |||||
| 9330 | Kingdom:, | |||||
| 9331 | Code Qual ity, | |||||
| 9332 | Scan Engin e:, | |||||
| 9333 | SCA (Stru ctural), | |||||
| 9334 | ||||||
| 9335 | ||||||
| 9336 | ||||||
| 9337 | Sink Detai ls, | |||||
| 9338 | Sink:, | |||||
| 9339 | Field: Pr opertyChan ging, | |||||
| 9340 | File:, | |||||
| 9341 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:200 553, | |||||
| 9342 | Taint Flag s:, | |||||
| 9343 | , | |||||
| 9344 | ||||||
| 9345 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 85592 (D ead Code: Unused Fie ld),Low, | |||||
| 9346 | Issue Deta ils, | |||||
| 9347 | Kingdom:, | |||||
| 9348 | Code Qual ity, | |||||
| 9349 | Scan Engin e:, | |||||
| 9350 | SCA (Stru ctural), | |||||
| 9351 | ||||||
| 9352 | ||||||
| 9353 | ||||||
| 9354 | Sink Detai ls, | |||||
| 9355 | Sink:, | |||||
| 9356 | Field: Pr opertyChan ged, | |||||
| 9357 | File:, | |||||
| 9358 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:855 92, | |||||
| 9359 | Taint Flag s:, | |||||
| 9360 | , | |||||
| 9361 | ||||||
| 9362 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 145894 ( Dead Code: Unused Fi eld),Low, | |||||
| 9363 | Issue Deta ils, | |||||
| 9364 | Kingdom:, | |||||
| 9365 | Code Qual ity, | |||||
| 9366 | Scan Engin e:, | |||||
| 9367 | SCA (Stru ctural), | |||||
| 9368 | ||||||
| 9369 | ||||||
| 9370 | ||||||
| 9371 | Sink Detai ls, | |||||
| 9372 | Sink:, | |||||
| 9373 | Field: Pr opertyChan ging, | |||||
| 9374 | File:, | |||||
| 9375 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:145 894, | |||||
| 9376 | Taint Flag s:, | |||||
| 9377 | , | |||||
| 9378 | ||||||
| 9379 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 121331 ( Dead Code: Unused Fi eld),Low, | |||||
| 9380 | Issue Deta ils, | |||||
| 9381 | Kingdom:, | |||||
| 9382 | Code Qual ity, | |||||
| 9383 | Scan Engin e:, | |||||
| 9384 | SCA (Stru ctural), | |||||
| 9385 | ||||||
| 9386 | ||||||
| 9387 | ||||||
| 9388 | Sink Detai ls, | |||||
| 9389 | Sink:, | |||||
| 9390 | Field: Pr opertyChan ged, | |||||
| 9391 | File:, | |||||
| 9392 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:121 331, | |||||
| 9393 | Taint Flag s:, | |||||
| 9394 | , | |||||
| 9395 | ||||||
| 9396 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 21392 (D ead Code: Unused Fie ld),Low, | |||||
| 9397 | Issue Deta ils, | |||||
| 9398 | Kingdom:, | |||||
| 9399 | Code Qual ity, | |||||
| 9400 | Scan Engin e:, | |||||
| 9401 | SCA (Stru ctural), | |||||
| 9402 | ||||||
| 9403 | ||||||
| 9404 | ||||||
| 9405 | Sink Detai ls, | |||||
| 9406 | Sink:, | |||||
| 9407 | Field: Pr opertyChan ging, | |||||
| 9408 | File:, | |||||
| 9409 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:213 92, | |||||
| 9410 | Taint Flag s:, | |||||
| 9411 | , | |||||
| 9412 | ||||||
| 9413 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 216554 ( Dead Code: Unused Fi eld),Low, | |||||
| 9414 | Issue Deta ils, | |||||
| 9415 | Kingdom:, | |||||
| 9416 | Code Qual ity, | |||||
| 9417 | Scan Engin e:, | |||||
| 9418 | SCA (Stru ctural), | |||||
| 9419 | ||||||
| 9420 | ||||||
| 9421 | ||||||
| 9422 | Sink Detai ls, | |||||
| 9423 | Sink:, | |||||
| 9424 | Field: Pr opertyChan ged, | |||||
| 9425 | File:, | |||||
| 9426 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:216 554, | |||||
| 9427 | Taint Flag s:, | |||||
| 9428 | , | |||||
| 9429 | ||||||
| 9430 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 185417 ( Dead Code: Unused Fi eld),Low, | |||||
| 9431 | Issue Deta ils, | |||||
| 9432 | Kingdom:, | |||||
| 9433 | Code Qual ity, | |||||
| 9434 | Scan Engin e:, | |||||
| 9435 | SCA (Stru ctural), | |||||
| 9436 | ||||||
| 9437 | ||||||
| 9438 | ||||||
| 9439 | Sink Detai ls, | |||||
| 9440 | Sink:, | |||||
| 9441 | Field: Pr opertyChan ged, | |||||
| 9442 | File:, | |||||
| 9443 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:185 417, | |||||
| 9444 | Taint Flag s:, | |||||
| 9445 | , | |||||
| 9446 | ||||||
| 9447 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 7952 (De ad Code: U nused Fiel d),Low, | |||||
| 9448 | Issue Deta ils, | |||||
| 9449 | Kingdom:, | |||||
| 9450 | Code Qual ity, | |||||
| 9451 | Scan Engin e:, | |||||
| 9452 | SCA (Stru ctural), | |||||
| 9453 | ||||||
| 9454 | ||||||
| 9455 | ||||||
| 9456 | Sink Detai ls, | |||||
| 9457 | Sink:, | |||||
| 9458 | Field: Pr opertyChan ging, | |||||
| 9459 | File:, | |||||
| 9460 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:795 2, | |||||
| 9461 | Taint Flag s:, | |||||
| 9462 | , | |||||
| 9463 | ||||||
| 9464 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 132944 ( Dead Code: Unused Fi eld),Low, | |||||
| 9465 | Issue Deta ils, | |||||
| 9466 | Kingdom:, | |||||
| 9467 | Code Qual ity, | |||||
| 9468 | Scan Engin e:, | |||||
| 9469 | SCA (Stru ctural), | |||||
| 9470 | ||||||
| 9471 | ||||||
| 9472 | ||||||
| 9473 | Sink Detai ls, | |||||
| 9474 | Sink:, | |||||
| 9475 | Field: Pr opertyChan ged, | |||||
| 9476 | File:, | |||||
| 9477 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:132 944, | |||||
| 9478 | Taint Flag s:, | |||||
| 9479 | , | |||||
| 9480 | ||||||
| 9481 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 217827 ( Dead Code: Unused Fi eld),Low, | |||||
| 9482 | Issue Deta ils, | |||||
| 9483 | Kingdom:, | |||||
| 9484 | Code Qual ity, | |||||
| 9485 | Scan Engin e:, | |||||
| 9486 | SCA (Stru ctural), | |||||
| 9487 | ||||||
| 9488 | ||||||
| 9489 | ||||||
| 9490 | Sink Detai ls, | |||||
| 9491 | Sink:, | |||||
| 9492 | Field: Pr opertyChan ged, | |||||
| 9493 | File:, | |||||
| 9494 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:217 827, | |||||
| 9495 | Taint Flag s:, | |||||
| 9496 | , | |||||
| 9497 | ||||||
| 9498 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 74370 (D ead Code: Unused Fie ld),Low, | |||||
| 9499 | Issue Deta ils, | |||||
| 9500 | Kingdom:, | |||||
| 9501 | Code Qual ity, | |||||
| 9502 | Scan Engin e:, | |||||
| 9503 | SCA (Stru ctural), | |||||
| 9504 | ||||||
| 9505 | ||||||
| 9506 | ||||||
| 9507 | Sink Detai ls, | |||||
| 9508 | Sink:, | |||||
| 9509 | Field: Pr opertyChan ged, | |||||
| 9510 | File:, | |||||
| 9511 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:743 70, | |||||
| 9512 | Taint Flag s:, | |||||
| 9513 | , | |||||
| 9514 | ||||||
| 9515 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 50094 (D ead Code: Unused Fie ld),Low, | |||||
| 9516 | Issue Deta ils, | |||||
| 9517 | Kingdom:, | |||||
| 9518 | Code Qual ity, | |||||
| 9519 | Scan Engin e:, | |||||
| 9520 | SCA (Stru ctural), | |||||
| 9521 | ||||||
| 9522 | ||||||
| 9523 | ||||||
| 9524 | Sink Detai ls, | |||||
| 9525 | Sink:, | |||||
| 9526 | Field: Pr opertyChan ged, | |||||
| 9527 | File:, | |||||
| 9528 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:500 94, | |||||
| 9529 | Taint Flag s:, | |||||
| 9530 | , | |||||
| 9531 | ||||||
| 9532 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 192259 ( Dead Code: Unused Fi eld),Low, | |||||
| 9533 | Issue Deta ils, | |||||
| 9534 | Kingdom:, | |||||
| 9535 | Code Qual ity, | |||||
| 9536 | Scan Engin e:, | |||||
| 9537 | SCA (Stru ctural), | |||||
| 9538 | ||||||
| 9539 | ||||||
| 9540 | ||||||
| 9541 | Sink Detai ls, | |||||
| 9542 | Sink:, | |||||
| 9543 | Field: Pr opertyChan ging, | |||||
| 9544 | File:, | |||||
| 9545 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:192 259, | |||||
| 9546 | Taint Flag s:, | |||||
| 9547 | , | |||||
| 9548 | ||||||
| 9549 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 111749 ( Dead Code: Unused Fi eld),Low, | |||||
| 9550 | Issue Deta ils, | |||||
| 9551 | Kingdom:, | |||||
| 9552 | Code Qual ity, | |||||
| 9553 | Scan Engin e:, | |||||
| 9554 | SCA (Stru ctural), | |||||
| 9555 | ||||||
| 9556 | ||||||
| 9557 | ||||||
| 9558 | Sink Detai ls, | |||||
| 9559 | Sink:, | |||||
| 9560 | Field: Pr opertyChan ging, | |||||
| 9561 | File:, | |||||
| 9562 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:111 749, | |||||
| 9563 | Taint Flag s:, | |||||
| 9564 | , | |||||
| 9565 | ||||||
| 9566 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 129034 ( Dead Code: Unused Fi eld),Low, | |||||
| 9567 | Issue Deta ils, | |||||
| 9568 | Kingdom:, | |||||
| 9569 | Code Qual ity, | |||||
| 9570 | Scan Engin e:, | |||||
| 9571 | SCA (Stru ctural), | |||||
| 9572 | ||||||
| 9573 | ||||||
| 9574 | ||||||
| 9575 | Sink Detai ls, | |||||
| 9576 | Sink:, | |||||
| 9577 | Field: Pr opertyChan ged, | |||||
| 9578 | File:, | |||||
| 9579 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:129 034, | |||||
| 9580 | Taint Flag s:, | |||||
| 9581 | , | |||||
| 9582 | ||||||
| 9583 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 199582 ( Dead Code: Unused Fi eld),Low, | |||||
| 9584 | Issue Deta ils, | |||||
| 9585 | Kingdom:, | |||||
| 9586 | Code Qual ity, | |||||
| 9587 | Scan Engin e:, | |||||
| 9588 | SCA (Stru ctural), | |||||
| 9589 | ||||||
| 9590 | ||||||
| 9591 | ||||||
| 9592 | Sink Detai ls, | |||||
| 9593 | Sink:, | |||||
| 9594 | Field: Pr opertyChan ging, | |||||
| 9595 | File:, | |||||
| 9596 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:199 582, | |||||
| 9597 | Taint Flag s:, | |||||
| 9598 | , | |||||
| 9599 | ||||||
| 9600 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 103802 ( Dead Code: Unused Fi eld),Low, | |||||
| 9601 | Issue Deta ils, | |||||
| 9602 | Kingdom:, | |||||
| 9603 | Code Qual ity, | |||||
| 9604 | Scan Engin e:, | |||||
| 9605 | SCA (Stru ctural), | |||||
| 9606 | ||||||
| 9607 | ||||||
| 9608 | ||||||
| 9609 | Sink Detai ls, | |||||
| 9610 | Sink:, | |||||
| 9611 | Field: Pr opertyChan ging, | |||||
| 9612 | File:, | |||||
| 9613 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:103 802, | |||||
| 9614 | Taint Flag s:, | |||||
| 9615 | , | |||||
| 9616 | ||||||
| 9617 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 128325 ( Dead Code: Unused Fi eld),Low, | |||||
| 9618 | Issue Deta ils, | |||||
| 9619 | Kingdom:, | |||||
| 9620 | Code Qual ity, | |||||
| 9621 | Scan Engin e:, | |||||
| 9622 | SCA (Stru ctural), | |||||
| 9623 | ||||||
| 9624 | ||||||
| 9625 | ||||||
| 9626 | Sink Detai ls, | |||||
| 9627 | Sink:, | |||||
| 9628 | Field: Pr opertyChan ging, | |||||
| 9629 | File:, | |||||
| 9630 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:128 325, | |||||
| 9631 | Taint Flag s:, | |||||
| 9632 | , | |||||
| 9633 | ||||||
| 9634 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 3805 (De ad Code: U nused Fiel d),Low, | |||||
| 9635 | Issue Deta ils, | |||||
| 9636 | Kingdom:, | |||||
| 9637 | Code Qual ity, | |||||
| 9638 | Scan Engin e:, | |||||
| 9639 | SCA (Stru ctural), | |||||
| 9640 | ||||||
| 9641 | ||||||
| 9642 | ||||||
| 9643 | Sink Detai ls, | |||||
| 9644 | Sink:, | |||||
| 9645 | Field: Pr opertyChan ged, | |||||
| 9646 | File:, | |||||
| 9647 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:380 5, | |||||
| 9648 | Taint Flag s:, | |||||
| 9649 | , | |||||
| 9650 | ||||||
| 9651 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 58704 (D ead Code: Unused Fie ld),Low, | |||||
| 9652 | Issue Deta ils, | |||||
| 9653 | Kingdom:, | |||||
| 9654 | Code Qual ity, | |||||
| 9655 | Scan Engin e:, | |||||
| 9656 | SCA (Stru ctural), | |||||
| 9657 | ||||||
| 9658 | ||||||
| 9659 | ||||||
| 9660 | Sink Detai ls, | |||||
| 9661 | Sink:, | |||||
| 9662 | Field: Pr opertyChan ged, | |||||
| 9663 | File:, | |||||
| 9664 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:587 04, | |||||
| 9665 | Taint Flag s:, | |||||
| 9666 | , | |||||
| 9667 | ||||||
| 9668 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 186044 ( Dead Code: Unused Fi eld),Low, | |||||
| 9669 | Issue Deta ils, | |||||
| 9670 | Kingdom:, | |||||
| 9671 | Code Qual ity, | |||||
| 9672 | Scan Engin e:, | |||||
| 9673 | SCA (Stru ctural), | |||||
| 9674 | ||||||
| 9675 | ||||||
| 9676 | ||||||
| 9677 | Sink Detai ls, | |||||
| 9678 | Sink:, | |||||
| 9679 | Field: Pr opertyChan ged, | |||||
| 9680 | File:, | |||||
| 9681 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:186 044, | |||||
| 9682 | Taint Flag s:, | |||||
| 9683 | , | |||||
| 9684 | ||||||
| 9685 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 114114 ( Dead Code: Unused Fi eld),Low, | |||||
| 9686 | Issue Deta ils, | |||||
| 9687 | Kingdom:, | |||||
| 9688 | Code Qual ity, | |||||
| 9689 | Scan Engin e:, | |||||
| 9690 | SCA (Stru ctural), | |||||
| 9691 | ||||||
| 9692 | ||||||
| 9693 | ||||||
| 9694 | Sink Detai ls, | |||||
| 9695 | Sink:, | |||||
| 9696 | Field: Pr opertyChan ging, | |||||
| 9697 | File:, | |||||
| 9698 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:114 114, | |||||
| 9699 | Taint Flag s:, | |||||
| 9700 | , | |||||
| 9701 | ||||||
| 9702 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 28117 (D ead Code: Unused Fie ld),Low, | |||||
| 9703 | Issue Deta ils, | |||||
| 9704 | Kingdom:, | |||||
| 9705 | Code Qual ity, | |||||
| 9706 | Scan Engin e:, | |||||
| 9707 | SCA (Stru ctural), | |||||
| 9708 | ||||||
| 9709 | ||||||
| 9710 | ||||||
| 9711 | Sink Detai ls, | |||||
| 9712 | Sink:, | |||||
| 9713 | Field: Pr opertyChan ged, | |||||
| 9714 | File:, | |||||
| 9715 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:281 17, | |||||
| 9716 | Taint Flag s:, | |||||
| 9717 | , | |||||
| 9718 | ||||||
| 9719 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 103255 ( Dead Code: Unused Fi eld),Low, | |||||
| 9720 | Issue Deta ils, | |||||
| 9721 | Kingdom:, | |||||
| 9722 | Code Qual ity, | |||||
| 9723 | Scan Engin e:, | |||||
| 9724 | SCA (Stru ctural), | |||||
| 9725 | ||||||
| 9726 | ||||||
| 9727 | ||||||
| 9728 | Sink Detai ls, | |||||
| 9729 | Sink:, | |||||
| 9730 | Field: Pr opertyChan ged, | |||||
| 9731 | File:, | |||||
| 9732 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:103 255, | |||||
| 9733 | Taint Flag s:, | |||||
| 9734 | , | |||||
| 9735 | ||||||
| 9736 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 18552 (D ead Code: Unused Fie ld),Low, | |||||
| 9737 | Issue Deta ils, | |||||
| 9738 | Kingdom:, | |||||
| 9739 | Code Qual ity, | |||||
| 9740 | Scan Engin e:, | |||||
| 9741 | SCA (Stru ctural), | |||||
| 9742 | ||||||
| 9743 | ||||||
| 9744 | ||||||
| 9745 | Sink Detai ls, | |||||
| 9746 | Sink:, | |||||
| 9747 | Field: Pr opertyChan ged, | |||||
| 9748 | File:, | |||||
| 9749 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:185 52, | |||||
| 9750 | Taint Flag s:, | |||||
| 9751 | , | |||||
| 9752 | ||||||
| 9753 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 142813 ( Dead Code: Unused Fi eld),Low, | |||||
| 9754 | Issue Deta ils, | |||||
| 9755 | Kingdom:, | |||||
| 9756 | Code Qual ity, | |||||
| 9757 | Scan Engin e:, | |||||
| 9758 | SCA (Stru ctural), | |||||
| 9759 | ||||||
| 9760 | ||||||
| 9761 | ||||||
| 9762 | Sink Detai ls, | |||||
| 9763 | Sink:, | |||||
| 9764 | Field: Pr opertyChan ging, | |||||
| 9765 | File:, | |||||
| 9766 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:142 813, | |||||
| 9767 | Taint Flag s:, | |||||
| 9768 | , | |||||
| 9769 | ||||||
| 9770 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 21390 (D ead Code: Unused Fie ld),Low, | |||||
| 9771 | Issue Deta ils, | |||||
| 9772 | Kingdom:, | |||||
| 9773 | Code Qual ity, | |||||
| 9774 | Scan Engin e:, | |||||
| 9775 | SCA (Stru ctural), | |||||
| 9776 | ||||||
| 9777 | ||||||
| 9778 | ||||||
| 9779 | Sink Detai ls, | |||||
| 9780 | Sink:, | |||||
| 9781 | Field: Pr opertyChan ged, | |||||
| 9782 | File:, | |||||
| 9783 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:213 90, | |||||
| 9784 | Taint Flag s:, | |||||
| 9785 | , | |||||
| 9786 | ||||||
| 9787 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 92125 (D ead Code: Unused Fie ld),Low, | |||||
| 9788 | Issue Deta ils, | |||||
| 9789 | Kingdom:, | |||||
| 9790 | Code Qual ity, | |||||
| 9791 | Scan Engin e:, | |||||
| 9792 | SCA (Stru ctural), | |||||
| 9793 | ||||||
| 9794 | ||||||
| 9795 | ||||||
| 9796 | Sink Detai ls, | |||||
| 9797 | Sink:, | |||||
| 9798 | Field: Pr opertyChan ged, | |||||
| 9799 | File:, | |||||
| 9800 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:921 25, | |||||
| 9801 | Taint Flag s:, | |||||
| 9802 | , | |||||
| 9803 | ||||||
| 9804 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 81796 (D ead Code: Unused Fie ld),Low, | |||||
| 9805 | Issue Deta ils, | |||||
| 9806 | Kingdom:, | |||||
| 9807 | Code Qual ity, | |||||
| 9808 | Scan Engin e:, | |||||
| 9809 | SCA (Stru ctural), | |||||
| 9810 | ||||||
| 9811 | ||||||
| 9812 | ||||||
| 9813 | Sink Detai ls, | |||||
| 9814 | Sink:, | |||||
| 9815 | Field: Pr opertyChan ging, | |||||
| 9816 | File:, | |||||
| 9817 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:817 96, | |||||
| 9818 | Taint Flag s:, | |||||
| 9819 | , | |||||
| 9820 | ||||||
| 9821 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 145892 ( Dead Code: Unused Fi eld),Low, | |||||
| 9822 | Issue Deta ils, | |||||
| 9823 | Kingdom:, | |||||
| 9824 | Code Qual ity, | |||||
| 9825 | Scan Engin e:, | |||||
| 9826 | SCA (Stru ctural), | |||||
| 9827 | ||||||
| 9828 | ||||||
| 9829 | ||||||
| 9830 | Sink Detai ls, | |||||
| 9831 | Sink:, | |||||
| 9832 | Field: Pr opertyChan ged, | |||||
| 9833 | File:, | |||||
| 9834 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:145 892, | |||||
| 9835 | Taint Flag s:, | |||||
| 9836 | , | |||||
| 9837 | ||||||
| 9838 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 220091 ( Dead Code: Unused Fi eld),Low, | |||||
| 9839 | Issue Deta ils, | |||||
| 9840 | Kingdom:, | |||||
| 9841 | Code Qual ity, | |||||
| 9842 | Scan Engin e:, | |||||
| 9843 | SCA (Stru ctural), | |||||
| 9844 | ||||||
| 9845 | ||||||
| 9846 | ||||||
| 9847 | Sink Detai ls, | |||||
| 9848 | Sink:, | |||||
| 9849 | Field: Pr opertyChan ging, | |||||
| 9850 | File:, | |||||
| 9851 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:220 091, | |||||
| 9852 | Taint Flag s:, | |||||
| 9853 | , | |||||
| 9854 | ||||||
| 9855 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 131638 ( Dead Code: Unused Fi eld),Low, | |||||
| 9856 | Issue Deta ils, | |||||
| 9857 | Kingdom:, | |||||
| 9858 | Code Qual ity, | |||||
| 9859 | Scan Engin e:, | |||||
| 9860 | SCA (Stru ctural), | |||||
| 9861 | ||||||
| 9862 | ||||||
| 9863 | ||||||
| 9864 | Sink Detai ls, | |||||
| 9865 | Sink:, | |||||
| 9866 | Field: Pr opertyChan ging, | |||||
| 9867 | File:, | |||||
| 9868 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:131 638, | |||||
| 9869 | Taint Flag s:, | |||||
| 9870 | , | |||||
| 9871 | ||||||
| 9872 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 223976 ( Dead Code: Unused Fi eld),Low, | |||||
| 9873 | Issue Deta ils, | |||||
| 9874 | Kingdom:, | |||||
| 9875 | Code Qual ity, | |||||
| 9876 | Scan Engin e:, | |||||
| 9877 | SCA (Stru ctural), | |||||
| 9878 | ||||||
| 9879 | ||||||
| 9880 | ||||||
| 9881 | Sink Detai ls, | |||||
| 9882 | Sink:, | |||||
| 9883 | Field: Pr opertyChan ged, | |||||
| 9884 | File:, | |||||
| 9885 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:223 976, | |||||
| 9886 | Taint Flag s:, | |||||
| 9887 | , | |||||
| 9888 | ||||||
| 9889 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 167217 ( Dead Code: Unused Fi eld),Low, | |||||
| 9890 | Issue Deta ils, | |||||
| 9891 | Kingdom:, | |||||
| 9892 | Code Qual ity, | |||||
| 9893 | Scan Engin e:, | |||||
| 9894 | SCA (Stru ctural), | |||||
| 9895 | ||||||
| 9896 | ||||||
| 9897 | ||||||
| 9898 | Sink Detai ls, | |||||
| 9899 | Sink:, | |||||
| 9900 | Field: Pr opertyChan ging, | |||||
| 9901 | File:, | |||||
| 9902 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:167 217, | |||||
| 9903 | Taint Flag s:, | |||||
| 9904 | , | |||||
| 9905 | ||||||
| 9906 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 22852 (D ead Code: Unused Fie ld),Low, | |||||
| 9907 | Issue Deta ils, | |||||
| 9908 | Kingdom:, | |||||
| 9909 | Code Qual ity, | |||||
| 9910 | Scan Engin e:, | |||||
| 9911 | SCA (Stru ctural), | |||||
| 9912 | ||||||
| 9913 | ||||||
| 9914 | ||||||
| 9915 | Sink Detai ls, | |||||
| 9916 | Sink:, | |||||
| 9917 | Field: Pr opertyChan ged, | |||||
| 9918 | File:, | |||||
| 9919 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:228 52, | |||||
| 9920 | Taint Flag s:, | |||||
| 9921 | , | |||||
| 9922 | ||||||
| 9923 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 283959 ( Dead Code: Unused Fi eld),Low, | |||||
| 9924 | Issue Deta ils, | |||||
| 9925 | Kingdom:, | |||||
| 9926 | Code Qual ity, | |||||
| 9927 | Scan Engin e:, | |||||
| 9928 | SCA (Stru ctural), | |||||
| 9929 | ||||||
| 9930 | ||||||
| 9931 | ||||||
| 9932 | Sink Detai ls, | |||||
| 9933 | Sink:, | |||||
| 9934 | Field: Pr opertyChan ging, | |||||
| 9935 | File:, | |||||
| 9936 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:283 959, | |||||
| 9937 | Taint Flag s:, | |||||
| 9938 | , | |||||
| 9939 | ||||||
| 9940 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 198852 ( Dead Code: Unused Fi eld),Low, | |||||
| 9941 | Issue Deta ils, | |||||
| 9942 | Kingdom:, | |||||
| 9943 | Code Qual ity, | |||||
| 9944 | Scan Engin e:, | |||||
| 9945 | SCA (Stru ctural), | |||||
| 9946 | ||||||
| 9947 | ||||||
| 9948 | ||||||
| 9949 | Sink Detai ls, | |||||
| 9950 | Sink:, | |||||
| 9951 | Field: Pr opertyChan ged, | |||||
| 9952 | File:, | |||||
| 9953 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:198 852, | |||||
| 9954 | Taint Flag s:, | |||||
| 9955 | , | |||||
| 9956 | ||||||
| 9957 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 77625 (D ead Code: Unused Fie ld),Low, | |||||
| 9958 | Issue Deta ils, | |||||
| 9959 | Kingdom:, | |||||
| 9960 | Code Qual ity, | |||||
| 9961 | Scan Engin e:, | |||||
| 9962 | SCA (Stru ctural), | |||||
| 9963 | ||||||
| 9964 | ||||||
| 9965 | ||||||
| 9966 | Sink Detai ls, | |||||
| 9967 | Sink:, | |||||
| 9968 | Field: Pr opertyChan ging, | |||||
| 9969 | File:, | |||||
| 9970 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:776 25, | |||||
| 9971 | Taint Flag s:, | |||||
| 9972 | , | |||||
| 9973 | ||||||
| 9974 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 166387 ( Dead Code: Unused Fi eld),Low, | |||||
| 9975 | Issue Deta ils, | |||||
| 9976 | Kingdom:, | |||||
| 9977 | Code Qual ity, | |||||
| 9978 | Scan Engin e:, | |||||
| 9979 | SCA (Stru ctural), | |||||
| 9980 | ||||||
| 9981 | ||||||
| 9982 | ||||||
| 9983 | Sink Detai ls, | |||||
| 9984 | Sink:, | |||||
| 9985 | Field: Pr opertyChan ged, | |||||
| 9986 | File:, | |||||
| 9987 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:166 387, | |||||
| 9988 | Taint Flag s:, | |||||
| 9989 | , | |||||
| 9990 | ||||||
| 9991 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 151694 ( Dead Code: Unused Fi eld),Low, | |||||
| 9992 | Issue Deta ils, | |||||
| 9993 | Kingdom:, | |||||
| 9994 | Code Qual ity, | |||||
| 9995 | Scan Engin e:, | |||||
| 9996 | SCA (Stru ctural), | |||||
| 9997 | ||||||
| 9998 | ||||||
| 9999 | ||||||
| 10000 | Sink Detai ls, | |||||
| 10001 | Sink:, | |||||
| 10002 | Field: Pr opertyChan ging, | |||||
| 10003 | File:, | |||||
| 10004 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:151 694, | |||||
| 10005 | Taint Flag s:, | |||||
| 10006 | , | |||||
| 10007 | ||||||
| 10008 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 174742 ( Dead Code: Unused Fi eld),Low, | |||||
| 10009 | Issue Deta ils, | |||||
| 10010 | Kingdom:, | |||||
| 10011 | Code Qual ity, | |||||
| 10012 | Scan Engin e:, | |||||
| 10013 | SCA (Stru ctural), | |||||
| 10014 | ||||||
| 10015 | ||||||
| 10016 | ||||||
| 10017 | Sink Detai ls, | |||||
| 10018 | Sink:, | |||||
| 10019 | Field: Pr opertyChan ging, | |||||
| 10020 | File:, | |||||
| 10021 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:174 742, | |||||
| 10022 | Taint Flag s:, | |||||
| 10023 | , | |||||
| 10024 | ||||||
| 10025 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 298078 ( Dead Code: Unused Fi eld),Low, | |||||
| 10026 | Issue Deta ils, | |||||
| 10027 | Kingdom:, | |||||
| 10028 | Code Qual ity, | |||||
| 10029 | Scan Engin e:, | |||||
| 10030 | SCA (Stru ctural), | |||||
| 10031 | ||||||
| 10032 | ||||||
| 10033 | ||||||
| 10034 | Sink Detai ls, | |||||
| 10035 | Sink:, | |||||
| 10036 | Field: Pr opertyChan ged, | |||||
| 10037 | File:, | |||||
| 10038 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:298 078, | |||||
| 10039 | Taint Flag s:, | |||||
| 10040 | , | |||||
| 10041 | ||||||
| 10042 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 107854 ( Dead Code: Unused Fi eld),Low, | |||||
| 10043 | Issue Deta ils, | |||||
| 10044 | Kingdom:, | |||||
| 10045 | Code Qual ity, | |||||
| 10046 | Scan Engin e:, | |||||
| 10047 | SCA (Stru ctural), | |||||
| 10048 | ||||||
| 10049 | ||||||
| 10050 | ||||||
| 10051 | Sink Detai ls, | |||||
| 10052 | Sink:, | |||||
| 10053 | Field: Pr opertyChan ging, | |||||
| 10054 | File:, | |||||
| 10055 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:107 854, | |||||
| 10056 | Taint Flag s:, | |||||
| 10057 | , | |||||
| 10058 | ||||||
| 10059 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 230220 ( Dead Code: Unused Fi eld),Low, | |||||
| 10060 | Issue Deta ils, | |||||
| 10061 | Kingdom:, | |||||
| 10062 | Code Qual ity, | |||||
| 10063 | Scan Engin e:, | |||||
| 10064 | SCA (Stru ctural), | |||||
| 10065 | ||||||
| 10066 | ||||||
| 10067 | ||||||
| 10068 | Sink Detai ls, | |||||
| 10069 | Sink:, | |||||
| 10070 | Field: Pr opertyChan ging, | |||||
| 10071 | File:, | |||||
| 10072 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:230 220, | |||||
| 10073 | Taint Flag s:, | |||||
| 10074 | , | |||||
| 10075 | ||||||
| 10076 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 41292 (D ead Code: Unused Fie ld),Low, | |||||
| 10077 | Issue Deta ils, | |||||
| 10078 | Kingdom:, | |||||
| 10079 | Code Qual ity, | |||||
| 10080 | Scan Engin e:, | |||||
| 10081 | SCA (Stru ctural), | |||||
| 10082 | ||||||
| 10083 | ||||||
| 10084 | ||||||
| 10085 | Sink Detai ls, | |||||
| 10086 | Sink:, | |||||
| 10087 | Field: Pr opertyChan ged, | |||||
| 10088 | File:, | |||||
| 10089 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:412 92, | |||||
| 10090 | Taint Flag s:, | |||||
| 10091 | , | |||||
| 10092 | ||||||
| 10093 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 295870 ( Dead Code: Unused Fi eld),Low, | |||||
| 10094 | Issue Deta ils, | |||||
| 10095 | Kingdom:, | |||||
| 10096 | Code Qual ity, | |||||
| 10097 | Scan Engin e:, | |||||
| 10098 | SCA (Stru ctural), | |||||
| 10099 | ||||||
| 10100 | ||||||
| 10101 | ||||||
| 10102 | Sink Detai ls, | |||||
| 10103 | Sink:, | |||||
| 10104 | Field: Pr opertyChan ging, | |||||
| 10105 | File:, | |||||
| 10106 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:295 870, | |||||
| 10107 | Taint Flag s:, | |||||
| 10108 | , | |||||
| 10109 | ||||||
| 10110 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 218276 ( Dead Code: Unused Fi eld),Low, | |||||
| 10111 | Issue Deta ils, | |||||
| 10112 | Kingdom:, | |||||
| 10113 | Code Qual ity, | |||||
| 10114 | Scan Engin e:, | |||||
| 10115 | SCA (Stru ctural), | |||||
| 10116 | ||||||
| 10117 | ||||||
| 10118 | ||||||
| 10119 | Sink Detai ls, | |||||
| 10120 | Sink:, | |||||
| 10121 | Field: Pr opertyChan ging, | |||||
| 10122 | File:, | |||||
| 10123 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:218 276, | |||||
| 10124 | Taint Flag s:, | |||||
| 10125 | , | |||||
| 10126 | ||||||
| 10127 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 203214 ( Dead Code: Unused Fi eld),Low, | |||||
| 10128 | Issue Deta ils, | |||||
| 10129 | Kingdom:, | |||||
| 10130 | Code Qual ity, | |||||
| 10131 | Scan Engin e:, | |||||
| 10132 | SCA (Stru ctural), | |||||
| 10133 | ||||||
| 10134 | ||||||
| 10135 | ||||||
| 10136 | Sink Detai ls, | |||||
| 10137 | Sink:, | |||||
| 10138 | Field: Pr opertyChan ged, | |||||
| 10139 | File:, | |||||
| 10140 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:203 214, | |||||
| 10141 | Taint Flag s:, | |||||
| 10142 | , | |||||
| 10143 | ||||||
| 10144 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 188301 ( Dead Code: Unused Fi eld),Low, | |||||
| 10145 | Issue Deta ils, | |||||
| 10146 | Kingdom:, | |||||
| 10147 | Code Qual ity, | |||||
| 10148 | Scan Engin e:, | |||||
| 10149 | SCA (Stru ctural), | |||||
| 10150 | ||||||
| 10151 | ||||||
| 10152 | ||||||
| 10153 | Sink Detai ls, | |||||
| 10154 | Sink:, | |||||
| 10155 | Field: Pr opertyChan ged, | |||||
| 10156 | File:, | |||||
| 10157 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:188 301, | |||||
| 10158 | Taint Flag s:, | |||||
| 10159 | , | |||||
| 10160 | ||||||
| 10161 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 233959 ( Dead Code: Unused Fi eld),Low, | |||||
| 10162 | Issue Deta ils, | |||||
| 10163 | Kingdom:, | |||||
| 10164 | Code Qual ity, | |||||
| 10165 | Scan Engin e:, | |||||
| 10166 | SCA (Stru ctural), | |||||
| 10167 | ||||||
| 10168 | ||||||
| 10169 | ||||||
| 10170 | Sink Detai ls, | |||||
| 10171 | Sink:, | |||||
| 10172 | Field: Pr opertyChan ged, | |||||
| 10173 | File:, | |||||
| 10174 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:233 959, | |||||
| 10175 | Taint Flag s:, | |||||
| 10176 | , | |||||
| 10177 | ||||||
| 10178 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 133334 ( Dead Code: Unused Fi eld),Low, | |||||
| 10179 | Issue Deta ils, | |||||
| 10180 | Kingdom:, | |||||
| 10181 | Code Qual ity, | |||||
| 10182 | Scan Engin e:, | |||||
| 10183 | SCA (Stru ctural), | |||||
| 10184 | ||||||
| 10185 | ||||||
| 10186 | ||||||
| 10187 | Sink Detai ls, | |||||
| 10188 | Sink:, | |||||
| 10189 | Field: Pr opertyChan ging, | |||||
| 10190 | File:, | |||||
| 10191 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:133 334, | |||||
| 10192 | Taint Flag s:, | |||||
| 10193 | , | |||||
| 10194 | ||||||
| 10195 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 163273 ( Dead Code: Unused Fi eld),Low, | |||||
| 10196 | Issue Deta ils, | |||||
| 10197 | Kingdom:, | |||||
| 10198 | Code Qual ity, | |||||
| 10199 | Scan Engin e:, | |||||
| 10200 | SCA (Stru ctural), | |||||
| 10201 | ||||||
| 10202 | ||||||
| 10203 | ||||||
| 10204 | Sink Detai ls, | |||||
| 10205 | Sink:, | |||||
| 10206 | Field: Pr opertyChan ged, | |||||
| 10207 | File:, | |||||
| 10208 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:163 273, | |||||
| 10209 | Taint Flag s:, | |||||
| 10210 | , | |||||
| 10211 | ||||||
| 10212 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 250571 ( Dead Code: Unused Fi eld),Low, | |||||
| 10213 | Issue Deta ils, | |||||
| 10214 | Kingdom:, | |||||
| 10215 | Code Qual ity, | |||||
| 10216 | Scan Engin e:, | |||||
| 10217 | SCA (Stru ctural), | |||||
| 10218 | ||||||
| 10219 | ||||||
| 10220 | ||||||
| 10221 | Sink Detai ls, | |||||
| 10222 | Sink:, | |||||
| 10223 | Field: Pr opertyChan ging, | |||||
| 10224 | File:, | |||||
| 10225 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:250 571, | |||||
| 10226 | Taint Flag s:, | |||||
| 10227 | , | |||||
| 10228 | ||||||
| 10229 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 83010 (D ead Code: Unused Fie ld),Low, | |||||
| 10230 | Issue Deta ils, | |||||
| 10231 | Kingdom:, | |||||
| 10232 | Code Qual ity, | |||||
| 10233 | Scan Engin e:, | |||||
| 10234 | SCA (Stru ctural), | |||||
| 10235 | ||||||
| 10236 | ||||||
| 10237 | ||||||
| 10238 | Sink Detai ls, | |||||
| 10239 | Sink:, | |||||
| 10240 | Field: Pr opertyChan ged, | |||||
| 10241 | File:, | |||||
| 10242 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:830 10, | |||||
| 10243 | Taint Flag s:, | |||||
| 10244 | , | |||||
| 10245 | ||||||
| 10246 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 123915 ( Dead Code: Unused Fi eld),Low, | |||||
| 10247 | Issue Deta ils, | |||||
| 10248 | Kingdom:, | |||||
| 10249 | Code Qual ity, | |||||
| 10250 | Scan Engin e:, | |||||
| 10251 | SCA (Stru ctural), | |||||
| 10252 | ||||||
| 10253 | ||||||
| 10254 | ||||||
| 10255 | Sink Detai ls, | |||||
| 10256 | Sink:, | |||||
| 10257 | Field: Pr opertyChan ging, | |||||
| 10258 | File:, | |||||
| 10259 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:123 915, | |||||
| 10260 | Taint Flag s:, | |||||
| 10261 | , | |||||
| 10262 | ||||||
| 10263 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 95602 (D ead Code: Unused Fie ld),Low, | |||||
| 10264 | Issue Deta ils, | |||||
| 10265 | Kingdom:, | |||||
| 10266 | Code Qual ity, | |||||
| 10267 | Scan Engin e:, | |||||
| 10268 | SCA (Stru ctural), | |||||
| 10269 | ||||||
| 10270 | ||||||
| 10271 | ||||||
| 10272 | Sink Detai ls, | |||||
| 10273 | Sink:, | |||||
| 10274 | Field: Pr opertyChan ging, | |||||
| 10275 | File:, | |||||
| 10276 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:956 02, | |||||
| 10277 | Taint Flag s:, | |||||
| 10278 | , | |||||
| 10279 | ||||||
| 10280 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 211340 ( Dead Code: Unused Fi eld),Low, | |||||
| 10281 | Issue Deta ils, | |||||
| 10282 | Kingdom:, | |||||
| 10283 | Code Qual ity, | |||||
| 10284 | Scan Engin e:, | |||||
| 10285 | SCA (Stru ctural), | |||||
| 10286 | ||||||
| 10287 | ||||||
| 10288 | ||||||
| 10289 | Sink Detai ls, | |||||
| 10290 | Sink:, | |||||
| 10291 | Field: Pr opertyChan ged, | |||||
| 10292 | File:, | |||||
| 10293 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:211 340, | |||||
| 10294 | Taint Flag s:, | |||||
| 10295 | , | |||||
| 10296 | ||||||
| 10297 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 67391 (D ead Code: Unused Fie ld),Low, | |||||
| 10298 | Issue Deta ils, | |||||
| 10299 | Kingdom:, | |||||
| 10300 | Code Qual ity, | |||||
| 10301 | Scan Engin e:, | |||||
| 10302 | SCA (Stru ctural), | |||||
| 10303 | ||||||
| 10304 | ||||||
| 10305 | ||||||
| 10306 | Sink Detai ls, | |||||
| 10307 | Sink:, | |||||
| 10308 | Field: Pr opertyChan ged, | |||||
| 10309 | File:, | |||||
| 10310 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:673 91, | |||||
| 10311 | Taint Flag s:, | |||||
| 10312 | , | |||||
| 10313 | ||||||
| 10314 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 251140 ( Dead Code: Unused Fi eld),Low, | |||||
| 10315 | Issue Deta ils, | |||||
| 10316 | Kingdom:, | |||||
| 10317 | Code Qual ity, | |||||
| 10318 | Scan Engin e:, | |||||
| 10319 | SCA (Stru ctural), | |||||
| 10320 | ||||||
| 10321 | ||||||
| 10322 | ||||||
| 10323 | Sink Detai ls, | |||||
| 10324 | Sink:, | |||||
| 10325 | Field: Pr opertyChan ging, | |||||
| 10326 | File:, | |||||
| 10327 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:251 140, | |||||
| 10328 | Taint Flag s:, | |||||
| 10329 | , | |||||
| 10330 | ||||||
| 10331 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 50716 (D ead Code: Unused Fie ld),Low, | |||||
| 10332 | Issue Deta ils, | |||||
| 10333 | Kingdom:, | |||||
| 10334 | Code Qual ity, | |||||
| 10335 | Scan Engin e:, | |||||
| 10336 | SCA (Stru ctural), | |||||
| 10337 | ||||||
| 10338 | ||||||
| 10339 | ||||||
| 10340 | Sink Detai ls, | |||||
| 10341 | Sink:, | |||||
| 10342 | Field: Pr opertyChan ging, | |||||
| 10343 | File:, | |||||
| 10344 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:507 16, | |||||
| 10345 | Taint Flag s:, | |||||
| 10346 | , | |||||
| 10347 | ||||||
| 10348 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 48969 (D ead Code: Unused Fie ld),Low, | |||||
| 10349 | Issue Deta ils, | |||||
| 10350 | Kingdom:, | |||||
| 10351 | Code Qual ity, | |||||
| 10352 | Scan Engin e:, | |||||
| 10353 | SCA (Stru ctural), | |||||
| 10354 | ||||||
| 10355 | ||||||
| 10356 | ||||||
| 10357 | Sink Detai ls, | |||||
| 10358 | Sink:, | |||||
| 10359 | Field: Pr opertyChan ging, | |||||
| 10360 | File:, | |||||
| 10361 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:489 69, | |||||
| 10362 | Taint Flag s:, | |||||
| 10363 | , | |||||
| 10364 | ||||||
| 10365 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 50714 (D ead Code: Unused Fie ld),Low, | |||||
| 10366 | Issue Deta ils, | |||||
| 10367 | Kingdom:, | |||||
| 10368 | Code Qual ity, | |||||
| 10369 | Scan Engin e:, | |||||
| 10370 | SCA (Stru ctural), | |||||
| 10371 | ||||||
| 10372 | ||||||
| 10373 | ||||||
| 10374 | Sink Detai ls, | |||||
| 10375 | Sink:, | |||||
| 10376 | Field: Pr opertyChan ged, | |||||
| 10377 | File:, | |||||
| 10378 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:507 14, | |||||
| 10379 | Taint Flag s:, | |||||
| 10380 | , | |||||
| 10381 | ||||||
| 10382 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 195968 ( Dead Code: Unused Fi eld),Low, | |||||
| 10383 | Issue Deta ils, | |||||
| 10384 | Kingdom:, | |||||
| 10385 | Code Qual ity, | |||||
| 10386 | Scan Engin e:, | |||||
| 10387 | SCA (Stru ctural), | |||||
| 10388 | ||||||
| 10389 | ||||||
| 10390 | ||||||
| 10391 | Sink Detai ls, | |||||
| 10392 | Sink:, | |||||
| 10393 | Field: Pr opertyChan ging, | |||||
| 10394 | File:, | |||||
| 10395 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:195 968, | |||||
| 10396 | Taint Flag s:, | |||||
| 10397 | , | |||||
| 10398 | ||||||
| 10399 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/VA.T MP.DataMod el.cs, lin e 82758 (D ead Code: Unused Fie ld),Low, | |||||
| 10400 | Issue Deta ils, | |||||
| 10401 | Kingdom:, | |||||
| 10402 | Code Qual ity, | |||||
| 10403 | Scan Engin e:, | |||||
| 10404 | SCA (Stru ctural), | |||||
| 10405 | ||||||
| 10406 | ||||||
| 10407 | ||||||
| 10408 | Sink Detai ls, | |||||
| 10409 | Sink:, | |||||
| 10410 | Field: Pr opertyChan ging, | |||||
| 10411 | File:, | |||||
| 10412 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/VA. TMP.DataMo del.cs:827 58, | |||||
| 10413 | Taint Flag s:, | |||||
| 10414 | , | |||||
| 10415 | ||||||
| 10416 | Package: V A.TMP.Inte gration.Sc hema.Video VisitServi ce, | |||||
| 10417 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 14 78 (Dead C ode: Unuse d Field),L ow, | |||||
| 10418 | Issue Deta ils, | |||||
| 10419 | Kingdom:, | |||||
| 10420 | Code Qual ity, | |||||
| 10421 | Scan Engin e:, | |||||
| 10422 | SCA (Stru ctural), | |||||
| 10423 | ||||||
| 10424 | ||||||
| 10425 | ||||||
| 10426 | Sink Detai ls, | |||||
| 10427 | Sink:, | |||||
| 10428 | Field: _r eason, | |||||
| 10429 | File:, | |||||
| 10430 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1478, | |||||
| 10431 | Taint Flag s:, | |||||
| 10432 | , | |||||
| 10433 | ||||||
| 10434 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 90 4 (Dead Co de: Unused Field),Lo w, | |||||
| 10435 | Issue Deta ils, | |||||
| 10436 | Kingdom:, | |||||
| 10437 | Code Qual ity, | |||||
| 10438 | Scan Engin e:, | |||||
| 10439 | SCA (Stru ctural), | |||||
| 10440 | ||||||
| 10441 | ||||||
| 10442 | ||||||
| 10443 | Sink Detai ls, | |||||
| 10444 | Sink:, | |||||
| 10445 | Field: _p rovider, | |||||
| 10446 | File:, | |||||
| 10447 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:904, | |||||
| 10448 | Taint Flag s:, | |||||
| 10449 | , | |||||
| 10450 | ||||||
| 10451 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 41 6 (Dead Co de: Unused Field),Lo w, | |||||
| 10452 | Issue Deta ils, | |||||
| 10453 | Kingdom:, | |||||
| 10454 | Code Qual ity, | |||||
| 10455 | Scan Engin e:, | |||||
| 10456 | SCA (Stru ctural), | |||||
| 10457 | ||||||
| 10458 | ||||||
| 10459 | ||||||
| 10460 | Sink Detai ls, | |||||
| 10461 | Sink:, | |||||
| 10462 | Field: _u niqueId, | |||||
| 10463 | File:, | |||||
| 10464 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:416, | |||||
| 10465 | Taint Flag s:, | |||||
| 10466 | , | |||||
| 10467 | ||||||
| 10468 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 53 9 (Dead Co de: Unused Field),Lo w, | |||||
| 10469 | Issue Deta ils, | |||||
| 10470 | Kingdom:, | |||||
| 10471 | Code Qual ity, | |||||
| 10472 | Scan Engin e:, | |||||
| 10473 | SCA (Stru ctural), | |||||
| 10474 | ||||||
| 10475 | ||||||
| 10476 | ||||||
| 10477 | Sink Detai ls, | |||||
| 10478 | Sink:, | |||||
| 10479 | Field: _f irstName, | |||||
| 10480 | File:, | |||||
| 10481 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:539, | |||||
| 10482 | Taint Flag s:, | |||||
| 10483 | , | |||||
| 10484 | ||||||
| 10485 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 54 3 (Dead Co de: Unused Field),Lo w, | |||||
| 10486 | Issue Deta ils, | |||||
| 10487 | Kingdom:, | |||||
| 10488 | Code Qual ity, | |||||
| 10489 | Scan Engin e:, | |||||
| 10490 | SCA (Stru ctural), | |||||
| 10491 | ||||||
| 10492 | ||||||
| 10493 | ||||||
| 10494 | Sink Detai ls, | |||||
| 10495 | Sink:, | |||||
| 10496 | Field: _m iddleIniti al, | |||||
| 10497 | File:, | |||||
| 10498 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:543, | |||||
| 10499 | Taint Flag s:, | |||||
| 10500 | , | |||||
| 10501 | ||||||
| 10502 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 4 2 (Dead Co de: Unused Field),Lo w, | |||||
| 10503 | Issue Deta ils, | |||||
| 10504 | Kingdom:, | |||||
| 10505 | Code Qual ity, | |||||
| 10506 | Scan Engin e:, | |||||
| 10507 | SCA (Stru ctural), | |||||
| 10508 | ||||||
| 10509 | ||||||
| 10510 | ||||||
| 10511 | Sink Detai ls, | |||||
| 10512 | Sink:, | |||||
| 10513 | Field: _s chedulingR equestType , | |||||
| 10514 | File:, | |||||
| 10515 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:42, | |||||
| 10516 | Taint Flag s:, | |||||
| 10517 | , | |||||
| 10518 | ||||||
| 10519 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 3 0 (Dead Co de: Unused Field),Lo w, | |||||
| 10520 | Issue Deta ils, | |||||
| 10521 | Kingdom:, | |||||
| 10522 | Code Qual ity, | |||||
| 10523 | Scan Engin e:, | |||||
| 10524 | SCA (Stru ctural), | |||||
| 10525 | ||||||
| 10526 | ||||||
| 10527 | ||||||
| 10528 | Sink Detai ls, | |||||
| 10529 | Sink:, | |||||
| 10530 | Field: _i d, | |||||
| 10531 | File:, | |||||
| 10532 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:30, | |||||
| 10533 | Taint Flag s:, | |||||
| 10534 | , | |||||
| 10535 | ||||||
| 10536 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 4 6 (Dead Co de: Unused Field),Lo w, | |||||
| 10537 | Issue Deta ils, | |||||
| 10538 | Kingdom:, | |||||
| 10539 | Code Qual ity, | |||||
| 10540 | Scan Engin e:, | |||||
| 10541 | SCA (Stru ctural), | |||||
| 10542 | ||||||
| 10543 | ||||||
| 10544 | ||||||
| 10545 | Sink Detai ls, | |||||
| 10546 | Sink:, | |||||
| 10547 | Field: _t ype, | |||||
| 10548 | File:, | |||||
| 10549 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:46, | |||||
| 10550 | Taint Flag s:, | |||||
| 10551 | , | |||||
| 10552 | ||||||
| 10553 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 12 62 (Dead C ode: Unuse d Field),L ow, | |||||
| 10554 | Issue Deta ils, | |||||
| 10555 | Kingdom:, | |||||
| 10556 | Code Qual ity, | |||||
| 10557 | Scan Engin e:, | |||||
| 10558 | SCA (Stru ctural), | |||||
| 10559 | ||||||
| 10560 | ||||||
| 10561 | ||||||
| 10562 | Sink Detai ls, | |||||
| 10563 | Sink:, | |||||
| 10564 | Field: _i d, | |||||
| 10565 | File:, | |||||
| 10566 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1262, | |||||
| 10567 | Taint Flag s:, | |||||
| 10568 | , | |||||
| 10569 | ||||||
| 10570 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 13 06 (Dead C ode: Unuse d Field),L ow, | |||||
| 10571 | Issue Deta ils, | |||||
| 10572 | Kingdom:, | |||||
| 10573 | Code Qual ity, | |||||
| 10574 | Scan Engin e:, | |||||
| 10575 | SCA (Stru ctural), | |||||
| 10576 | ||||||
| 10577 | ||||||
| 10578 | ||||||
| 10579 | Sink Detai ls, | |||||
| 10580 | Sink:, | |||||
| 10581 | Field: _r equestObje ct, | |||||
| 10582 | File:, | |||||
| 10583 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1306, | |||||
| 10584 | Taint Flag s:, | |||||
| 10585 | , | |||||
| 10586 | ||||||
| 10587 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 33 3 (Dead Co de: Unused Field),Lo w, | |||||
| 10588 | Issue Deta ils, | |||||
| 10589 | Kingdom:, | |||||
| 10590 | Code Qual ity, | |||||
| 10591 | Scan Engin e:, | |||||
| 10592 | SCA (Stru ctural), | |||||
| 10593 | ||||||
| 10594 | ||||||
| 10595 | ||||||
| 10596 | Sink Detai ls, | |||||
| 10597 | Sink:, | |||||
| 10598 | Field: _c ontactInfo rmation, | |||||
| 10599 | File:, | |||||
| 10600 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:333, | |||||
| 10601 | Taint Flag s:, | |||||
| 10602 | , | |||||
| 10603 | ||||||
| 10604 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 13 57 (Dead C ode: Unuse d Field),L ow, | |||||
| 10605 | Issue Deta ils, | |||||
| 10606 | Kingdom:, | |||||
| 10607 | Code Qual ity, | |||||
| 10608 | Scan Engin e:, | |||||
| 10609 | SCA (Stru ctural), | |||||
| 10610 | ||||||
| 10611 | ||||||
| 10612 | ||||||
| 10613 | Sink Detai ls, | |||||
| 10614 | Sink:, | |||||
| 10615 | Field: _f ieldName, | |||||
| 10616 | File:, | |||||
| 10617 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1357, | |||||
| 10618 | Taint Flag s:, | |||||
| 10619 | , | |||||
| 10620 | ||||||
| 10621 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 93 1 (Dead Co de: Unused Field),Lo w, | |||||
| 10622 | Issue Deta ils, | |||||
| 10623 | Kingdom:, | |||||
| 10624 | Code Qual ity, | |||||
| 10625 | Scan Engin e:, | |||||
| 10626 | SCA (Stru ctural), | |||||
| 10627 | ||||||
| 10628 | ||||||
| 10629 | ||||||
| 10630 | Sink Detai ls, | |||||
| 10631 | Sink:, | |||||
| 10632 | Field: _c ode, | |||||
| 10633 | File:, | |||||
| 10634 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:931, | |||||
| 10635 | Taint Flag s:, | |||||
| 10636 | , | |||||
| 10637 | ||||||
| 10638 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 11 82 (Dead C ode: Unuse d Field),L ow, | |||||
| 10639 | Issue Deta ils, | |||||
| 10640 | Kingdom:, | |||||
| 10641 | Code Qual ity, | |||||
| 10642 | Scan Engin e:, | |||||
| 10643 | SCA (Stru ctural), | |||||
| 10644 | ||||||
| 10645 | ||||||
| 10646 | ||||||
| 10647 | Sink Detai ls, | |||||
| 10648 | Sink:, | |||||
| 10649 | Field: _i d, | |||||
| 10650 | File:, | |||||
| 10651 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1182, | |||||
| 10652 | Taint Flag s:, | |||||
| 10653 | , | |||||
| 10654 | ||||||
| 10655 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 68 7 (Dead Co de: Unused Field),Lo w, | |||||
| 10656 | Issue Deta ils, | |||||
| 10657 | Kingdom:, | |||||
| 10658 | Code Qual ity, | |||||
| 10659 | Scan Engin e:, | |||||
| 10660 | SCA (Stru ctural), | |||||
| 10661 | ||||||
| 10662 | ||||||
| 10663 | ||||||
| 10664 | Sink Detai ls, | |||||
| 10665 | Sink:, | |||||
| 10666 | Field: _c onference, | |||||
| 10667 | File:, | |||||
| 10668 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:687, | |||||
| 10669 | Taint Flag s:, | |||||
| 10670 | , | |||||
| 10671 | ||||||
| 10672 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 46 2 (Dead Co de: Unused Field),Lo w, | |||||
| 10673 | Issue Deta ils, | |||||
| 10674 | Kingdom:, | |||||
| 10675 | Code Qual ity, | |||||
| 10676 | Scan Engin e:, | |||||
| 10677 | SCA (Stru ctural), | |||||
| 10678 | ||||||
| 10679 | ||||||
| 10680 | ||||||
| 10681 | Sink Detai ls, | |||||
| 10682 | Sink:, | |||||
| 10683 | Field: _l ocation, | |||||
| 10684 | File:, | |||||
| 10685 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:462, | |||||
| 10686 | Taint Flag s:, | |||||
| 10687 | , | |||||
| 10688 | ||||||
| 10689 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 45 6 (Dead Co de: Unused Field),Lo w, | |||||
| 10690 | Issue Deta ils, | |||||
| 10691 | Kingdom:, | |||||
| 10692 | Code Qual ity, | |||||
| 10693 | Scan Engin e:, | |||||
| 10694 | SCA (Stru ctural), | |||||
| 10695 | ||||||
| 10696 | ||||||
| 10697 | ||||||
| 10698 | Sink Detai ls, | |||||
| 10699 | Sink:, | |||||
| 10700 | Field: _i d, | |||||
| 10701 | File:, | |||||
| 10702 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:456, | |||||
| 10703 | Taint Flag s:, | |||||
| 10704 | , | |||||
| 10705 | ||||||
| 10706 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 5 4 (Dead Co de: Unused Field),Lo w, | |||||
| 10707 | Issue Deta ils, | |||||
| 10708 | Kingdom:, | |||||
| 10709 | Code Qual ity, | |||||
| 10710 | Scan Engin e:, | |||||
| 10711 | SCA (Stru ctural), | |||||
| 10712 | ||||||
| 10713 | ||||||
| 10714 | ||||||
| 10715 | Sink Detai ls, | |||||
| 10716 | Sink:, | |||||
| 10717 | Field: _v ersion, | |||||
| 10718 | File:, | |||||
| 10719 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:54, | |||||
| 10720 | Taint Flag s:, | |||||
| 10721 | , | |||||
| 10722 | ||||||
| 10723 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 45 8 (Dead Co de: Unused Field),Lo w, | |||||
| 10724 | Issue Deta ils, | |||||
| 10725 | Kingdom:, | |||||
| 10726 | Code Qual ity, | |||||
| 10727 | Scan Engin e:, | |||||
| 10728 | SCA (Stru ctural), | |||||
| 10729 | ||||||
| 10730 | ||||||
| 10731 | ||||||
| 10732 | Sink Detai ls, | |||||
| 10733 | Sink:, | |||||
| 10734 | Field: _c ontactInfo rmation, | |||||
| 10735 | File:, | |||||
| 10736 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:458, | |||||
| 10737 | Taint Flag s:, | |||||
| 10738 | , | |||||
| 10739 | ||||||
| 10740 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 59 8 (Dead Co de: Unused Field),Lo w, | |||||
| 10741 | Issue Deta ils, | |||||
| 10742 | Kingdom:, | |||||
| 10743 | Code Qual ity, | |||||
| 10744 | Scan Engin e:, | |||||
| 10745 | SCA (Stru ctural), | |||||
| 10746 | ||||||
| 10747 | ||||||
| 10748 | ||||||
| 10749 | Sink Detai ls, | |||||
| 10750 | Sink:, | |||||
| 10751 | Field: _a lternative Email, | |||||
| 10752 | File:, | |||||
| 10753 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:598, | |||||
| 10754 | Taint Flag s:, | |||||
| 10755 | , | |||||
| 10756 | ||||||
| 10757 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 14 64 (Dead C ode: Unuse d Field),L ow, | |||||
| 10758 | Issue Deta ils, | |||||
| 10759 | Kingdom:, | |||||
| 10760 | Code Qual ity, | |||||
| 10761 | Scan Engin e:, | |||||
| 10762 | SCA (Stru ctural), | |||||
| 10763 | ||||||
| 10764 | ||||||
| 10765 | ||||||
| 10766 | Sink Detai ls, | |||||
| 10767 | Sink:, | |||||
| 10768 | Field: _n ame, | |||||
| 10769 | File:, | |||||
| 10770 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1464, | |||||
| 10771 | Taint Flag s:, | |||||
| 10772 | , | |||||
| 10773 | ||||||
| 10774 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 68 9 (Dead Co de: Unused Field),Lo w, | |||||
| 10775 | Issue Deta ils, | |||||
| 10776 | Kingdom:, | |||||
| 10777 | Code Qual ity, | |||||
| 10778 | Scan Engin e:, | |||||
| 10779 | SCA (Stru ctural), | |||||
| 10780 | ||||||
| 10781 | ||||||
| 10782 | ||||||
| 10783 | Sink Detai ls, | |||||
| 10784 | Sink:, | |||||
| 10785 | Field: _p in, | |||||
| 10786 | File:, | |||||
| 10787 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:689, | |||||
| 10788 | Taint Flag s:, | |||||
| 10789 | , | |||||
| 10790 | ||||||
| 10791 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 33 7 (Dead Co de: Unused Field),Lo w, | |||||
| 10792 | Issue Deta ils, | |||||
| 10793 | Kingdom:, | |||||
| 10794 | Code Qual ity, | |||||
| 10795 | Scan Engin e:, | |||||
| 10796 | SCA (Stru ctural), | |||||
| 10797 | ||||||
| 10798 | ||||||
| 10799 | ||||||
| 10800 | Sink Detai ls, | |||||
| 10801 | Sink:, | |||||
| 10802 | Field: _v irtualMeet ingRoom, | |||||
| 10803 | File:, | |||||
| 10804 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:337, | |||||
| 10805 | Taint Flag s:, | |||||
| 10806 | , | |||||
| 10807 | ||||||
| 10808 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 4 4 (Dead Co de: Unused Field),Lo w, | |||||
| 10809 | Issue Deta ils, | |||||
| 10810 | Kingdom:, | |||||
| 10811 | Code Qual ity, | |||||
| 10812 | Scan Engin e:, | |||||
| 10813 | SCA (Stru ctural), | |||||
| 10814 | ||||||
| 10815 | ||||||
| 10816 | ||||||
| 10817 | Sink Detai ls, | |||||
| 10818 | Sink:, | |||||
| 10819 | Field: _a ppointment Kind, | |||||
| 10820 | File:, | |||||
| 10821 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:44, | |||||
| 10822 | Taint Flag s:, | |||||
| 10823 | , | |||||
| 10824 | ||||||
| 10825 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 3 4 (Dead Co de: Unused Field),Lo w, | |||||
| 10826 | Issue Deta ils, | |||||
| 10827 | Kingdom:, | |||||
| 10828 | Code Qual ity, | |||||
| 10829 | Scan Engin e:, | |||||
| 10830 | SCA (Stru ctural), | |||||
| 10831 | ||||||
| 10832 | ||||||
| 10833 | ||||||
| 10834 | Sink Detai ls, | |||||
| 10835 | Sink:, | |||||
| 10836 | Field: _p atients, | |||||
| 10837 | File:, | |||||
| 10838 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:34, | |||||
| 10839 | Taint Flag s:, | |||||
| 10840 | , | |||||
| 10841 | ||||||
| 10842 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 81 3 (Dead Co de: Unused Field),Lo w, | |||||
| 10843 | Issue Deta ils, | |||||
| 10844 | Kingdom:, | |||||
| 10845 | Code Qual ity, | |||||
| 10846 | Scan Engin e:, | |||||
| 10847 | SCA (Stru ctural), | |||||
| 10848 | ||||||
| 10849 | ||||||
| 10850 | ||||||
| 10851 | Sink Detai ls, | |||||
| 10852 | Sink:, | |||||
| 10853 | Field: _t imeZone, | |||||
| 10854 | File:, | |||||
| 10855 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:813, | |||||
| 10856 | Taint Flag s:, | |||||
| 10857 | , | |||||
| 10858 | ||||||
| 10859 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 5 2 (Dead Co de: Unused Field),Lo w, | |||||
| 10860 | Issue Deta ils, | |||||
| 10861 | Kingdom:, | |||||
| 10862 | Code Qual ity, | |||||
| 10863 | Scan Engin e:, | |||||
| 10864 | SCA (Stru ctural), | |||||
| 10865 | ||||||
| 10866 | ||||||
| 10867 | ||||||
| 10868 | Sink Detai ls, | |||||
| 10869 | Sink:, | |||||
| 10870 | Field: _p roviders, | |||||
| 10871 | File:, | |||||
| 10872 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:52, | |||||
| 10873 | Taint Flag s:, | |||||
| 10874 | , | |||||
| 10875 | ||||||
| 10876 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 14 76 (Dead C ode: Unuse d Field),L ow, | |||||
| 10877 | Issue Deta ils, | |||||
| 10878 | Kingdom:, | |||||
| 10879 | Code Qual ity, | |||||
| 10880 | Scan Engin e:, | |||||
| 10881 | SCA (Stru ctural), | |||||
| 10882 | ||||||
| 10883 | ||||||
| 10884 | ||||||
| 10885 | Sink Detai ls, | |||||
| 10886 | Sink:, | |||||
| 10887 | Field: _v istaStatus , | |||||
| 10888 | File:, | |||||
| 10889 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1476, | |||||
| 10890 | Taint Flag s:, | |||||
| 10891 | , | |||||
| 10892 | ||||||
| 10893 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 14 68 (Dead C ode: Unuse d Field),L ow, | |||||
| 10894 | Issue Deta ils, | |||||
| 10895 | Kingdom:, | |||||
| 10896 | Code Qual ity, | |||||
| 10897 | Scan Engin e:, | |||||
| 10898 | SCA (Stru ctural), | |||||
| 10899 | ||||||
| 10900 | ||||||
| 10901 | ||||||
| 10902 | Sink Detai ls, | |||||
| 10903 | Sink:, | |||||
| 10904 | Field: _f acilityNam e, | |||||
| 10905 | File:, | |||||
| 10906 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1468, | |||||
| 10907 | Taint Flag s:, | |||||
| 10908 | , | |||||
| 10909 | ||||||
| 10910 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 59 6 (Dead Co de: Unused Field),Lo w, | |||||
| 10911 | Issue Deta ils, | |||||
| 10912 | Kingdom:, | |||||
| 10913 | Code Qual ity, | |||||
| 10914 | Scan Engin e:, | |||||
| 10915 | SCA (Stru ctural), | |||||
| 10916 | ||||||
| 10917 | ||||||
| 10918 | ||||||
| 10919 | Sink Detai ls, | |||||
| 10920 | Sink:, | |||||
| 10921 | Field: _p referredEm ail, | |||||
| 10922 | File:, | |||||
| 10923 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:596, | |||||
| 10924 | Taint Flag s:, | |||||
| 10925 | , | |||||
| 10926 | ||||||
| 10927 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 45 4 (Dead Co de: Unused Field),Lo w, | |||||
| 10928 | Issue Deta ils, | |||||
| 10929 | Kingdom:, | |||||
| 10930 | Code Qual ity, | |||||
| 10931 | Scan Engin e:, | |||||
| 10932 | SCA (Stru ctural), | |||||
| 10933 | ||||||
| 10934 | ||||||
| 10935 | ||||||
| 10936 | Sink Detai ls, | |||||
| 10937 | Sink:, | |||||
| 10938 | Field: _n ame, | |||||
| 10939 | File:, | |||||
| 10940 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:454, | |||||
| 10941 | Taint Flag s:, | |||||
| 10942 | , | |||||
| 10943 | ||||||
| 10944 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 12 37 (Dead C ode: Unuse d Field),L ow, | |||||
| 10945 | Issue Deta ils, | |||||
| 10946 | Kingdom:, | |||||
| 10947 | Code Qual ity, | |||||
| 10948 | Scan Engin e:, | |||||
| 10949 | SCA (Stru ctural), | |||||
| 10950 | ||||||
| 10951 | ||||||
| 10952 | ||||||
| 10953 | Sink Detai ls, | |||||
| 10954 | Sink:, | |||||
| 10955 | Field: _p ersonBooki ngStatus, | |||||
| 10956 | File:, | |||||
| 10957 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1237, | |||||
| 10958 | Taint Flag s:, | |||||
| 10959 | , | |||||
| 10960 | ||||||
| 10961 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 3 2 (Dead Co de: Unused Field),Lo w, | |||||
| 10962 | Issue Deta ils, | |||||
| 10963 | Kingdom:, | |||||
| 10964 | Code Qual ity, | |||||
| 10965 | Scan Engin e:, | |||||
| 10966 | SCA (Stru ctural), | |||||
| 10967 | ||||||
| 10968 | ||||||
| 10969 | ||||||
| 10970 | Sink Detai ls, | |||||
| 10971 | Sink:, | |||||
| 10972 | Field: _s ourceSyste m, | |||||
| 10973 | File:, | |||||
| 10974 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:32, | |||||
| 10975 | Taint Flag s:, | |||||
| 10976 | , | |||||
| 10977 | ||||||
| 10978 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 74 6 (Dead Co de: Unused Field),Lo w, | |||||
| 10979 | Issue Deta ils, | |||||
| 10980 | Kingdom:, | |||||
| 10981 | Code Qual ity, | |||||
| 10982 | Scan Engin e:, | |||||
| 10983 | SCA (Stru ctural), | |||||
| 10984 | ||||||
| 10985 | ||||||
| 10986 | ||||||
| 10987 | Sink Detai ls, | |||||
| 10988 | Sink:, | |||||
| 10989 | Field: _c linic, | |||||
| 10990 | File:, | |||||
| 10991 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:746, | |||||
| 10992 | Taint Flag s:, | |||||
| 10993 | , | |||||
| 10994 | ||||||
| 10995 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 14 74 (Dead C ode: Unuse d Field),L ow, | |||||
| 10996 | Issue Deta ils, | |||||
| 10997 | Kingdom:, | |||||
| 10998 | Code Qual ity, | |||||
| 10999 | Scan Engin e:, | |||||
| 11000 | SCA (Stru ctural), | |||||
| 11001 | ||||||
| 11002 | ||||||
| 11003 | ||||||
| 11004 | Sink Detai ls, | |||||
| 11005 | Sink:, | |||||
| 11006 | Field: _d ateTime, | |||||
| 11007 | File:, | |||||
| 11008 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1474, | |||||
| 11009 | Taint Flag s:, | |||||
| 11010 | , | |||||
| 11011 | ||||||
| 11012 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 14 66 (Dead C ode: Unuse d Field),L ow, | |||||
| 11013 | Issue Deta ils, | |||||
| 11014 | Kingdom:, | |||||
| 11015 | Code Qual ity, | |||||
| 11016 | Scan Engin e:, | |||||
| 11017 | SCA (Stru ctural), | |||||
| 11018 | ||||||
| 11019 | ||||||
| 11020 | ||||||
| 11021 | Sink Detai ls, | |||||
| 11022 | Sink:, | |||||
| 11023 | Field: _f acilityCod e, | |||||
| 11024 | File:, | |||||
| 11025 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1466, | |||||
| 11026 | Taint Flag s:, | |||||
| 11027 | , | |||||
| 11028 | ||||||
| 11029 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 93 3 (Dead Co de: Unused Field),Lo w, | |||||
| 11030 | Issue Deta ils, | |||||
| 11031 | Kingdom:, | |||||
| 11032 | Code Qual ity, | |||||
| 11033 | Scan Engin e:, | |||||
| 11034 | SCA (Stru ctural), | |||||
| 11035 | ||||||
| 11036 | ||||||
| 11037 | ||||||
| 11038 | Sink Detai ls, | |||||
| 11039 | Sink:, | |||||
| 11040 | Field: _r eason, | |||||
| 11041 | File:, | |||||
| 11042 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:933, | |||||
| 11043 | Taint Flag s:, | |||||
| 11044 | , | |||||
| 11045 | ||||||
| 11046 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 12 64 (Dead C ode: Unuse d Field),L ow, | |||||
| 11047 | Issue Deta ils, | |||||
| 11048 | Kingdom:, | |||||
| 11049 | Code Qual ity, | |||||
| 11050 | Scan Engin e:, | |||||
| 11051 | SCA (Stru ctural), | |||||
| 11052 | ||||||
| 11053 | ||||||
| 11054 | ||||||
| 11055 | Sink Detai ls, | |||||
| 11056 | Sink:, | |||||
| 11057 | Field: _s tatus, | |||||
| 11058 | File:, | |||||
| 11059 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1264, | |||||
| 11060 | Taint Flag s:, | |||||
| 11061 | , | |||||
| 11062 | ||||||
| 11063 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 41 4 (Dead Co de: Unused Field),Lo w, | |||||
| 11064 | Issue Deta ils, | |||||
| 11065 | Kingdom:, | |||||
| 11066 | Code Qual ity, | |||||
| 11067 | Scan Engin e:, | |||||
| 11068 | SCA (Stru ctural), | |||||
| 11069 | ||||||
| 11070 | ||||||
| 11071 | ||||||
| 11072 | Sink Detai ls, | |||||
| 11073 | Sink:, | |||||
| 11074 | Field: _a ssigningAu thority, | |||||
| 11075 | File:, | |||||
| 11076 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:414, | |||||
| 11077 | Taint Flag s:, | |||||
| 11078 | , | |||||
| 11079 | ||||||
| 11080 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 3 8 (Dead Co de: Unused Field),Lo w, | |||||
| 11081 | Issue Deta ils, | |||||
| 11082 | Kingdom:, | |||||
| 11083 | Code Qual ity, | |||||
| 11084 | Scan Engin e:, | |||||
| 11085 | SCA (Stru ctural), | |||||
| 11086 | ||||||
| 11087 | ||||||
| 11088 | ||||||
| 11089 | Sink Detai ls, | |||||
| 11090 | Sink:, | |||||
| 11091 | Field: _d ateTime, | |||||
| 11092 | File:, | |||||
| 11093 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:38, | |||||
| 11094 | Taint Flag s:, | |||||
| 11095 | , | |||||
| 11096 | ||||||
| 11097 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 32 9 (Dead Co de: Unused Field),Lo w, | |||||
| 11098 | Issue Deta ils, | |||||
| 11099 | Kingdom:, | |||||
| 11100 | Code Qual ity, | |||||
| 11101 | Scan Engin e:, | |||||
| 11102 | SCA (Stru ctural), | |||||
| 11103 | ||||||
| 11104 | ||||||
| 11105 | ||||||
| 11106 | Sink Detai ls, | |||||
| 11107 | Sink:, | |||||
| 11108 | Field: _i d, | |||||
| 11109 | File:, | |||||
| 11110 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:329, | |||||
| 11111 | Taint Flag s:, | |||||
| 11112 | , | |||||
| 11113 | ||||||
| 11114 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 3 6 (Dead Co de: Unused Field),Lo w, | |||||
| 11115 | Issue Deta ils, | |||||
| 11116 | Kingdom:, | |||||
| 11117 | Code Qual ity, | |||||
| 11118 | Scan Engin e:, | |||||
| 11119 | SCA (Stru ctural), | |||||
| 11120 | ||||||
| 11121 | ||||||
| 11122 | ||||||
| 11123 | Sink Detai ls, | |||||
| 11124 | Sink:, | |||||
| 11125 | Field: _d uration, | |||||
| 11126 | File:, | |||||
| 11127 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:36, | |||||
| 11128 | Taint Flag s:, | |||||
| 11129 | , | |||||
| 11130 | ||||||
| 11131 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 92 9 (Dead Co de: Unused Field),Lo w, | |||||
| 11132 | Issue Deta ils, | |||||
| 11133 | Kingdom:, | |||||
| 11134 | Code Qual ity, | |||||
| 11135 | Scan Engin e:, | |||||
| 11136 | SCA (Stru ctural), | |||||
| 11137 | ||||||
| 11138 | ||||||
| 11139 | ||||||
| 11140 | Sink Detai ls, | |||||
| 11141 | Sink:, | |||||
| 11142 | Field: _d escription , | |||||
| 11143 | File:, | |||||
| 11144 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:929, | |||||
| 11145 | Taint Flag s:, | |||||
| 11146 | , | |||||
| 11147 | ||||||
| 11148 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 74 4 (Dead Co de: Unused Field),Lo w, | |||||
| 11149 | Issue Deta ils, | |||||
| 11150 | Kingdom:, | |||||
| 11151 | Code Qual ity, | |||||
| 11152 | Scan Engin e:, | |||||
| 11153 | SCA (Stru ctural), | |||||
| 11154 | ||||||
| 11155 | ||||||
| 11156 | ||||||
| 11157 | Sink Detai ls, | |||||
| 11158 | Sink:, | |||||
| 11159 | Field: _f acility, | |||||
| 11160 | File:, | |||||
| 11161 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:744, | |||||
| 11162 | Taint Flag s:, | |||||
| 11163 | , | |||||
| 11164 | ||||||
| 11165 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 60 0 (Dead Co de: Unused Field),Lo w, | |||||
| 11166 | Issue Deta ils, | |||||
| 11167 | Kingdom:, | |||||
| 11168 | Code Qual ity, | |||||
| 11169 | Scan Engin e:, | |||||
| 11170 | SCA (Stru ctural), | |||||
| 11171 | ||||||
| 11172 | ||||||
| 11173 | ||||||
| 11174 | Sink Detai ls, | |||||
| 11175 | Sink:, | |||||
| 11176 | Field: _t imeZone, | |||||
| 11177 | File:, | |||||
| 11178 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:600, | |||||
| 11179 | Taint Flag s:, | |||||
| 11180 | , | |||||
| 11181 | ||||||
| 11182 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 14 37 (Dead C ode: Unuse d Field),L ow, | |||||
| 11183 | Issue Deta ils, | |||||
| 11184 | Kingdom:, | |||||
| 11185 | Code Qual ity, | |||||
| 11186 | Scan Engin e:, | |||||
| 11187 | SCA (Stru ctural), | |||||
| 11188 | ||||||
| 11189 | ||||||
| 11190 | ||||||
| 11191 | Sink Detai ls, | |||||
| 11192 | Sink:, | |||||
| 11193 | Field: _w riteResult , | |||||
| 11194 | File:, | |||||
| 11195 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1437, | |||||
| 11196 | Taint Flag s:, | |||||
| 11197 | , | |||||
| 11198 | ||||||
| 11199 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 5 0 (Dead Co de: Unused Field),Lo w, | |||||
| 11200 | Issue Deta ils, | |||||
| 11201 | Kingdom:, | |||||
| 11202 | Code Qual ity, | |||||
| 11203 | Scan Engin e:, | |||||
| 11204 | SCA (Stru ctural), | |||||
| 11205 | ||||||
| 11206 | ||||||
| 11207 | ||||||
| 11208 | Sink Detai ls, | |||||
| 11209 | Sink:, | |||||
| 11210 | Field: _d esiredDate , | |||||
| 11211 | File:, | |||||
| 11212 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:50, | |||||
| 11213 | Taint Flag s:, | |||||
| 11214 | , | |||||
| 11215 | ||||||
| 11216 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 74 2 (Dead Co de: Unused Field),Lo w, | |||||
| 11217 | Issue Deta ils, | |||||
| 11218 | Kingdom:, | |||||
| 11219 | Code Qual ity, | |||||
| 11220 | Scan Engin e:, | |||||
| 11221 | SCA (Stru ctural), | |||||
| 11222 | ||||||
| 11223 | ||||||
| 11224 | ||||||
| 11225 | Sink Detai ls, | |||||
| 11226 | Sink:, | |||||
| 11227 | Field: _t ype, | |||||
| 11228 | File:, | |||||
| 11229 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:742, | |||||
| 11230 | Taint Flag s:, | |||||
| 11231 | , | |||||
| 11232 | ||||||
| 11233 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 86 4 (Dead Co de: Unused Field),Lo w, | |||||
| 11234 | Issue Deta ils, | |||||
| 11235 | Kingdom:, | |||||
| 11236 | Code Qual ity, | |||||
| 11237 | Scan Engin e:, | |||||
| 11238 | SCA (Stru ctural), | |||||
| 11239 | ||||||
| 11240 | ||||||
| 11241 | ||||||
| 11242 | Sink Detai ls, | |||||
| 11243 | Sink:, | |||||
| 11244 | Field: _i en, | |||||
| 11245 | File:, | |||||
| 11246 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:864, | |||||
| 11247 | Taint Flag s:, | |||||
| 11248 | , | |||||
| 11249 | ||||||
| 11250 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 13 04 (Dead C ode: Unuse d Field),L ow, | |||||
| 11251 | Issue Deta ils, | |||||
| 11252 | Kingdom:, | |||||
| 11253 | Code Qual ity, | |||||
| 11254 | Scan Engin e:, | |||||
| 11255 | SCA (Stru ctural), | |||||
| 11256 | ||||||
| 11257 | ||||||
| 11258 | ||||||
| 11259 | Sink Detai ls, | |||||
| 11260 | Sink:, | |||||
| 11261 | Field: _o bjectType, | |||||
| 11262 | File:, | |||||
| 11263 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1304, | |||||
| 11264 | Taint Flag s:, | |||||
| 11265 | , | |||||
| 11266 | ||||||
| 11267 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 14 72 (Dead C ode: Unuse d Field),L ow, | |||||
| 11268 | Issue Deta ils, | |||||
| 11269 | Kingdom:, | |||||
| 11270 | Code Qual ity, | |||||
| 11271 | Scan Engin e:, | |||||
| 11272 | SCA (Stru ctural), | |||||
| 11273 | ||||||
| 11274 | ||||||
| 11275 | ||||||
| 11276 | Sink Detai ls, | |||||
| 11277 | Sink:, | |||||
| 11278 | Field: _c linicName, | |||||
| 11279 | File:, | |||||
| 11280 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1472, | |||||
| 11281 | Taint Flag s:, | |||||
| 11282 | , | |||||
| 11283 | ||||||
| 11284 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 30 4 (Dead Co de: Unused Field),Lo w, | |||||
| 11285 | Issue Deta ils, | |||||
| 11286 | Kingdom:, | |||||
| 11287 | Code Qual ity, | |||||
| 11288 | Scan Engin e:, | |||||
| 11289 | SCA (Stru ctural), | |||||
| 11290 | ||||||
| 11291 | ||||||
| 11292 | ||||||
| 11293 | Sink Detai ls, | |||||
| 11294 | Sink:, | |||||
| 11295 | Field: _p atient, | |||||
| 11296 | File:, | |||||
| 11297 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:304, | |||||
| 11298 | Taint Flag s:, | |||||
| 11299 | , | |||||
| 11300 | ||||||
| 11301 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 86 6 (Dead Co de: Unused Field),Lo w, | |||||
| 11302 | Issue Deta ils, | |||||
| 11303 | Kingdom:, | |||||
| 11304 | Code Qual ity, | |||||
| 11305 | Scan Engin e:, | |||||
| 11306 | SCA (Stru ctural), | |||||
| 11307 | ||||||
| 11308 | ||||||
| 11309 | ||||||
| 11310 | Sink Detai ls, | |||||
| 11311 | Sink:, | |||||
| 11312 | Field: _n ame, | |||||
| 11313 | File:, | |||||
| 11314 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:866, | |||||
| 11315 | Taint Flag s:, | |||||
| 11316 | , | |||||
| 11317 | ||||||
| 11318 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 4 0 (Dead Co de: Unused Field),Lo w, | |||||
| 11319 | Issue Deta ils, | |||||
| 11320 | Kingdom:, | |||||
| 11321 | Code Qual ity, | |||||
| 11322 | Scan Engin e:, | |||||
| 11323 | SCA (Stru ctural), | |||||
| 11324 | ||||||
| 11325 | ||||||
| 11326 | ||||||
| 11327 | Sink Detai ls, | |||||
| 11328 | Sink:, | |||||
| 11329 | Field: _s tatus, | |||||
| 11330 | File:, | |||||
| 11331 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:40, | |||||
| 11332 | Taint Flag s:, | |||||
| 11333 | , | |||||
| 11334 | ||||||
| 11335 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 33 1 (Dead Co de: Unused Field),Lo w, | |||||
| 11336 | Issue Deta ils, | |||||
| 11337 | Kingdom:, | |||||
| 11338 | Code Qual ity, | |||||
| 11339 | Scan Engin e:, | |||||
| 11340 | SCA (Stru ctural), | |||||
| 11341 | ||||||
| 11342 | ||||||
| 11343 | ||||||
| 11344 | Sink Detai ls, | |||||
| 11345 | Sink:, | |||||
| 11346 | Field: _n ame, | |||||
| 11347 | File:, | |||||
| 11348 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:331, | |||||
| 11349 | Taint Flag s:, | |||||
| 11350 | , | |||||
| 11351 | ||||||
| 11352 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 13 59 (Dead C ode: Unuse d Field),L ow, | |||||
| 11353 | Issue Deta ils, | |||||
| 11354 | Kingdom:, | |||||
| 11355 | Code Qual ity, | |||||
| 11356 | Scan Engin e:, | |||||
| 11357 | SCA (Stru ctural), | |||||
| 11358 | ||||||
| 11359 | ||||||
| 11360 | ||||||
| 11361 | Sink Detai ls, | |||||
| 11362 | Sink:, | |||||
| 11363 | Field: _e rrorMessag e, | |||||
| 11364 | File:, | |||||
| 11365 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1359, | |||||
| 11366 | Taint Flag s:, | |||||
| 11367 | , | |||||
| 11368 | ||||||
| 11369 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 54 1 (Dead Co de: Unused Field),Lo w, | |||||
| 11370 | Issue Deta ils, | |||||
| 11371 | Kingdom:, | |||||
| 11372 | Code Qual ity, | |||||
| 11373 | Scan Engin e:, | |||||
| 11374 | SCA (Stru ctural), | |||||
| 11375 | ||||||
| 11376 | ||||||
| 11377 | ||||||
| 11378 | Sink Detai ls, | |||||
| 11379 | Sink:, | |||||
| 11380 | Field: _l astName, | |||||
| 11381 | File:, | |||||
| 11382 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:541, | |||||
| 11383 | Taint Flag s:, | |||||
| 11384 | , | |||||
| 11385 | ||||||
| 11386 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 13 02 (Dead C ode: Unuse d Field),L ow, | |||||
| 11387 | Issue Deta ils, | |||||
| 11388 | Kingdom:, | |||||
| 11389 | Code Qual ity, | |||||
| 11390 | Scan Engin e:, | |||||
| 11391 | SCA (Stru ctural), | |||||
| 11392 | ||||||
| 11393 | ||||||
| 11394 | ||||||
| 11395 | Sink Detai ls, | |||||
| 11396 | Sink:, | |||||
| 11397 | Field: _e rrors, | |||||
| 11398 | File:, | |||||
| 11399 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1302, | |||||
| 11400 | Taint Flag s:, | |||||
| 11401 | , | |||||
| 11402 | ||||||
| 11403 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 69 1 (Dead Co de: Unused Field),Lo w, | |||||
| 11404 | Issue Deta ils, | |||||
| 11405 | Kingdom:, | |||||
| 11406 | Code Qual ity, | |||||
| 11407 | Scan Engin e:, | |||||
| 11408 | SCA (Stru ctural), | |||||
| 11409 | ||||||
| 11410 | ||||||
| 11411 | ||||||
| 11412 | Sink Detai ls, | |||||
| 11413 | Sink:, | |||||
| 11414 | Field: _u rl, | |||||
| 11415 | File:, | |||||
| 11416 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:691, | |||||
| 11417 | Taint Flag s:, | |||||
| 11418 | , | |||||
| 11419 | ||||||
| 11420 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 80 9 (Dead Co de: Unused Field),Lo w, | |||||
| 11421 | Issue Deta ils, | |||||
| 11422 | Kingdom:, | |||||
| 11423 | Code Qual ity, | |||||
| 11424 | Scan Engin e:, | |||||
| 11425 | SCA (Stru ctural), | |||||
| 11426 | ||||||
| 11427 | ||||||
| 11428 | ||||||
| 11429 | Sink Detai ls, | |||||
| 11430 | Sink:, | |||||
| 11431 | Field: _n ame, | |||||
| 11432 | File:, | |||||
| 11433 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:809, | |||||
| 11434 | Taint Flag s:, | |||||
| 11435 | , | |||||
| 11436 | ||||||
| 11437 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 46 0 (Dead Co de: Unused Field),Lo w, | |||||
| 11438 | Issue Deta ils, | |||||
| 11439 | Kingdom:, | |||||
| 11440 | Code Qual ity, | |||||
| 11441 | Scan Engin e:, | |||||
| 11442 | SCA (Stru ctural), | |||||
| 11443 | ||||||
| 11444 | ||||||
| 11445 | ||||||
| 11446 | Sink Detai ls, | |||||
| 11447 | Sink:, | |||||
| 11448 | Field: _v irtualMeet ingRoom, | |||||
| 11449 | File:, | |||||
| 11450 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:460, | |||||
| 11451 | Taint Flag s:, | |||||
| 11452 | , | |||||
| 11453 | ||||||
| 11454 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 14 62 (Dead C ode: Unuse d Field),L ow, | |||||
| 11455 | Issue Deta ils, | |||||
| 11456 | Kingdom:, | |||||
| 11457 | Code Qual ity, | |||||
| 11458 | Scan Engin e:, | |||||
| 11459 | SCA (Stru ctural), | |||||
| 11460 | ||||||
| 11461 | ||||||
| 11462 | ||||||
| 11463 | Sink Detai ls, | |||||
| 11464 | Sink:, | |||||
| 11465 | Field: _p ersonId, | |||||
| 11466 | File:, | |||||
| 11467 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1462, | |||||
| 11468 | Taint Flag s:, | |||||
| 11469 | , | |||||
| 11470 | ||||||
| 11471 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 81 1 (Dead Co de: Unused Field),Lo w, | |||||
| 11472 | Issue Deta ils, | |||||
| 11473 | Kingdom:, | |||||
| 11474 | Code Qual ity, | |||||
| 11475 | Scan Engin e:, | |||||
| 11476 | SCA (Stru ctural), | |||||
| 11477 | ||||||
| 11478 | ||||||
| 11479 | ||||||
| 11480 | Sink Detai ls, | |||||
| 11481 | Sink:, | |||||
| 11482 | Field: _s iteCode, | |||||
| 11483 | File:, | |||||
| 11484 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:811, | |||||
| 11485 | Taint Flag s:, | |||||
| 11486 | , | |||||
| 11487 | ||||||
| 11488 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 13 99 (Dead C ode: Unuse d Field),L ow, | |||||
| 11489 | Issue Deta ils, | |||||
| 11490 | Kingdom:, | |||||
| 11491 | Code Qual ity, | |||||
| 11492 | Scan Engin e:, | |||||
| 11493 | SCA (Stru ctural), | |||||
| 11494 | ||||||
| 11495 | ||||||
| 11496 | ||||||
| 11497 | Sink Detai ls, | |||||
| 11498 | Sink:, | |||||
| 11499 | Field: _w riteResult s, | |||||
| 11500 | File:, | |||||
| 11501 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1399, | |||||
| 11502 | Taint Flag s:, | |||||
| 11503 | , | |||||
| 11504 | ||||||
| 11505 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 11 86 (Dead C ode: Unuse d Field),L ow, | |||||
| 11506 | Issue Deta ils, | |||||
| 11507 | Kingdom:, | |||||
| 11508 | Code Qual ity, | |||||
| 11509 | Scan Engin e:, | |||||
| 11510 | SCA (Stru ctural), | |||||
| 11511 | ||||||
| 11512 | ||||||
| 11513 | ||||||
| 11514 | Sink Detai ls, | |||||
| 11515 | Sink:, | |||||
| 11516 | Field: _p atientBook ingStatuse s, | |||||
| 11517 | File:, | |||||
| 11518 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1186, | |||||
| 11519 | Taint Flag s:, | |||||
| 11520 | , | |||||
| 11521 | ||||||
| 11522 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 13 97 (Dead C ode: Unuse d Field),L ow, | |||||
| 11523 | Issue Deta ils, | |||||
| 11524 | Kingdom:, | |||||
| 11525 | Code Qual ity, | |||||
| 11526 | Scan Engin e:, | |||||
| 11527 | SCA (Stru ctural), | |||||
| 11528 | ||||||
| 11529 | ||||||
| 11530 | ||||||
| 11531 | Sink Detai ls, | |||||
| 11532 | Sink:, | |||||
| 11533 | Field: _i d, | |||||
| 11534 | File:, | |||||
| 11535 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1397, | |||||
| 11536 | Taint Flag s:, | |||||
| 11537 | , | |||||
| 11538 | ||||||
| 11539 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 14 70 (Dead C ode: Unuse d Field),L ow, | |||||
| 11540 | Issue Deta ils, | |||||
| 11541 | Kingdom:, | |||||
| 11542 | Code Qual ity, | |||||
| 11543 | Scan Engin e:, | |||||
| 11544 | SCA (Stru ctural), | |||||
| 11545 | ||||||
| 11546 | ||||||
| 11547 | ||||||
| 11548 | Sink Detai ls, | |||||
| 11549 | Sink:, | |||||
| 11550 | Field: _c linicIEN, | |||||
| 11551 | File:, | |||||
| 11552 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1470, | |||||
| 11553 | Taint Flag s:, | |||||
| 11554 | , | |||||
| 11555 | ||||||
| 11556 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 11 84 (Dead C ode: Unuse d Field),L ow, | |||||
| 11557 | Issue Deta ils, | |||||
| 11558 | Kingdom:, | |||||
| 11559 | Code Qual ity, | |||||
| 11560 | Scan Engin e:, | |||||
| 11561 | SCA (Stru ctural), | |||||
| 11562 | ||||||
| 11563 | ||||||
| 11564 | ||||||
| 11565 | Sink Detai ls, | |||||
| 11566 | Sink:, | |||||
| 11567 | Field: _s ourceSyste m, | |||||
| 11568 | File:, | |||||
| 11569 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:1184, | |||||
| 11570 | Taint Flag s:, | |||||
| 11571 | , | |||||
| 11572 | ||||||
| 11573 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 33 5 (Dead Co de: Unused Field),Lo w, | |||||
| 11574 | Issue Deta ils, | |||||
| 11575 | Kingdom:, | |||||
| 11576 | Code Qual ity, | |||||
| 11577 | Scan Engin e:, | |||||
| 11578 | SCA (Stru ctural), | |||||
| 11579 | ||||||
| 11580 | ||||||
| 11581 | ||||||
| 11582 | Sink Detai ls, | |||||
| 11583 | Sink:, | |||||
| 11584 | Field: _l ocation, | |||||
| 11585 | File:, | |||||
| 11586 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:335, | |||||
| 11587 | Taint Flag s:, | |||||
| 11588 | , | |||||
| 11589 | ||||||
| 11590 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. cs, line 4 8 (Dead Co de: Unused Field),Lo w, | |||||
| 11591 | Issue Deta ils, | |||||
| 11592 | Kingdom:, | |||||
| 11593 | Code Qual ity, | |||||
| 11594 | Scan Engin e:, | |||||
| 11595 | SCA (Stru ctural), | |||||
| 11596 | ||||||
| 11597 | ||||||
| 11598 | ||||||
| 11599 | Sink Detai ls, | |||||
| 11600 | Sink:, | |||||
| 11601 | Field: _b ookingNote s, | |||||
| 11602 | File:, | |||||
| 11603 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .cs:48, | |||||
| 11604 | Taint Flag s:, | |||||
| 11605 | , | |||||
| 11606 | ||||||
| 11607 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VideoVisit Service/Ap pointment. Designer.c s, line 59 4 (Dead Co de: Unused Field),Lo w, | |||||
| 11608 | Issue Deta ils, | |||||
| 11609 | Kingdom:, | |||||
| 11610 | Code Qual ity, | |||||
| 11611 | Scan Engin e:, | |||||
| 11612 | SCA (Stru ctural), | |||||
| 11613 | ||||||
| 11614 | ||||||
| 11615 | ||||||
| 11616 | Sink Detai ls, | |||||
| 11617 | Sink:, | |||||
| 11618 | Field: _m obile, | |||||
| 11619 | File:, | |||||
| 11620 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VideoVisi tService/A ppointment .Designer. cs:594, | |||||
| 11621 | Taint Flag s:, | |||||
| 11622 | , | |||||
| 11623 | ||||||
| 11624 | Package: V A.TMP.Inte gration.Sc hema.Virtu alMeetingR oom, | |||||
| 11625 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 48 ( Dead Code: Unused Fi eld),Low, | |||||
| 11626 | Issue Deta ils, | |||||
| 11627 | Kingdom:, | |||||
| 11628 | Code Qual ity, | |||||
| 11629 | Scan Engin e:, | |||||
| 11630 | SCA (Stru ctural), | |||||
| 11631 | ||||||
| 11632 | ||||||
| 11633 | ||||||
| 11634 | Sink Detai ls, | |||||
| 11635 | Sink:, | |||||
| 11636 | Field: _v ersion, | |||||
| 11637 | File:, | |||||
| 11638 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :48, | |||||
| 11639 | Taint Flag s:, | |||||
| 11640 | , | |||||
| 11641 | ||||||
| 11642 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 38 ( Dead Code: Unused Fi eld),Low, | |||||
| 11643 | Issue Deta ils, | |||||
| 11644 | Kingdom:, | |||||
| 11645 | Code Qual ity, | |||||
| 11646 | Scan Engin e:, | |||||
| 11647 | SCA (Stru ctural), | |||||
| 11648 | ||||||
| 11649 | ||||||
| 11650 | ||||||
| 11651 | Sink Detai ls, | |||||
| 11652 | Sink:, | |||||
| 11653 | Field: _p atientPin, | |||||
| 11654 | File:, | |||||
| 11655 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :38, | |||||
| 11656 | Taint Flag s:, | |||||
| 11657 | , | |||||
| 11658 | ||||||
| 11659 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 46 ( Dead Code: Unused Fi eld),Low, | |||||
| 11660 | Issue Deta ils, | |||||
| 11661 | Kingdom:, | |||||
| 11662 | Code Qual ity, | |||||
| 11663 | Scan Engin e:, | |||||
| 11664 | SCA (Stru ctural), | |||||
| 11665 | ||||||
| 11666 | ||||||
| 11667 | ||||||
| 11668 | Sink Detai ls, | |||||
| 11669 | Sink:, | |||||
| 11670 | Field: _m iscData, | |||||
| 11671 | File:, | |||||
| 11672 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :46, | |||||
| 11673 | Taint Flag s:, | |||||
| 11674 | , | |||||
| 11675 | ||||||
| 11676 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 199 (Dead Code : Unused F ield),Low, | |||||
| 11677 | Issue Deta ils, | |||||
| 11678 | Kingdom:, | |||||
| 11679 | Code Qual ity, | |||||
| 11680 | Scan Engin e:, | |||||
| 11681 | SCA (Stru ctural), | |||||
| 11682 | ||||||
| 11683 | ||||||
| 11684 | ||||||
| 11685 | Sink Detai ls, | |||||
| 11686 | Sink:, | |||||
| 11687 | Field: _m iscData, | |||||
| 11688 | File:, | |||||
| 11689 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :199, | |||||
| 11690 | Taint Flag s:, | |||||
| 11691 | , | |||||
| 11692 | ||||||
| 11693 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 201 (Dead Code : Unused F ield),Low, | |||||
| 11694 | Issue Deta ils, | |||||
| 11695 | Kingdom:, | |||||
| 11696 | Code Qual ity, | |||||
| 11697 | Scan Engin e:, | |||||
| 11698 | SCA (Stru ctural), | |||||
| 11699 | ||||||
| 11700 | ||||||
| 11701 | ||||||
| 11702 | Sink Detai ls, | |||||
| 11703 | Sink:, | |||||
| 11704 | Field: _v ersion, | |||||
| 11705 | File:, | |||||
| 11706 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :201, | |||||
| 11707 | Taint Flag s:, | |||||
| 11708 | , | |||||
| 11709 | ||||||
| 11710 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 40 ( Dead Code: Unused Fi eld),Low, | |||||
| 11711 | Issue Deta ils, | |||||
| 11712 | Kingdom:, | |||||
| 11713 | Code Qual ity, | |||||
| 11714 | Scan Engin e:, | |||||
| 11715 | SCA (Stru ctural), | |||||
| 11716 | ||||||
| 11717 | ||||||
| 11718 | ||||||
| 11719 | Sink Detai ls, | |||||
| 11720 | Sink:, | |||||
| 11721 | Field: _p roviderPin , | |||||
| 11722 | File:, | |||||
| 11723 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :40, | |||||
| 11724 | Taint Flag s:, | |||||
| 11725 | , | |||||
| 11726 | ||||||
| 11727 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 42 ( Dead Code: Unused Fi eld),Low, | |||||
| 11728 | Issue Deta ils, | |||||
| 11729 | Kingdom:, | |||||
| 11730 | Code Qual ity, | |||||
| 11731 | Scan Engin e:, | |||||
| 11732 | SCA (Stru ctural), | |||||
| 11733 | ||||||
| 11734 | ||||||
| 11735 | ||||||
| 11736 | Sink Detai ls, | |||||
| 11737 | Sink:, | |||||
| 11738 | Field: _s tartDate, | |||||
| 11739 | File:, | |||||
| 11740 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :42, | |||||
| 11741 | Taint Flag s:, | |||||
| 11742 | , | |||||
| 11743 | ||||||
| 11744 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 32 ( Dead Code: Unused Fi eld),Low, | |||||
| 11745 | Issue Deta ils, | |||||
| 11746 | Kingdom:, | |||||
| 11747 | Code Qual ity, | |||||
| 11748 | Scan Engin e:, | |||||
| 11749 | SCA (Stru ctural), | |||||
| 11750 | ||||||
| 11751 | ||||||
| 11752 | ||||||
| 11753 | Sink Detai ls, | |||||
| 11754 | Sink:, | |||||
| 11755 | Field: _p atientName , | |||||
| 11756 | File:, | |||||
| 11757 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :32, | |||||
| 11758 | Taint Flag s:, | |||||
| 11759 | , | |||||
| 11760 | ||||||
| 11761 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 30 ( Dead Code: Unused Fi eld),Low, | |||||
| 11762 | Issue Deta ils, | |||||
| 11763 | Kingdom:, | |||||
| 11764 | Code Qual ity, | |||||
| 11765 | Scan Engin e:, | |||||
| 11766 | SCA (Stru ctural), | |||||
| 11767 | ||||||
| 11768 | ||||||
| 11769 | ||||||
| 11770 | Sink Detai ls, | |||||
| 11771 | Sink:, | |||||
| 11772 | Field: _a ppointment Id, | |||||
| 11773 | File:, | |||||
| 11774 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :30, | |||||
| 11775 | Taint Flag s:, | |||||
| 11776 | , | |||||
| 11777 | ||||||
| 11778 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 34 ( Dead Code: Unused Fi eld),Low, | |||||
| 11779 | Issue Deta ils, | |||||
| 11780 | Kingdom:, | |||||
| 11781 | Code Qual ity, | |||||
| 11782 | Scan Engin e:, | |||||
| 11783 | SCA (Stru ctural), | |||||
| 11784 | ||||||
| 11785 | ||||||
| 11786 | ||||||
| 11787 | Sink Detai ls, | |||||
| 11788 | Sink:, | |||||
| 11789 | Field: _p roviderNam e, | |||||
| 11790 | File:, | |||||
| 11791 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :34, | |||||
| 11792 | Taint Flag s:, | |||||
| 11793 | , | |||||
| 11794 | ||||||
| 11795 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 44 ( Dead Code: Unused Fi eld),Low, | |||||
| 11796 | Issue Deta ils, | |||||
| 11797 | Kingdom:, | |||||
| 11798 | Code Qual ity, | |||||
| 11799 | Scan Engin e:, | |||||
| 11800 | SCA (Stru ctural), | |||||
| 11801 | ||||||
| 11802 | ||||||
| 11803 | ||||||
| 11804 | Sink Detai ls, | |||||
| 11805 | Sink:, | |||||
| 11806 | Field: _e ndDate, | |||||
| 11807 | File:, | |||||
| 11808 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :44, | |||||
| 11809 | Taint Flag s:, | |||||
| 11810 | , | |||||
| 11811 | ||||||
| 11812 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 197 (Dead Code : Unused F ield),Low, | |||||
| 11813 | Issue Deta ils, | |||||
| 11814 | Kingdom:, | |||||
| 11815 | Code Qual ity, | |||||
| 11816 | Scan Engin e:, | |||||
| 11817 | SCA (Stru ctural), | |||||
| 11818 | ||||||
| 11819 | ||||||
| 11820 | ||||||
| 11821 | Sink Detai ls, | |||||
| 11822 | Sink:, | |||||
| 11823 | Field: _a ppointment Id, | |||||
| 11824 | File:, | |||||
| 11825 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :197, | |||||
| 11826 | Taint Flag s:, | |||||
| 11827 | , | |||||
| 11828 | ||||||
| 11829 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.Schema. VirtualMee tingRoom/V irtualMeet ingRoom.De signer.cs, line 36 ( Dead Code: Unused Fi eld),Low, | |||||
| 11830 | Issue Deta ils, | |||||
| 11831 | Kingdom:, | |||||
| 11832 | Code Qual ity, | |||||
| 11833 | Scan Engin e:, | |||||
| 11834 | SCA (Stru ctural), | |||||
| 11835 | ||||||
| 11836 | ||||||
| 11837 | ||||||
| 11838 | Sink Detai ls, | |||||
| 11839 | Sink:, | |||||
| 11840 | Field: _m eetingRoom Name, | |||||
| 11841 | File:, | |||||
| 11842 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.Schema .VirtualMe etingRoom/ VirtualMee tingRoom.D esigner.cs :36, | |||||
| 11843 | Taint Flag s:, | |||||
| 11844 | , | |||||
| 11845 | ||||||
| 11846 | ||||||
| 11847 | Null Deref erence (10 issues), | |||||
| 11848 | Abstract, | |||||
| 11849 | The progra m can pote ntially de reference a null poi nter, ther eby raisin g a , | |||||
| 11850 | NullExcept ion, | |||||
| 11851 | ., | |||||
| 11852 | Explanatio n, | |||||
| 11853 | Null point er errors are usuall y the resu lt of one or more pr ogrammer a ssumptions being vio lated., | |||||
| 11854 | Most null pointer is sues resul t in gener al softwar e reliabil ity proble ms, but if an attack er can int entionally trigger a null poin ter derefe rence, the attacker may be abl e to use t he resulti ng excepti on to bypa ss securit y logic or to cause the applic ation to r eveal debu gging info rmation th at will be valuable in plannin g subseque nt attacks ., | |||||
| 11855 | Example 1: , | |||||
| 11856 | In the fo llowing co de, the pr ogrammer a ssumes tha t the syst em always has a prop erty named ", | |||||
| 11857 | cmd, | |||||
| 11858 | " defined. If an att acker can control th e program' s environm ent so tha t ", | |||||
| 11859 | cmd, | |||||
| 11860 | " is not d efined, th e program throws a n ull pointe r exceptio n when it attempts t o call the , | |||||
| 11861 | Trim(), | |||||
| 11862 | method., | |||||
| 11863 | string cmd = null;, | |||||
| 11864 | ..., | |||||
| 11865 | cmd = Envi ronment.Ge tEnvironme ntVariable ("cmd");, | |||||
| 11866 | cmd = cmd. Trim();, | |||||
| 11867 | Recommenda tion, | |||||
| 11868 | Security p roblems ca used by de referencin g null poi nters are almost alw ays relate d to the w ay in whic h the prog ram handle s runtime exceptions . If the s oftware ha s a solid and well-e xecuted ap proach to dealing wi th runtime exception s, the pot ential for security damage is significan tly dimini shed., | |||||
| 11869 | Issue Summ ary, | |||||
| 11870 | ||||||
| 11871 | Engine Bre akdown, | |||||
| 11872 | SCA,WebIns pect,Secur ityScope,T otal, | |||||
| 11873 | Null Deref erence,10, 0,0,10, | |||||
| 11874 | Total,10,0 ,0,10, | |||||
| 11875 | ||||||
| 11876 | Null Deref erence,Hig h, | |||||
| 11877 | Package: V A.TMP.Inte gration.VI MT.Mvi.Pip elineSteps .GetPerson Identifier s, | |||||
| 11878 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/Pipeline Steps/GetP ersonIdent ifiers/10 - MapCorre spondingId sResponseT oGetPerson Identifier sResponse. cs, line 3 7 (Null De reference) ,High, | |||||
| 11879 | Issue Deta ils, | |||||
| 11880 | Kingdom:, | |||||
| 11881 | Code Qual ity, | |||||
| 11882 | Scan Engin e:, | |||||
| 11883 | SCA (Cont rol Flow), | |||||
| 11884 | ||||||
| 11885 | Audit Comm ents, | |||||
| 11886 | adjeante:, | |||||
| 11887 | Thu Jul 2 7 2017 20: 24:59 GMT- 0000 (UTC) , | |||||
| 11888 | This is a mapping cl ass and th e null che cks are pr eformed in the logic layer, | |||||
| 11889 | ||||||
| 11890 | Sink Detai ls, | |||||
| 11891 | Sink:, | |||||
| 11892 | null.set_ ExceptionM essage(... ) : , | |||||
| 11893 | is not ch ecked for null value before be ing derefe renced, | |||||
| 11894 | Enclosing Method:, | |||||
| 11895 | Execute() , | |||||
| 11896 | File:, | |||||
| 11897 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Pipelin eSteps/Get PersonIden tifiers/10 - MapCorr espondingI dsResponse ToGetPerso nIdentifie rsResponse .cs:37, | |||||
| 11898 | Taint Flag s:, | |||||
| 11899 | , | |||||
| 11900 | 34, | |||||
| 11901 | Url = st ring.Forma t("https:/ /{0}/main. aspx?etn=c ontact&pag etype=enti tyrecord&i d=%7B{1}%7 D", state. ServerName .Substring (state.Ser verName.In dexOf("//" , StringCo mparison.O rdinal)+2) , state.Co ntact.Cont actId),, | |||||
| 11902 | 35, | |||||
| 11903 | Correspo ndingIdLis t = state. Correspond ingIds,, | |||||
| 11904 | 36, | |||||
| 11905 | ContactI d = state. Contact.Id , | |||||
| 11906 | 37, | |||||
| 11907 | };, | |||||
| 11908 | 38, | |||||
| 11909 | }, | |||||
| 11910 | 39, | |||||
| 11911 | }, | |||||
| 11912 | 40, | |||||
| 11913 | }, | |||||
| 11914 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/Pipeline Steps/GetP ersonIdent ifiers/10 - MapCorre spondingId sResponseT oGetPerson Identifier sResponse. cs, line 3 7 (Null De reference) ,High, | |||||
| 11915 | Issue Deta ils, | |||||
| 11916 | Kingdom:, | |||||
| 11917 | Code Qual ity, | |||||
| 11918 | Scan Engin e:, | |||||
| 11919 | SCA (Cont rol Flow), | |||||
| 11920 | ||||||
| 11921 | Audit Comm ents, | |||||
| 11922 | adjeante:, | |||||
| 11923 | Thu Jul 2 7 2017 20: 24:59 GMT- 0000 (UTC) , | |||||
| 11924 | This is a mapping cl ass and th e null che cks are pr eformed in the logic layer, | |||||
| 11925 | ||||||
| 11926 | Sink Detai ls, | |||||
| 11927 | Sink:, | |||||
| 11928 | null.set_ ContactId( ...) : , | |||||
| 11929 | is not ch ecked for null value before be ing derefe renced, | |||||
| 11930 | Enclosing Method:, | |||||
| 11931 | Execute() , | |||||
| 11932 | File:, | |||||
| 11933 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Pipelin eSteps/Get PersonIden tifiers/10 - MapCorr espondingI dsResponse ToGetPerso nIdentifie rsResponse .cs:37, | |||||
| 11934 | Taint Flag s:, | |||||
| 11935 | , | |||||
| 11936 | 34, | |||||
| 11937 | Url = st ring.Forma t("https:/ /{0}/main. aspx?etn=c ontact&pag etype=enti tyrecord&i d=%7B{1}%7 D", state. ServerName .Substring (state.Ser verName.In dexOf("//" , StringCo mparison.O rdinal)+2) , state.Co ntact.Cont actId),, | |||||
| 11938 | 35, | |||||
| 11939 | Correspo ndingIdLis t = state. Correspond ingIds,, | |||||
| 11940 | 36, | |||||
| 11941 | ContactI d = state. Contact.Id , | |||||
| 11942 | 37, | |||||
| 11943 | };, | |||||
| 11944 | 38, | |||||
| 11945 | }, | |||||
| 11946 | 39, | |||||
| 11947 | }, | |||||
| 11948 | 40, | |||||
| 11949 | }, | |||||
| 11950 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/Pipeline Steps/GetP ersonIdent ifiers/10 - MapCorre spondingId sResponseT oGetPerson Identifier sResponse. cs, line 3 7 (Null De reference) ,High, | |||||
| 11951 | Issue Deta ils, | |||||
| 11952 | Kingdom:, | |||||
| 11953 | Code Qual ity, | |||||
| 11954 | Scan Engin e:, | |||||
| 11955 | SCA (Cont rol Flow), | |||||
| 11956 | ||||||
| 11957 | Audit Comm ents, | |||||
| 11958 | adjeante:, | |||||
| 11959 | Thu Jul 2 7 2017 20: 24:59 GMT- 0000 (UTC) , | |||||
| 11960 | This is a mapping cl ass and th e null che cks are pr eformed in the logic layer, | |||||
| 11961 | ||||||
| 11962 | Sink Detai ls, | |||||
| 11963 | Sink:, | |||||
| 11964 | null.set_ MessageId( ...) : , | |||||
| 11965 | is not ch ecked for null value before be ing derefe renced, | |||||
| 11966 | Enclosing Method:, | |||||
| 11967 | Execute() , | |||||
| 11968 | File:, | |||||
| 11969 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Pipelin eSteps/Get PersonIden tifiers/10 - MapCorr espondingI dsResponse ToGetPerso nIdentifie rsResponse .cs:37, | |||||
| 11970 | Taint Flag s:, | |||||
| 11971 | , | |||||
| 11972 | 34, | |||||
| 11973 | Url = st ring.Forma t("https:/ /{0}/main. aspx?etn=c ontact&pag etype=enti tyrecord&i d=%7B{1}%7 D", state. ServerName .Substring (state.Ser verName.In dexOf("//" , StringCo mparison.O rdinal)+2) , state.Co ntact.Cont actId),, | |||||
| 11974 | 35, | |||||
| 11975 | Correspo ndingIdLis t = state. Correspond ingIds,, | |||||
| 11976 | 36, | |||||
| 11977 | ContactI d = state. Contact.Id , | |||||
| 11978 | 37, | |||||
| 11979 | };, | |||||
| 11980 | 38, | |||||
| 11981 | }, | |||||
| 11982 | 39, | |||||
| 11983 | }, | |||||
| 11984 | 40, | |||||
| 11985 | }, | |||||
| 11986 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/Pipeline Steps/GetP ersonIdent ifiers/10 - MapCorre spondingId sResponseT oGetPerson Identifier sResponse. cs, line 3 7 (Null De reference) ,High, | |||||
| 11987 | Issue Deta ils, | |||||
| 11988 | Kingdom:, | |||||
| 11989 | Code Qual ity, | |||||
| 11990 | Scan Engin e:, | |||||
| 11991 | SCA (Cont rol Flow), | |||||
| 11992 | ||||||
| 11993 | Audit Comm ents, | |||||
| 11994 | adjeante:, | |||||
| 11995 | Thu Jul 2 7 2017 20: 24:59 GMT- 0000 (UTC) , | |||||
| 11996 | This is a mapping cl ass and th e null che cks are pr eformed in the logic layer, | |||||
| 11997 | ||||||
| 11998 | Sink Detai ls, | |||||
| 11999 | Sink:, | |||||
| 12000 | null.set_ Correspond ingIdList( ...) : , | |||||
| 12001 | is not ch ecked for null value before be ing derefe renced, | |||||
| 12002 | Enclosing Method:, | |||||
| 12003 | Execute() , | |||||
| 12004 | File:, | |||||
| 12005 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Pipelin eSteps/Get PersonIden tifiers/10 - MapCorr espondingI dsResponse ToGetPerso nIdentifie rsResponse .cs:37, | |||||
| 12006 | Taint Flag s:, | |||||
| 12007 | , | |||||
| 12008 | 34, | |||||
| 12009 | Url = st ring.Forma t("https:/ /{0}/main. aspx?etn=c ontact&pag etype=enti tyrecord&i d=%7B{1}%7 D", state. ServerName .Substring (state.Ser verName.In dexOf("//" , StringCo mparison.O rdinal)+2) , state.Co ntact.Cont actId),, | |||||
| 12010 | 35, | |||||
| 12011 | Correspo ndingIdLis t = state. Correspond ingIds,, | |||||
| 12012 | 36, | |||||
| 12013 | ContactI d = state. Contact.Id , | |||||
| 12014 | 37, | |||||
| 12015 | };, | |||||
| 12016 | 38, | |||||
| 12017 | }, | |||||
| 12018 | 39, | |||||
| 12019 | }, | |||||
| 12020 | 40, | |||||
| 12021 | }, | |||||
| 12022 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/Pipeline Steps/GetP ersonIdent ifiers/10 - MapCorre spondingId sResponseT oGetPerson Identifier sResponse. cs, line 3 7 (Null De reference) ,High, | |||||
| 12023 | Issue Deta ils, | |||||
| 12024 | Kingdom:, | |||||
| 12025 | Code Qual ity, | |||||
| 12026 | Scan Engin e:, | |||||
| 12027 | SCA (Cont rol Flow), | |||||
| 12028 | ||||||
| 12029 | Audit Comm ents, | |||||
| 12030 | adjeante:, | |||||
| 12031 | Thu Jul 2 7 2017 20: 24:59 GMT- 0000 (UTC) , | |||||
| 12032 | This is a mapping cl ass and th e null che cks are pr eformed in the logic layer, | |||||
| 12033 | ||||||
| 12034 | Sink Detai ls, | |||||
| 12035 | Sink:, | |||||
| 12036 | null.set_ UserId(... ) : , | |||||
| 12037 | is not ch ecked for null value before be ing derefe renced, | |||||
| 12038 | Enclosing Method:, | |||||
| 12039 | Execute() , | |||||
| 12040 | File:, | |||||
| 12041 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Pipelin eSteps/Get PersonIden tifiers/10 - MapCorr espondingI dsResponse ToGetPerso nIdentifie rsResponse .cs:37, | |||||
| 12042 | Taint Flag s:, | |||||
| 12043 | , | |||||
| 12044 | 34, | |||||
| 12045 | Url = st ring.Forma t("https:/ /{0}/main. aspx?etn=c ontact&pag etype=enti tyrecord&i d=%7B{1}%7 D", state. ServerName .Substring (state.Ser verName.In dexOf("//" , StringCo mparison.O rdinal)+2) , state.Co ntact.Cont actId),, | |||||
| 12046 | 35, | |||||
| 12047 | Correspo ndingIdLis t = state. Correspond ingIds,, | |||||
| 12048 | 36, | |||||
| 12049 | ContactI d = state. Contact.Id , | |||||
| 12050 | 37, | |||||
| 12051 | };, | |||||
| 12052 | 38, | |||||
| 12053 | }, | |||||
| 12054 | 39, | |||||
| 12055 | }, | |||||
| 12056 | 40, | |||||
| 12057 | }, | |||||
| 12058 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/Pipeline Steps/GetP ersonIdent ifiers/10 - MapCorre spondingId sResponseT oGetPerson Identifier sResponse. cs, line 3 7 (Null De reference) ,High, | |||||
| 12059 | Issue Deta ils, | |||||
| 12060 | Kingdom:, | |||||
| 12061 | Code Qual ity, | |||||
| 12062 | Scan Engin e:, | |||||
| 12063 | SCA (Cont rol Flow), | |||||
| 12064 | ||||||
| 12065 | Audit Comm ents, | |||||
| 12066 | adjeante:, | |||||
| 12067 | Thu Jul 2 7 2017 20: 24:59 GMT- 0000 (UTC) , | |||||
| 12068 | This is a mapping cl ass and th e null che cks are pr eformed in the logic layer, | |||||
| 12069 | ||||||
| 12070 | Sink Detai ls, | |||||
| 12071 | Sink:, | |||||
| 12072 | null.set_ Url(...) : , | |||||
| 12073 | is not ch ecked for null value before be ing derefe renced, | |||||
| 12074 | Enclosing Method:, | |||||
| 12075 | Execute() , | |||||
| 12076 | File:, | |||||
| 12077 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Pipelin eSteps/Get PersonIden tifiers/10 - MapCorr espondingI dsResponse ToGetPerso nIdentifie rsResponse .cs:37, | |||||
| 12078 | Taint Flag s:, | |||||
| 12079 | , | |||||
| 12080 | 34, | |||||
| 12081 | Url = st ring.Forma t("https:/ /{0}/main. aspx?etn=c ontact&pag etype=enti tyrecord&i d=%7B{1}%7 D", state. ServerName .Substring (state.Ser verName.In dexOf("//" , StringCo mparison.O rdinal)+2) , state.Co ntact.Cont actId),, | |||||
| 12082 | 35, | |||||
| 12083 | Correspo ndingIdLis t = state. Correspond ingIds,, | |||||
| 12084 | 36, | |||||
| 12085 | ContactI d = state. Contact.Id , | |||||
| 12086 | 37, | |||||
| 12087 | };, | |||||
| 12088 | 38, | |||||
| 12089 | }, | |||||
| 12090 | 39, | |||||
| 12091 | }, | |||||
| 12092 | 40, | |||||
| 12093 | }, | |||||
| 12094 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/Pipeline Steps/GetP ersonIdent ifiers/10 - MapCorre spondingId sResponseT oGetPerson Identifier sResponse. cs, line 3 7 (Null De reference) ,High, | |||||
| 12095 | Issue Deta ils, | |||||
| 12096 | Kingdom:, | |||||
| 12097 | Code Qual ity, | |||||
| 12098 | Scan Engin e:, | |||||
| 12099 | SCA (Cont rol Flow), | |||||
| 12100 | ||||||
| 12101 | Audit Comm ents, | |||||
| 12102 | adjeante:, | |||||
| 12103 | Thu Jul 2 7 2017 20: 24:59 GMT- 0000 (UTC) , | |||||
| 12104 | This is a mapping cl ass and th e null che cks are pr eformed in the logic layer, | |||||
| 12105 | ||||||
| 12106 | Sink Detai ls, | |||||
| 12107 | Sink:, | |||||
| 12108 | null.set_ Ss(...) : , | |||||
| 12109 | is not ch ecked for null value before be ing derefe renced, | |||||
| 12110 | Enclosing Method:, | |||||
| 12111 | Execute() , | |||||
| 12112 | File:, | |||||
| 12113 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Pipelin eSteps/Get PersonIden tifiers/10 - MapCorr espondingI dsResponse ToGetPerso nIdentifie rsResponse .cs:37, | |||||
| 12114 | Taint Flag s:, | |||||
| 12115 | , | |||||
| 12116 | 34, | |||||
| 12117 | Url = st ring.Forma t("https:/ /{0}/main. aspx?etn=c ontact&pag etype=enti tyrecord&i d=%7B{1}%7 D", state. ServerName .Substring (state.Ser verName.In dexOf("//" , StringCo mparison.O rdinal)+2) , state.Co ntact.Cont actId),, | |||||
| 12118 | 35, | |||||
| 12119 | Correspo ndingIdLis t = state. Correspond ingIds,, | |||||
| 12120 | 36, | |||||
| 12121 | ContactI d = state. Contact.Id , | |||||
| 12122 | 37, | |||||
| 12123 | };, | |||||
| 12124 | 38, | |||||
| 12125 | }, | |||||
| 12126 | 39, | |||||
| 12127 | }, | |||||
| 12128 | 40, | |||||
| 12129 | }, | |||||
| 12130 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/Pipeline Steps/GetP ersonIdent ifiers/10 - MapCorre spondingId sResponseT oGetPerson Identifier sResponse. cs, line 3 7 (Null De reference) ,High, | |||||
| 12131 | Issue Deta ils, | |||||
| 12132 | Kingdom:, | |||||
| 12133 | Code Qual ity, | |||||
| 12134 | Scan Engin e:, | |||||
| 12135 | SCA (Cont rol Flow), | |||||
| 12136 | ||||||
| 12137 | Audit Comm ents, | |||||
| 12138 | adjeante:, | |||||
| 12139 | Thu Jul 2 7 2017 20: 24:59 GMT- 0000 (UTC) , | |||||
| 12140 | This is a mapping cl ass and th e null che cks are pr eformed in the logic layer, | |||||
| 12141 | ||||||
| 12142 | Sink Detai ls, | |||||
| 12143 | Sink:, | |||||
| 12144 | null.set_ ExceptionO ccured(... ) : , | |||||
| 12145 | is not ch ecked for null value before be ing derefe renced, | |||||
| 12146 | Enclosing Method:, | |||||
| 12147 | Execute() , | |||||
| 12148 | File:, | |||||
| 12149 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Pipelin eSteps/Get PersonIden tifiers/10 - MapCorr espondingI dsResponse ToGetPerso nIdentifie rsResponse .cs:37, | |||||
| 12150 | Taint Flag s:, | |||||
| 12151 | , | |||||
| 12152 | 34, | |||||
| 12153 | Url = st ring.Forma t("https:/ /{0}/main. aspx?etn=c ontact&pag etype=enti tyrecord&i d=%7B{1}%7 D", state. ServerName .Substring (state.Ser verName.In dexOf("//" , StringCo mparison.O rdinal)+2) , state.Co ntact.Cont actId),, | |||||
| 12154 | 35, | |||||
| 12155 | Correspo ndingIdLis t = state. Correspond ingIds,, | |||||
| 12156 | 36, | |||||
| 12157 | ContactI d = state. Contact.Id , | |||||
| 12158 | 37, | |||||
| 12159 | };, | |||||
| 12160 | 38, | |||||
| 12161 | }, | |||||
| 12162 | 39, | |||||
| 12163 | }, | |||||
| 12164 | 40, | |||||
| 12165 | }, | |||||
| 12166 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/Pipeline Steps/GetP ersonIdent ifiers/10 - MapCorre spondingId sResponseT oGetPerson Identifier sResponse. cs, line 3 7 (Null De reference) ,High, | |||||
| 12167 | Issue Deta ils, | |||||
| 12168 | Kingdom:, | |||||
| 12169 | Code Qual ity, | |||||
| 12170 | Scan Engin e:, | |||||
| 12171 | SCA (Cont rol Flow), | |||||
| 12172 | ||||||
| 12173 | Audit Comm ents, | |||||
| 12174 | adjeante:, | |||||
| 12175 | Thu Jul 2 7 2017 20: 24:59 GMT- 0000 (UTC) , | |||||
| 12176 | This is a mapping cl ass and th e null che cks are pr eformed in the logic layer, | |||||
| 12177 | ||||||
| 12178 | Sink Detai ls, | |||||
| 12179 | Sink:, | |||||
| 12180 | null.set_ Participan tId(...) : , | |||||
| 12181 | is not ch ecked for null value before be ing derefe renced, | |||||
| 12182 | Enclosing Method:, | |||||
| 12183 | Execute() , | |||||
| 12184 | File:, | |||||
| 12185 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Pipelin eSteps/Get PersonIden tifiers/10 - MapCorr espondingI dsResponse ToGetPerso nIdentifie rsResponse .cs:37, | |||||
| 12186 | Taint Flag s:, | |||||
| 12187 | , | |||||
| 12188 | 34, | |||||
| 12189 | Url = st ring.Forma t("https:/ /{0}/main. aspx?etn=c ontact&pag etype=enti tyrecord&i d=%7B{1}%7 D", state. ServerName .Substring (state.Ser verName.In dexOf("//" , StringCo mparison.O rdinal)+2) , state.Co ntact.Cont actId),, | |||||
| 12190 | 35, | |||||
| 12191 | Correspo ndingIdLis t = state. Correspond ingIds,, | |||||
| 12192 | 36, | |||||
| 12193 | ContactI d = state. Contact.Id , | |||||
| 12194 | 37, | |||||
| 12195 | };, | |||||
| 12196 | 38, | |||||
| 12197 | }, | |||||
| 12198 | 39, | |||||
| 12199 | }, | |||||
| 12200 | 40, | |||||
| 12201 | }, | |||||
| 12202 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/Pipeline Steps/GetP ersonIdent ifiers/10 - MapCorre spondingId sResponseT oGetPerson Identifier sResponse. cs, line 3 7 (Null De reference) ,High, | |||||
| 12203 | Issue Deta ils, | |||||
| 12204 | Kingdom:, | |||||
| 12205 | Code Qual ity, | |||||
| 12206 | Scan Engin e:, | |||||
| 12207 | SCA (Cont rol Flow), | |||||
| 12208 | ||||||
| 12209 | Audit Comm ents, | |||||
| 12210 | adjeante:, | |||||
| 12211 | Thu Jul 2 7 2017 20: 24:59 GMT- 0000 (UTC) , | |||||
| 12212 | This is a mapping cl ass and th e null che cks are pr eformed in the logic layer, | |||||
| 12213 | ||||||
| 12214 | Sink Detai ls, | |||||
| 12215 | Sink:, | |||||
| 12216 | null.set_ FetchMessa geProcessT ype(...) : , | |||||
| 12217 | is not ch ecked for null value before be ing derefe renced, | |||||
| 12218 | Enclosing Method:, | |||||
| 12219 | Execute() , | |||||
| 12220 | File:, | |||||
| 12221 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Pipelin eSteps/Get PersonIden tifiers/10 - MapCorr espondingI dsResponse ToGetPerso nIdentifie rsResponse .cs:37, | |||||
| 12222 | Taint Flag s:, | |||||
| 12223 | , | |||||
| 12224 | 34, | |||||
| 12225 | Url = st ring.Forma t("https:/ /{0}/main. aspx?etn=c ontact&pag etype=enti tyrecord&i d=%7B{1}%7 D", state. ServerName .Substring (state.Ser verName.In dexOf("//" , StringCo mparison.O rdinal)+2) , state.Co ntact.Cont actId),, | |||||
| 12226 | 35, | |||||
| 12227 | Correspo ndingIdLis t = state. Correspond ingIds,, | |||||
| 12228 | 36, | |||||
| 12229 | ContactI d = state. Contact.Id , | |||||
| 12230 | 37, | |||||
| 12231 | };, | |||||
| 12232 | 38, | |||||
| 12233 | }, | |||||
| 12234 | 39, | |||||
| 12235 | }, | |||||
| 12236 | 40, | |||||
| 12237 | }, | |||||
| 12238 | ||||||
| 12239 | :PORT :POR T Comment (2 issues) , | |||||
| 12240 | Abstract, | |||||
| 12241 | Storing :P ORT or :PO RT in plai ntext anyw here in th e system o r system c ode may co mpromise s ystem secu rity in a way that c annot be e asily reme died., | |||||
| 12242 | Explanatio n, | |||||
| 12243 | It is neve r a good i dea to har dcode a :P ORT Storin g :PORT wi thin comme nts is equ ivalent to hardcodin g :PORT No t only doe s it allow all of th e project' s develope rs to view the :PORT it also m akes fixin g the prob lem extrem ely diffic ult. Once the code i s in produ ction, the :PORT now leaked to the outsi de world a nd cannot be protect ed or chan ged withou t patching the softw are. If th e account protected by the :PO RT comprom ised, the owners of the system will be f orced to c hoose betw een securi ty and ava ilability. , | |||||
| 12244 | Example:, | |||||
| 12245 | The follo wing comme nt specifi es the def ault :PORT connect t o a databa se:, | |||||
| 12246 | ..., | |||||
| 12247 | // Default :PORT dat abase conn ection is "scott", | |||||
| 12248 | // Default :PORT dat abase conn ection is "tiger", | |||||
| 12249 | ..., | |||||
| 12250 | This code will run s uccessfull y, but any one who ha s access t o it will have acces s to the : PORT Once the progra m has ship ped, there is likely no way to change th e database user "sco tt" with a :PORT "ti ger" unles s the prog ram is pat ched. An e mployee wi th access to this in formation could use it to brea k into the system., | |||||
| 12251 | Recommenda tion, | |||||
| 12252 | :PORT shou ld never b e hardcode d and shou ld general ly be obfu scated and managed i n an exter nal source . Storing :PORT in p laintext a nywhere on the syste m allows a nyone with sufficien t permissi ons to rea d and pote ntially mi suse the : PORT, | |||||
| 12253 | Issue Summ ary, | |||||
| 12254 | ||||||
| 12255 | Engine Bre akdown, | |||||
| 12256 | SCA,WebIns pect,Secur ityScope,T otal, | |||||
| 12257 | :PORT :POR T Comment, 2,0,0,2, | |||||
| 12258 | Total,2,0, 0,2, | |||||
| 12259 | ||||||
| 12260 | :PORT :POR T Comment, Low, | |||||
| 12261 | Package: U sers.adjea nte.Deskto p.va-crmpr ojects.TMP .Integrati on.VA.TMP. Integratio n.VIMT.Vis ta.Links, | |||||
| 12262 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi sta/Links/ VistaFakeR esponses.c s, line 10 8 (:PORT : PORT Comme nt),Low, | |||||
| 12263 | Issue Deta ils, | |||||
| 12264 | Kingdom:, | |||||
| 12265 | Security Features, | |||||
| 12266 | Scan Engin e:, | |||||
| 12267 | SCA (Stru ctural), | |||||
| 12268 | ||||||
| 12269 | ||||||
| 12270 | ||||||
| 12271 | Sink Detai ls, | |||||
| 12272 | Sink:, | |||||
| 12273 | Comment, | |||||
| 12274 | File:, | |||||
| 12275 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ista/Links /VistaFake Responses. cs:108, | |||||
| 12276 | Taint Flag s:, | |||||
| 12277 | , | |||||
| 12278 | 105, | |||||
| 12279 | // <mcs_ status>2,5 ,8,13</mcs _status>, | |||||
| 12280 | 106, | |||||
| 12281 | // <mcs_ multiSiteQ uery>false </mcs_mult iSiteQuery >, | |||||
| 12282 | 107, | |||||
| 12283 | // <mcs_ consumingA ppToken>TM P_App_ID54 </mcs_cons umingAppTo ken>, | |||||
| 12284 | 108, | |||||
| 12285 | // <mcs_ consumingA pp:PORT, | |||||
| 12286 | 109, | |||||
| 12287 | // <VIMT VIAEMRgcfp Reqprovide rInfo>, | |||||
| 12288 | 110, | |||||
| 12289 | // <mcs_ name>Yott, Charles A< /mcs_name> , | |||||
| 12290 | 111, | |||||
| 12291 | // <mcs_ userId>O2x KvjSGnEqwg m1HXDquwV/ pokUj7qygF 8OdBnl5FlM =</ mcs_us erId >, | |||||
| 12292 | Package: U sers.adjea nte.Deskto p.va-crmpr ojects.TMP .Integrati on.VA.TMP. Integratio n.VIMT.Vis ta.Pipelin eSteps.Mak eAppointme nt, | |||||
| 12293 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi sta/Pipeli neSteps/Ma keAppointm ent/x45 - SendPatien tSideToEc. cs, line 4 1 (:PORT : PORT Comme nt),Low, | |||||
| 12294 | Issue Deta ils, | |||||
| 12295 | Kingdom:, | |||||
| 12296 | Security Features, | |||||
| 12297 | Scan Engin e:, | |||||
| 12298 | SCA (Stru ctural), | |||||
| 12299 | ||||||
| 12300 | ||||||
| 12301 | ||||||
| 12302 | Sink Detai ls, | |||||
| 12303 | Sink:, | |||||
| 12304 | Comment, | |||||
| 12305 | File:, | |||||
| 12306 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ista/Pipel ineSteps/M akeAppoint ment/x45 - SendPatie ntSideToEc .cs:41, | |||||
| 12307 | Taint Flag s:, | |||||
| 12308 | , | |||||
| 12309 | 38, | |||||
| 12310 | // <mcs_r equestingA pp>TMP_App </mcs_requ estingApp> , | |||||
| 12311 | 39, | |||||
| 12312 | // <mcs_m ultiSiteQu ery>false< /mcs_multi SiteQuery> , | |||||
| 12313 | 40, | |||||
| 12314 | // <mcs_c onsumingAp pToken>TMP _App_ID54< /mcs_consu mingAppTok en>, | |||||
| 12315 | 41, | |||||
| 12316 | // <mcs_c onsumingAp p:PORT, | |||||
| 12317 | 42, | |||||
| 12318 | // <VIMTV IASchdMake ApptReqpro viderInfo> , | |||||
| 12319 | 43, | |||||
| 12320 | // <mcs_n ame>Yott,C harles A</ mcs_name>, | |||||
| 12321 | 44, | |||||
| 12322 | // <mcs_u serId>o5vW GJggwKpvfR 5inE0cH1xa TKGsfqBo66 Qgw0i3wbM= </ mcs_use rId >, | |||||
| 12323 | ||||||
| 12324 | Poor Error Handling: Empty Cat ch Block ( 1 issue), | |||||
| 12325 | Abstract, | |||||
| 12326 | Ignoring a n exceptio n can caus e the prog ram to ove rlook unex pected sta tes and co nditions., | |||||
| 12327 | Explanatio n, | |||||
| 12328 | Just about every ser ious attac k on a sof tware syst em begins with the v iolation o f a progra mmer's ass umptions. After the attack, th e programm er's assum ptions see m flimsy a nd poorly founded, b ut before an attack many progr ammers wou ld defend their assu mptions we ll past th e end of t heir lunch break., | |||||
| 12329 | Two dubiou s assumpti ons that a re easy to spot in c ode are "t his method call can never fail " and "it doesn't ma tter if th is call fa ils". When programme rs ignore exceptions , they imp licitly st ate that t hey are op erating un der one of these ass umptions., | |||||
| 12330 | Example 1: , | |||||
| 12331 | The follo wing code excerpt ig nores a ra rely-throw n exceptio n from , | |||||
| 12332 | DoExchange (), | |||||
| 12333 | ., | |||||
| 12334 | try {, | |||||
| 12335 | DoExchan ge();, | |||||
| 12336 | }, | |||||
| 12337 | catch (Rar eException e) {, | |||||
| 12338 | // this can never happen, | |||||
| 12339 | }, | |||||
| 12340 | If a , | |||||
| 12341 | RareExcept ion, | |||||
| 12342 | were to e ver be thr own, the p rogram wou ld continu e to execu te as thou gh nothing unusual h ad occurre d. The pro gram recor ds no evid ence indic ating the special si tuation, p otentially frustrati ng any lat er attempt to explai n the prog ram's beha vior., | |||||
| 12343 | Recommenda tion, | |||||
| 12344 | At a minim um, log th e fact tha t the exce ption was thrown so that it wi ll be poss ible to co me back la ter and ma ke sense o f the resu lting prog ram behavi or. Better yet, abor t the curr ent operat ion., | |||||
| 12345 | Example 2: , | |||||
| 12346 | The code in Example 1 could b e rewritte n in the f ollowing w ay:, | |||||
| 12347 | try {, | |||||
| 12348 | DoExchan ge();, | |||||
| 12349 | }, | |||||
| 12350 | catch (Rar eException e) {, | |||||
| 12351 | Log.Erro r("This ca n never ha ppen: " + e);, | |||||
| 12352 | }, | |||||
| 12353 | Issue Summ ary, | |||||
| 12354 | ||||||
| 12355 | Engine Bre akdown, | |||||
| 12356 | SCA,WebIns pect,Secur ityScope,T otal, | |||||
| 12357 | Poor Error Handling: Empty Cat ch Block,1 ,0,0,1, | |||||
| 12358 | Total,1,0, 0,1, | |||||
| 12359 | ||||||
| 12360 | Poor Error Handling: Empty Cat ch Block,L ow, | |||||
| 12361 | Package: V RMRest, | |||||
| 12362 | Users/adje ante/Deskt op/va-crmp rojects/VI MT-EC/RTC/ Developer Resources/ VRMRest/VR MRest/Util ity.cs, li ne 254 (Po or Error H andling: E mpty Catch Block),Lo w, | |||||
| 12363 | Issue Deta ils, | |||||
| 12364 | Kingdom:, | |||||
| 12365 | Errors, | |||||
| 12366 | Scan Engin e:, | |||||
| 12367 | SCA (Stru ctural), | |||||
| 12368 | ||||||
| 12369 | ||||||
| 12370 | ||||||
| 12371 | Sink Detai ls, | |||||
| 12372 | Sink:, | |||||
| 12373 | CatchBloc k, | |||||
| 12374 | Enclosing Method:, | |||||
| 12375 | LogError( ), | |||||
| 12376 | File:, | |||||
| 12377 | Users/adj eante/Desk top/va-crm projects/V IMT-EC/RTC /Developer Resources /VRMRest/V RMRest/Uti lity.cs:25 4, | |||||
| 12378 | Taint Flag s:, | |||||
| 12379 | , | |||||
| 12380 | 251, | |||||
| 12381 | , | |||||
| 12382 | 252, | |||||
| 12383 | CreateCR MLogEntryR esponse lo gResponse = SendRece ive<Create CRMLogEntr yResponse> (baseUri, Utility.Cr eateCRMLog EntryReque st, logReq uestStart, null);, | |||||
| 12384 | 253, | |||||
| 12385 | }, | |||||
| 12386 | 254, | |||||
| 12387 | catch (E xception) { }, | |||||
| 12388 | 255, | |||||
| 12389 | , | |||||
| 12390 | 256, | |||||
| 12391 | }, | |||||
| 12392 | 257, | |||||
| 12393 | , | |||||
| 12394 | ||||||
| 12395 | Poor Error Handling: Overly Br oad Catch (27 issues ), | |||||
| 12396 | Abstract, | |||||
| 12397 | The catch block hand les a broa d swath of exception s, potenti ally trapp ing dissim ilar issue s or probl ems that s hould not be dealt w ith at thi s point in the progr am., | |||||
| 12398 | Explanatio n, | |||||
| 12399 | Multiple c atch block s can get ugly and r epetitive, but "cond ensing" ca tch blocks by catchi ng a high- level clas s like , | |||||
| 12400 | Exception, | |||||
| 12401 | can obscu re excepti ons that d eserve spe cial treat ment or th at should not be cau ght at thi s point in the progr am. Catchi ng an over ly broad e xception e ssentially defeats t he purpose of .NET's typed exc eptions, a nd can bec ome partic ularly dan gerous if the progra m grows an d begins t o throw ne w types of exception s. The new exception types wil l not rece ive any at tention., | |||||
| 12402 | Example:, | |||||
| 12403 | The follo wing code excerpt ha ndles thre e types of exception s in an id entical fa shion., | |||||
| 12404 | try {, | |||||
| 12405 | DoExch ange();, | |||||
| 12406 | }, | |||||
| 12407 | catch (I OException e) {, | |||||
| 12408 | logger .Error("Do Exchange f ailed", e) ;, | |||||
| 12409 | }, | |||||
| 12410 | catch (F ormatExcep tion e) {, | |||||
| 12411 | logger .Error("Do Exchange f ailed", e) ;, | |||||
| 12412 | }, | |||||
| 12413 | catch (T imeoutExce ption e) { , | |||||
| 12414 | logger .Error("Do Exchange f ailed", e) ;, | |||||
| 12415 | }, | |||||
| 12416 | At first b lush, it m ay seem pr eferable t o deal wit h these ex ceptions i n a single catch blo ck, as fol lows:, | |||||
| 12417 | try {, | |||||
| 12418 | DoExch ange();, | |||||
| 12419 | }, | |||||
| 12420 | catch (E xception e ) {, | |||||
| 12421 | logger .Error("Do Exchange f ailed", e) ;, | |||||
| 12422 | }, | |||||
| 12423 | However, i f , | |||||
| 12424 | DoExchange (), | |||||
| 12425 | is modifi ed to thro w a new ty pe of exce ption that should be handled i n some dif ferent kin d of way, the broad catch bloc k will pre vent the c ompiler fr om pointin g out the situation. Further, the new ca tch block will now a lso handle exception s of types , | |||||
| 12426 | Applicatio nException , | |||||
| 12427 | and , | |||||
| 12428 | NullRefere nceExcepti on, | |||||
| 12429 | , which is not the p rogrammer' s intent., | |||||
| 12430 | Recommenda tion, | |||||
| 12431 | Do not cat ch broad e xception c lasses lik e , | |||||
| 12432 | Exception, | |||||
| 12433 | , , | |||||
| 12434 | , or , | |||||
| 12435 | except at the very top level of the pro gram or th read., | |||||
| 12436 | Issue Summ ary, | |||||
| 12437 | ||||||
| 12438 | Engine Bre akdown, | |||||
| 12439 | SCA,WebIns pect,Secur ityScope,T otal, | |||||
| 12440 | Poor Error Handling: Overly Br oad Catch, 27,0,0,27, | |||||
| 12441 | Total,27,0 ,0,27, | |||||
| 12442 | ||||||
| 12443 | Poor Error Handling: Overly Br oad Catch, Low, | |||||
| 12444 | Package: M CSUtilitie s2011, | |||||
| 12445 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/Util ityFunctio ns.cs, lin e 108 (Poo r Error Ha ndling: Ov erly Broad Catch),Lo w, | |||||
| 12446 | Issue Deta ils, | |||||
| 12447 | Kingdom:, | |||||
| 12448 | Errors, | |||||
| 12449 | Scan Engin e:, | |||||
| 12450 | SCA (Stru ctural), | |||||
| 12451 | ||||||
| 12452 | ||||||
| 12453 | ||||||
| 12454 | Sink Detai ls, | |||||
| 12455 | Sink:, | |||||
| 12456 | CatchBloc k, | |||||
| 12457 | Enclosing Method:, | |||||
| 12458 | getOption SetString( ), | |||||
| 12459 | File:, | |||||
| 12460 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/Uti lityFuncti ons.cs:108 , | |||||
| 12461 | Taint Flag s:, | |||||
| 12462 | , | |||||
| 12463 | 105, | |||||
| 12464 | _logger. setModule = "execute ";, | |||||
| 12465 | 106, | |||||
| 12466 | return n ull;, | |||||
| 12467 | 107, | |||||
| 12468 | }, | |||||
| 12469 | 108, | |||||
| 12470 | catch (E xception e x), | |||||
| 12471 | 109, | |||||
| 12472 | {, | |||||
| 12473 | 110, | |||||
| 12474 | _logger. setService = _servic e;, | |||||
| 12475 | 111, | |||||
| 12476 | _logger. setModule = "getOpti onSetStrin g";, | |||||
| 12477 | Users/adje ante/Deskt op/va-crmp rojects/TM P/CRM/MCSS hared/Util ityFunctio ns.cs, lin e 62 (Poor Error Han dling: Ove rly Broad Catch),Low , | |||||
| 12478 | Issue Deta ils, | |||||
| 12479 | Kingdom:, | |||||
| 12480 | Errors, | |||||
| 12481 | Scan Engin e:, | |||||
| 12482 | SCA (Stru ctural), | |||||
| 12483 | ||||||
| 12484 | ||||||
| 12485 | ||||||
| 12486 | Sink Detai ls, | |||||
| 12487 | Sink:, | |||||
| 12488 | CatchBloc k, | |||||
| 12489 | Enclosing Method:, | |||||
| 12490 | getOption SetValue() , | |||||
| 12491 | File:, | |||||
| 12492 | Users/adj eante/Desk top/va-crm projects/T MP/CRM/MCS Shared/Uti lityFuncti ons.cs:62, | |||||
| 12493 | Taint Flag s:, | |||||
| 12494 | , | |||||
| 12495 | 59, | |||||
| 12496 | _logger. setModule = "execute ";, | |||||
| 12497 | 60, | |||||
| 12498 | return 0 ;, | |||||
| 12499 | 61, | |||||
| 12500 | }, | |||||
| 12501 | 62, | |||||
| 12502 | catch (E xception e x), | |||||
| 12503 | 63, | |||||
| 12504 | {, | |||||
| 12505 | 64, | |||||
| 12506 | _logger. setService = _servic e;, | |||||
| 12507 | 65, | |||||
| 12508 | _logger. setModule = "getOpti onSetValue ";, | |||||
| 12509 | Package: V A.TMP.Inte gration.VI MT.Mvi.Mes sageHandle r, | |||||
| 12510 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/MessageH andler/Per sonSearchH andler.cs, line 42 ( Poor Error Handling: Overly Br oad Catch) ,Low, | |||||
| 12511 | Issue Deta ils, | |||||
| 12512 | Kingdom:, | |||||
| 12513 | Errors, | |||||
| 12514 | Scan Engin e:, | |||||
| 12515 | SCA (Stru ctural), | |||||
| 12516 | ||||||
| 12517 | ||||||
| 12518 | ||||||
| 12519 | Sink Detai ls, | |||||
| 12520 | Sink:, | |||||
| 12521 | CatchBloc k, | |||||
| 12522 | Enclosing Method:, | |||||
| 12523 | HandleReq uestRespon se(), | |||||
| 12524 | File:, | |||||
| 12525 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Message Handler/Pe rsonSearch Handler.cs :42, | |||||
| 12526 | Taint Flag s:, | |||||
| 12527 | , | |||||
| 12528 | 39, | |||||
| 12529 | , | |||||
| 12530 | 40, | |||||
| 12531 | return r esponse;, | |||||
| 12532 | 41, | |||||
| 12533 | }, | |||||
| 12534 | 42, | |||||
| 12535 | catch (E xception e x), | |||||
| 12536 | 43, | |||||
| 12537 | {, | |||||
| 12538 | 44, | |||||
| 12539 | return L ogAndCreat eResponseM essage(ex) ;, | |||||
| 12540 | 45, | |||||
| 12541 | }, | |||||
| 12542 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/MessageH andler/Get PersonIden tifiersHan dler.cs, l ine 42 (Po or Error H andling: O verly Broa d Catch),L ow, | |||||
| 12543 | Issue Deta ils, | |||||
| 12544 | Kingdom:, | |||||
| 12545 | Errors, | |||||
| 12546 | Scan Engin e:, | |||||
| 12547 | SCA (Stru ctural), | |||||
| 12548 | ||||||
| 12549 | ||||||
| 12550 | ||||||
| 12551 | Sink Detai ls, | |||||
| 12552 | Sink:, | |||||
| 12553 | CatchBloc k, | |||||
| 12554 | Enclosing Method:, | |||||
| 12555 | HandleReq uestRespon se(), | |||||
| 12556 | File:, | |||||
| 12557 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Message Handler/Ge tPersonIde ntifiersHa ndler.cs:4 2, | |||||
| 12558 | Taint Flag s:, | |||||
| 12559 | , | |||||
| 12560 | 39, | |||||
| 12561 | , | |||||
| 12562 | 40, | |||||
| 12563 | return r esponse;, | |||||
| 12564 | 41, | |||||
| 12565 | }, | |||||
| 12566 | 42, | |||||
| 12567 | catch (E xception e x), | |||||
| 12568 | 43, | |||||
| 12569 | {, | |||||
| 12570 | 44, | |||||
| 12571 | return L ogAndCreat eResponseM essage(ex) ;, | |||||
| 12572 | 45, | |||||
| 12573 | }, | |||||
| 12574 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/MessageH andler/Pro xyAddHandl er.cs, lin e 42 (Poor Error Han dling: Ove rly Broad Catch),Low , | |||||
| 12575 | Issue Deta ils, | |||||
| 12576 | Kingdom:, | |||||
| 12577 | Errors, | |||||
| 12578 | Scan Engin e:, | |||||
| 12579 | SCA (Stru ctural), | |||||
| 12580 | ||||||
| 12581 | ||||||
| 12582 | ||||||
| 12583 | Sink Detai ls, | |||||
| 12584 | Sink:, | |||||
| 12585 | CatchBloc k, | |||||
| 12586 | Enclosing Method:, | |||||
| 12587 | HandleReq uestRespon se(), | |||||
| 12588 | File:, | |||||
| 12589 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Message Handler/Pr oxyAddHand ler.cs:42, | |||||
| 12590 | Taint Flag s:, | |||||
| 12591 | , | |||||
| 12592 | 39, | |||||
| 12593 | , | |||||
| 12594 | 40, | |||||
| 12595 | return r esponse;, | |||||
| 12596 | 41, | |||||
| 12597 | }, | |||||
| 12598 | 42, | |||||
| 12599 | catch (E xception e x), | |||||
| 12600 | 43, | |||||
| 12601 | {, | |||||
| 12602 | 44, | |||||
| 12603 | return L ogAndCreat eResponseM essage(ex) ;, | |||||
| 12604 | 45, | |||||
| 12605 | }, | |||||
| 12606 | Package: V A.TMP.Inte gration.VI MT.Mvi.Pip elineSteps .ProxyAdd, | |||||
| 12607 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/Pipeline Steps/Prox yAdd/15 - SendPatien tVeteranId entifierTo Ec.cs, lin e 25 (Poor Error Han dling: Ove rly Broad Catch),Low , | |||||
| 12608 | Issue Deta ils, | |||||
| 12609 | Kingdom:, | |||||
| 12610 | Errors, | |||||
| 12611 | Scan Engin e:, | |||||
| 12612 | SCA (Stru ctural), | |||||
| 12613 | ||||||
| 12614 | ||||||
| 12615 | ||||||
| 12616 | Sink Detai ls, | |||||
| 12617 | Sink:, | |||||
| 12618 | CatchBloc k, | |||||
| 12619 | Enclosing Method:, | |||||
| 12620 | Execute() , | |||||
| 12621 | File:, | |||||
| 12622 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Pipelin eSteps/Pro xyAdd/15 - SendPatie ntVeteranI dentifierT oEc.cs:25, | |||||
| 12623 | Taint Flag s:, | |||||
| 12624 | , | |||||
| 12625 | 22, | |||||
| 12626 | {, | |||||
| 12627 | 23, | |||||
| 12628 | MviUtili ties.SendI dentifierT oProxyAddE c(ref stat e, true);, | |||||
| 12629 | 24, | |||||
| 12630 | }, | |||||
| 12631 | 25, | |||||
| 12632 | catch (E xception e x), | |||||
| 12633 | 26, | |||||
| 12634 | {, | |||||
| 12635 | 27, | |||||
| 12636 | var exce ptionMessa ge = ex.Me ssage;, | |||||
| 12637 | 28, | |||||
| 12638 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex );, | |||||
| 12639 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/Pipeline Steps/Prox yAdd/26 - SendProvid erVeteranI dentifierT oEc.cs, li ne 25 (Poo r Error Ha ndling: Ov erly Broad Catch),Lo w, | |||||
| 12640 | Issue Deta ils, | |||||
| 12641 | Kingdom:, | |||||
| 12642 | Errors, | |||||
| 12643 | Scan Engin e:, | |||||
| 12644 | SCA (Stru ctural), | |||||
| 12645 | ||||||
| 12646 | ||||||
| 12647 | ||||||
| 12648 | Sink Detai ls, | |||||
| 12649 | Sink:, | |||||
| 12650 | CatchBloc k, | |||||
| 12651 | Enclosing Method:, | |||||
| 12652 | Execute() , | |||||
| 12653 | File:, | |||||
| 12654 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Pipelin eSteps/Pro xyAdd/26 - SendProvi derVeteran Identifier ToEc.cs:25 , | |||||
| 12655 | Taint Flag s:, | |||||
| 12656 | , | |||||
| 12657 | 22, | |||||
| 12658 | {, | |||||
| 12659 | 23, | |||||
| 12660 | MviUtili ties.SendI dentifierT oProxyAddE c(ref stat e, false); , | |||||
| 12661 | 24, | |||||
| 12662 | }, | |||||
| 12663 | 25, | |||||
| 12664 | catch (E xception e x), | |||||
| 12665 | 26, | |||||
| 12666 | {, | |||||
| 12667 | 27, | |||||
| 12668 | var exce ptionMessa ge = ex.Me ssage;, | |||||
| 12669 | 28, | |||||
| 12670 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex );, | |||||
| 12671 | Package: V A.TMP.Inte gration.VI MT.VideoVi sit.Messag eHandler, | |||||
| 12672 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi deoVisit/M essageHand ler/VideoV isitDelete Handler.cs , line 42 (Poor Erro r Handling : Overly B road Catch ),Low, | |||||
| 12673 | Issue Deta ils, | |||||
| 12674 | Kingdom:, | |||||
| 12675 | Errors, | |||||
| 12676 | Scan Engin e:, | |||||
| 12677 | SCA (Stru ctural), | |||||
| 12678 | ||||||
| 12679 | ||||||
| 12680 | ||||||
| 12681 | Sink Detai ls, | |||||
| 12682 | Sink:, | |||||
| 12683 | CatchBloc k, | |||||
| 12684 | Enclosing Method:, | |||||
| 12685 | HandleReq uestRespon se(), | |||||
| 12686 | File:, | |||||
| 12687 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ideoVisit/ MessageHan dler/Video VisitDelet eHandler.c s:42, | |||||
| 12688 | Taint Flag s:, | |||||
| 12689 | , | |||||
| 12690 | 39, | |||||
| 12691 | , | |||||
| 12692 | 40, | |||||
| 12693 | return r esponse;, | |||||
| 12694 | 41, | |||||
| 12695 | }, | |||||
| 12696 | 42, | |||||
| 12697 | catch (E xception e x), | |||||
| 12698 | 43, | |||||
| 12699 | {, | |||||
| 12700 | 44, | |||||
| 12701 | return L ogAndDelet eResponseM essage(ex) ;, | |||||
| 12702 | 45, | |||||
| 12703 | }, | |||||
| 12704 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi deoVisit/M essageHand ler/VideoV isitCreate Handler.cs , line 42 (Poor Erro r Handling : Overly B road Catch ),Low, | |||||
| 12705 | Issue Deta ils, | |||||
| 12706 | Kingdom:, | |||||
| 12707 | Errors, | |||||
| 12708 | Scan Engin e:, | |||||
| 12709 | SCA (Stru ctural), | |||||
| 12710 | ||||||
| 12711 | ||||||
| 12712 | ||||||
| 12713 | Sink Detai ls, | |||||
| 12714 | Sink:, | |||||
| 12715 | CatchBloc k, | |||||
| 12716 | Enclosing Method:, | |||||
| 12717 | HandleReq uestRespon se(), | |||||
| 12718 | File:, | |||||
| 12719 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ideoVisit/ MessageHan dler/Video VisitCreat eHandler.c s:42, | |||||
| 12720 | Taint Flag s:, | |||||
| 12721 | , | |||||
| 12722 | 39, | |||||
| 12723 | , | |||||
| 12724 | 40, | |||||
| 12725 | return r esponse;, | |||||
| 12726 | 41, | |||||
| 12727 | }, | |||||
| 12728 | 42, | |||||
| 12729 | catch (E xception e x), | |||||
| 12730 | 43, | |||||
| 12731 | {, | |||||
| 12732 | 44, | |||||
| 12733 | return L ogAndCreat eResponseM essage(ex) ;, | |||||
| 12734 | 45, | |||||
| 12735 | }, | |||||
| 12736 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi deoVisit/M essageHand ler/VideoV isitUpdate Handler.cs , line 42 (Poor Erro r Handling : Overly B road Catch ),Low, | |||||
| 12737 | Issue Deta ils, | |||||
| 12738 | Kingdom:, | |||||
| 12739 | Errors, | |||||
| 12740 | Scan Engin e:, | |||||
| 12741 | SCA (Stru ctural), | |||||
| 12742 | ||||||
| 12743 | ||||||
| 12744 | ||||||
| 12745 | Sink Detai ls, | |||||
| 12746 | Sink:, | |||||
| 12747 | CatchBloc k, | |||||
| 12748 | Enclosing Method:, | |||||
| 12749 | HandleReq uestRespon se(), | |||||
| 12750 | File:, | |||||
| 12751 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ideoVisit/ MessageHan dler/Video VisitUpdat eHandler.c s:42, | |||||
| 12752 | Taint Flag s:, | |||||
| 12753 | , | |||||
| 12754 | 39, | |||||
| 12755 | , | |||||
| 12756 | 40, | |||||
| 12757 | return r esponse;, | |||||
| 12758 | 41, | |||||
| 12759 | }, | |||||
| 12760 | 42, | |||||
| 12761 | catch (E xception e x), | |||||
| 12762 | 43, | |||||
| 12763 | {, | |||||
| 12764 | 44, | |||||
| 12765 | return L ogAndCreat eResponseM essage(ex) ;, | |||||
| 12766 | 45, | |||||
| 12767 | }, | |||||
| 12768 | Package: V A.TMP.Inte gration.VI MT.VideoVi sit.Pipeli neSteps.Cr eate, | |||||
| 12769 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi deoVisit/P ipelineSte ps/Create/ 15 - PostT oVideoVisi tService.c s, line 61 (Poor Err or Handlin g: Overly Broad Catc h),Low, | |||||
| 12770 | Issue Deta ils, | |||||
| 12771 | Kingdom:, | |||||
| 12772 | Errors, | |||||
| 12773 | Scan Engin e:, | |||||
| 12774 | SCA (Stru ctural), | |||||
| 12775 | ||||||
| 12776 | ||||||
| 12777 | ||||||
| 12778 | Sink Detai ls, | |||||
| 12779 | Sink:, | |||||
| 12780 | CatchBloc k, | |||||
| 12781 | Enclosing Method:, | |||||
| 12782 | Execute() , | |||||
| 12783 | File:, | |||||
| 12784 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ideoVisit/ PipelineSt eps/Create /15 - Post ToVideoVis itService. cs:61, | |||||
| 12785 | Taint Flag s:, | |||||
| 12786 | , | |||||
| 12787 | 58, | |||||
| 12788 | }, | |||||
| 12789 | 59, | |||||
| 12790 | }, | |||||
| 12791 | 60, | |||||
| 12792 | }, | |||||
| 12793 | 61, | |||||
| 12794 | catch (E xception e x), | |||||
| 12795 | 62, | |||||
| 12796 | {, | |||||
| 12797 | 63, | |||||
| 12798 | var exce ptionMessa ge = ex.Me ssage;, | |||||
| 12799 | 64, | |||||
| 12800 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex );, | |||||
| 12801 | Package: V A.TMP.Inte gration.VI MT.VideoVi sit.Pipeli neSteps.De lete, | |||||
| 12802 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi deoVisit/P ipelineSte ps/Delete/ 15 - PutTo VideoVisit Service.cs , line 51 (Poor Erro r Handling : Overly B road Catch ),Low, | |||||
| 12803 | Issue Deta ils, | |||||
| 12804 | Kingdom:, | |||||
| 12805 | Errors, | |||||
| 12806 | Scan Engin e:, | |||||
| 12807 | SCA (Stru ctural), | |||||
| 12808 | ||||||
| 12809 | ||||||
| 12810 | ||||||
| 12811 | Sink Detai ls, | |||||
| 12812 | Sink:, | |||||
| 12813 | CatchBloc k, | |||||
| 12814 | Enclosing Method:, | |||||
| 12815 | Execute() , | |||||
| 12816 | File:, | |||||
| 12817 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ideoVisit/ PipelineSt eps/Delete /15 - PutT oVideoVisi tService.c s:51, | |||||
| 12818 | Taint Flag s:, | |||||
| 12819 | , | |||||
| 12820 | 48, | |||||
| 12821 | }, | |||||
| 12822 | 49, | |||||
| 12823 | }, | |||||
| 12824 | 50, | |||||
| 12825 | }, | |||||
| 12826 | 51, | |||||
| 12827 | catch (E xception e x), | |||||
| 12828 | 52, | |||||
| 12829 | {, | |||||
| 12830 | 53, | |||||
| 12831 | var exce ptionMessa ge = ex.Me ssage;, | |||||
| 12832 | 54, | |||||
| 12833 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex );, | |||||
| 12834 | Package: V A.TMP.Inte gration.VI MT.VideoVi sit.Pipeli neSteps.Up date, | |||||
| 12835 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi deoVisit/P ipelineSte ps/Update/ 15 - PutTo VideoVisit Service.cs , line 54 (Poor Erro r Handling : Overly B road Catch ),Low, | |||||
| 12836 | Issue Deta ils, | |||||
| 12837 | Kingdom:, | |||||
| 12838 | Errors, | |||||
| 12839 | Scan Engin e:, | |||||
| 12840 | SCA (Stru ctural), | |||||
| 12841 | ||||||
| 12842 | ||||||
| 12843 | ||||||
| 12844 | Sink Detai ls, | |||||
| 12845 | Sink:, | |||||
| 12846 | CatchBloc k, | |||||
| 12847 | Enclosing Method:, | |||||
| 12848 | Execute() , | |||||
| 12849 | File:, | |||||
| 12850 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ideoVisit/ PipelineSt eps/Update /15 - PutT oVideoVisi tService.c s:54, | |||||
| 12851 | Taint Flag s:, | |||||
| 12852 | , | |||||
| 12853 | 51, | |||||
| 12854 | }, | |||||
| 12855 | 52, | |||||
| 12856 | }, | |||||
| 12857 | 53, | |||||
| 12858 | }, | |||||
| 12859 | 54, | |||||
| 12860 | catch (E xception e x), | |||||
| 12861 | 55, | |||||
| 12862 | {, | |||||
| 12863 | 56, | |||||
| 12864 | var exce ptionMessa ge = ex.Me ssage;, | |||||
| 12865 | 57, | |||||
| 12866 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex );, | |||||
| 12867 | Package: V A.TMP.Inte gration.VI MT.Virtual MeetingRoo m.MessageH andler, | |||||
| 12868 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi rtualMeeti ngRoom/Mes sageHandle r/VirtualM eetingRoom DeleteHand ler.cs, li ne 42 (Poo r Error Ha ndling: Ov erly Broad Catch),Lo w, | |||||
| 12869 | Issue Deta ils, | |||||
| 12870 | Kingdom:, | |||||
| 12871 | Errors, | |||||
| 12872 | Scan Engin e:, | |||||
| 12873 | SCA (Stru ctural), | |||||
| 12874 | ||||||
| 12875 | ||||||
| 12876 | ||||||
| 12877 | Sink Detai ls, | |||||
| 12878 | Sink:, | |||||
| 12879 | CatchBloc k, | |||||
| 12880 | Enclosing Method:, | |||||
| 12881 | HandleReq uestRespon se(), | |||||
| 12882 | File:, | |||||
| 12883 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V irtualMeet ingRoom/Me ssageHandl er/Virtual MeetingRoo mDeleteHan dler.cs:42 , | |||||
| 12884 | Taint Flag s:, | |||||
| 12885 | , | |||||
| 12886 | 39, | |||||
| 12887 | , | |||||
| 12888 | 40, | |||||
| 12889 | return r esponse;, | |||||
| 12890 | 41, | |||||
| 12891 | }, | |||||
| 12892 | 42, | |||||
| 12893 | catch (E xception e x), | |||||
| 12894 | 43, | |||||
| 12895 | {, | |||||
| 12896 | 44, | |||||
| 12897 | return L ogAndDelet eResponseM essage(ex) ;, | |||||
| 12898 | 45, | |||||
| 12899 | }, | |||||
| 12900 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi rtualMeeti ngRoom/Mes sageHandle r/VirtualM eetingRoom CreateHand ler.cs, li ne 42 (Poo r Error Ha ndling: Ov erly Broad Catch),Lo w, | |||||
| 12901 | Issue Deta ils, | |||||
| 12902 | Kingdom:, | |||||
| 12903 | Errors, | |||||
| 12904 | Scan Engin e:, | |||||
| 12905 | SCA (Stru ctural), | |||||
| 12906 | ||||||
| 12907 | ||||||
| 12908 | ||||||
| 12909 | Sink Detai ls, | |||||
| 12910 | Sink:, | |||||
| 12911 | CatchBloc k, | |||||
| 12912 | Enclosing Method:, | |||||
| 12913 | HandleReq uestRespon se(), | |||||
| 12914 | File:, | |||||
| 12915 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V irtualMeet ingRoom/Me ssageHandl er/Virtual MeetingRoo mCreateHan dler.cs:42 , | |||||
| 12916 | Taint Flag s:, | |||||
| 12917 | , | |||||
| 12918 | 39, | |||||
| 12919 | , | |||||
| 12920 | 40, | |||||
| 12921 | return r esponse;, | |||||
| 12922 | 41, | |||||
| 12923 | }, | |||||
| 12924 | 42, | |||||
| 12925 | catch (E xception e x), | |||||
| 12926 | 43, | |||||
| 12927 | {, | |||||
| 12928 | 44, | |||||
| 12929 | return L ogAndCreat eResponseM essage(ex) ;, | |||||
| 12930 | 45, | |||||
| 12931 | }, | |||||
| 12932 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi rtualMeeti ngRoom/Mes sageHandle r/VmrOnDem andCreateH andler.cs, line 42 ( Poor Error Handling: Overly Br oad Catch) ,Low, | |||||
| 12933 | Issue Deta ils, | |||||
| 12934 | Kingdom:, | |||||
| 12935 | Errors, | |||||
| 12936 | Scan Engin e:, | |||||
| 12937 | SCA (Stru ctural), | |||||
| 12938 | ||||||
| 12939 | ||||||
| 12940 | ||||||
| 12941 | Sink Detai ls, | |||||
| 12942 | Sink:, | |||||
| 12943 | CatchBloc k, | |||||
| 12944 | Enclosing Method:, | |||||
| 12945 | HandleReq uestRespon se(), | |||||
| 12946 | File:, | |||||
| 12947 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V irtualMeet ingRoom/Me ssageHandl er/VmrOnDe mandCreate Handler.cs :42, | |||||
| 12948 | Taint Flag s:, | |||||
| 12949 | , | |||||
| 12950 | 39, | |||||
| 12951 | , | |||||
| 12952 | 40, | |||||
| 12953 | return r esponse;, | |||||
| 12954 | 41, | |||||
| 12955 | }, | |||||
| 12956 | 42, | |||||
| 12957 | catch (E xception e x), | |||||
| 12958 | 43, | |||||
| 12959 | {, | |||||
| 12960 | 44, | |||||
| 12961 | return L ogAndCreat eResponseM essage(ex) ;, | |||||
| 12962 | 45, | |||||
| 12963 | }, | |||||
| 12964 | Package: V A.TMP.Inte gration.VI MT.Virtual MeetingRoo m.Pipeline Steps.Crea te, | |||||
| 12965 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi rtualMeeti ngRoom/Pip elineSteps /Create/21 - Validat eXml.cs, l ine 28 (Po or Error H andling: O verly Broa d Catch),L ow, | |||||
| 12966 | Issue Deta ils, | |||||
| 12967 | Kingdom:, | |||||
| 12968 | Errors, | |||||
| 12969 | Scan Engin e:, | |||||
| 12970 | SCA (Stru ctural), | |||||
| 12971 | ||||||
| 12972 | ||||||
| 12973 | ||||||
| 12974 | Sink Detai ls, | |||||
| 12975 | Sink:, | |||||
| 12976 | CatchBloc k, | |||||
| 12977 | Enclosing Method:, | |||||
| 12978 | Execute() , | |||||
| 12979 | File:, | |||||
| 12980 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V irtualMeet ingRoom/Pi pelineStep s/Create/2 1 - Valida teXml.cs:2 8, | |||||
| 12981 | Taint Flag s:, | |||||
| 12982 | , | |||||
| 12983 | 25, | |||||
| 12984 | new List <string> { "VirtualM eetingRoom .xsd" },, | |||||
| 12985 | 26, | |||||
| 12986 | state.Se rializedVi rtualMeeti ngRoom);, | |||||
| 12987 | 27, | |||||
| 12988 | }, | |||||
| 12989 | 28, | |||||
| 12990 | catch (E xception e x), | |||||
| 12991 | 29, | |||||
| 12992 | {, | |||||
| 12993 | 30, | |||||
| 12994 | var exce ptionMessa ge = ex.Me ssage;, | |||||
| 12995 | 31, | |||||
| 12996 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex );, | |||||
| 12997 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi rtualMeeti ngRoom/Pip elineSteps /Create/22 - CreateM eetingRoom Request.cs , line 76 (Poor Erro r Handling : Overly B road Catch ),Low, | |||||
| 12998 | Issue Deta ils, | |||||
| 12999 | Kingdom:, | |||||
| 13000 | Errors, | |||||
| 13001 | Scan Engin e:, | |||||
| 13002 | SCA (Stru ctural), | |||||
| 13003 | ||||||
| 13004 | ||||||
| 13005 | ||||||
| 13006 | Sink Detai ls, | |||||
| 13007 | Sink:, | |||||
| 13008 | CatchBloc k, | |||||
| 13009 | Enclosing Method:, | |||||
| 13010 | Execute() , | |||||
| 13011 | File:, | |||||
| 13012 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V irtualMeet ingRoom/Pi pelineStep s/Create/2 2 - Create MeetingRoo mRequest.c s:76, | |||||
| 13013 | Taint Flag s:, | |||||
| 13014 | , | |||||
| 13015 | 73, | |||||
| 13016 | }, | |||||
| 13017 | 74, | |||||
| 13018 | }, | |||||
| 13019 | 75, | |||||
| 13020 | }, | |||||
| 13021 | 76, | |||||
| 13022 | catch (E xception e x), | |||||
| 13023 | 77, | |||||
| 13024 | {, | |||||
| 13025 | 78, | |||||
| 13026 | var exce ptionMessa ge = ex.Me ssage;, | |||||
| 13027 | 79, | |||||
| 13028 | exceptio nMessage + = Shared.P ipelineUti lities.Bui ldErrorMes sage(ex);, | |||||
| 13029 | Package: V A.TMP.Inte gration.VI MT.Virtual MeetingRoo m.Pipeline Steps.Dele te, | |||||
| 13030 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi rtualMeeti ngRoom/Pip elineSteps /Delete/10 - DeleteM eetingRoom Request.cs , line 59 (Poor Erro r Handling : Overly B road Catch ),Low, | |||||
| 13031 | Issue Deta ils, | |||||
| 13032 | Kingdom:, | |||||
| 13033 | Errors, | |||||
| 13034 | Scan Engin e:, | |||||
| 13035 | SCA (Stru ctural), | |||||
| 13036 | ||||||
| 13037 | ||||||
| 13038 | ||||||
| 13039 | Sink Detai ls, | |||||
| 13040 | Sink:, | |||||
| 13041 | CatchBloc k, | |||||
| 13042 | Enclosing Method:, | |||||
| 13043 | Execute() , | |||||
| 13044 | File:, | |||||
| 13045 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V irtualMeet ingRoom/Pi pelineStep s/Delete/1 0 - Delete MeetingRoo mRequest.c s:59, | |||||
| 13046 | Taint Flag s:, | |||||
| 13047 | , | |||||
| 13048 | 56, | |||||
| 13049 | }, | |||||
| 13050 | 57, | |||||
| 13051 | }, | |||||
| 13052 | 58, | |||||
| 13053 | }, | |||||
| 13054 | 59, | |||||
| 13055 | catch (E xception e x), | |||||
| 13056 | 60, | |||||
| 13057 | {, | |||||
| 13058 | 61, | |||||
| 13059 | var exce ptionMessa ge = ex.Me ssage;, | |||||
| 13060 | 62, | |||||
| 13061 | exceptio nMessage + = Shared.P ipelineUti lities.Bui ldErrorMes sage(ex);, | |||||
| 13062 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi rtualMeeti ngRoom/Pip elineSteps /Delete/09 - Validat eXml.cs, l ine 28 (Po or Error H andling: O verly Broa d Catch),L ow, | |||||
| 13063 | Issue Deta ils, | |||||
| 13064 | Kingdom:, | |||||
| 13065 | Errors, | |||||
| 13066 | Scan Engin e:, | |||||
| 13067 | SCA (Stru ctural), | |||||
| 13068 | ||||||
| 13069 | ||||||
| 13070 | ||||||
| 13071 | Sink Detai ls, | |||||
| 13072 | Sink:, | |||||
| 13073 | CatchBloc k, | |||||
| 13074 | Enclosing Method:, | |||||
| 13075 | Execute() , | |||||
| 13076 | File:, | |||||
| 13077 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V irtualMeet ingRoom/Pi pelineStep s/Delete/0 9 - Valida teXml.cs:2 8, | |||||
| 13078 | Taint Flag s:, | |||||
| 13079 | , | |||||
| 13080 | 25, | |||||
| 13081 | new List <string> { "VirtualMe etingRoom. xsd"},, | |||||
| 13082 | 26, | |||||
| 13083 | state.Se rializedVi rtualMeeti ngRoomDele te);, | |||||
| 13084 | 27, | |||||
| 13085 | }, | |||||
| 13086 | 28, | |||||
| 13087 | catch (E xception e x), | |||||
| 13088 | 29, | |||||
| 13089 | {, | |||||
| 13090 | 30, | |||||
| 13091 | var exce ptionMessa ge = ex.Me ssage;, | |||||
| 13092 | 31, | |||||
| 13093 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex );, | |||||
| 13094 | Package: V A.TMP.Inte gration.VI MT.Virtual MeetingRoo m.Pipeline Steps.OnDe mand, | |||||
| 13095 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi rtualMeeti ngRoom/Pip elineSteps /OnDemand/ 22 - Creat eMeetingRo omRequest. cs, line 7 6 (Poor Er ror Handli ng: Overly Broad Cat ch),Low, | |||||
| 13096 | Issue Deta ils, | |||||
| 13097 | Kingdom:, | |||||
| 13098 | Errors, | |||||
| 13099 | Scan Engin e:, | |||||
| 13100 | SCA (Stru ctural), | |||||
| 13101 | ||||||
| 13102 | ||||||
| 13103 | ||||||
| 13104 | Sink Detai ls, | |||||
| 13105 | Sink:, | |||||
| 13106 | CatchBloc k, | |||||
| 13107 | Enclosing Method:, | |||||
| 13108 | Execute() , | |||||
| 13109 | File:, | |||||
| 13110 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V irtualMeet ingRoom/Pi pelineStep s/OnDemand /22 - Crea teMeetingR oomRequest .cs:76, | |||||
| 13111 | Taint Flag s:, | |||||
| 13112 | , | |||||
| 13113 | 73, | |||||
| 13114 | }, | |||||
| 13115 | 74, | |||||
| 13116 | }, | |||||
| 13117 | 75, | |||||
| 13118 | }, | |||||
| 13119 | 76, | |||||
| 13120 | catch (E xception e x), | |||||
| 13121 | 77, | |||||
| 13122 | {, | |||||
| 13123 | 78, | |||||
| 13124 | var exce ptionMessa ge = ex.Me ssage;, | |||||
| 13125 | 79, | |||||
| 13126 | exceptio nMessage + = Shared.P ipelineUti lities.Bui ldErrorMes sage(ex);, | |||||
| 13127 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi rtualMeeti ngRoom/Pip elineSteps /OnDemand/ 21 - Valid ateXml.cs, line 28 ( Poor Error Handling: Overly Br oad Catch) ,Low, | |||||
| 13128 | Issue Deta ils, | |||||
| 13129 | Kingdom:, | |||||
| 13130 | Errors, | |||||
| 13131 | Scan Engin e:, | |||||
| 13132 | SCA (Stru ctural), | |||||
| 13133 | ||||||
| 13134 | ||||||
| 13135 | ||||||
| 13136 | Sink Detai ls, | |||||
| 13137 | Sink:, | |||||
| 13138 | CatchBloc k, | |||||
| 13139 | Enclosing Method:, | |||||
| 13140 | Execute() , | |||||
| 13141 | File:, | |||||
| 13142 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V irtualMeet ingRoom/Pi pelineStep s/OnDemand /21 - Vali dateXml.cs :28, | |||||
| 13143 | Taint Flag s:, | |||||
| 13144 | , | |||||
| 13145 | 25, | |||||
| 13146 | new List <string> { "VirtualM eetingRoom .xsd" },, | |||||
| 13147 | 26, | |||||
| 13148 | state.Se rializedVi rtualMeeti ngRoom);, | |||||
| 13149 | 27, | |||||
| 13150 | }, | |||||
| 13151 | 28, | |||||
| 13152 | catch (E xception e x), | |||||
| 13153 | 29, | |||||
| 13154 | {, | |||||
| 13155 | 30, | |||||
| 13156 | var exce ptionMessa ge = ex.Me ssage;, | |||||
| 13157 | 31, | |||||
| 13158 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex );, | |||||
| 13159 | Package: V A.TMP.Inte gration.VI MT.Vista.M essageHand ler, | |||||
| 13160 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi sta/Messag eHandler/M akeAppoint mentHandle r.cs, line 32 (Poor Error Hand ling: Over ly Broad C atch),Low, | |||||
| 13161 | Issue Deta ils, | |||||
| 13162 | Kingdom:, | |||||
| 13163 | Errors, | |||||
| 13164 | Scan Engin e:, | |||||
| 13165 | SCA (Stru ctural), | |||||
| 13166 | ||||||
| 13167 | ||||||
| 13168 | ||||||
| 13169 | Sink Detai ls, | |||||
| 13170 | Sink:, | |||||
| 13171 | CatchBloc k, | |||||
| 13172 | Enclosing Method:, | |||||
| 13173 | HandleReq uestRespon se(), | |||||
| 13174 | File:, | |||||
| 13175 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ista/Messa geHandler/ MakeAppoin tmentHandl er.cs:32, | |||||
| 13176 | Taint Flag s:, | |||||
| 13177 | , | |||||
| 13178 | 29, | |||||
| 13179 | , | |||||
| 13180 | 30, | |||||
| 13181 | return r esponse;, | |||||
| 13182 | 31, | |||||
| 13183 | }, | |||||
| 13184 | 32, | |||||
| 13185 | catch (E xception e x), | |||||
| 13186 | 33, | |||||
| 13187 | {, | |||||
| 13188 | 34, | |||||
| 13189 | return L ogAndCreat eResponseM essage(ex) ;, | |||||
| 13190 | 35, | |||||
| 13191 | }, | |||||
| 13192 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi sta/Messag eHandler/G etConsults ForPatient Handler.cs , line 34 (Poor Erro r Handling : Overly B road Catch ),Low, | |||||
| 13193 | Issue Deta ils, | |||||
| 13194 | Kingdom:, | |||||
| 13195 | Errors, | |||||
| 13196 | Scan Engin e:, | |||||
| 13197 | SCA (Stru ctural), | |||||
| 13198 | ||||||
| 13199 | ||||||
| 13200 | ||||||
| 13201 | Sink Detai ls, | |||||
| 13202 | Sink:, | |||||
| 13203 | CatchBloc k, | |||||
| 13204 | Enclosing Method:, | |||||
| 13205 | HandleReq uestRespon se(), | |||||
| 13206 | File:, | |||||
| 13207 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ista/Messa geHandler/ GetConsult sForPatien tHandler.c s:34, | |||||
| 13208 | Taint Flag s:, | |||||
| 13209 | , | |||||
| 13210 | 31, | |||||
| 13211 | , | |||||
| 13212 | 32, | |||||
| 13213 | return r esponse;, | |||||
| 13214 | 33, | |||||
| 13215 | }, | |||||
| 13216 | 34, | |||||
| 13217 | catch (E xception e x), | |||||
| 13218 | 35, | |||||
| 13219 | {, | |||||
| 13220 | 36, | |||||
| 13221 | return L ogAndCreat eResponseM essage(ex) ;, | |||||
| 13222 | 37, | |||||
| 13223 | }, | |||||
| 13224 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi sta/Messag eHandler/C ancelAppoi ntmentHand ler.cs, li ne 34 (Poo r Error Ha ndling: Ov erly Broad Catch),Lo w, | |||||
| 13225 | Issue Deta ils, | |||||
| 13226 | Kingdom:, | |||||
| 13227 | Errors, | |||||
| 13228 | Scan Engin e:, | |||||
| 13229 | SCA (Stru ctural), | |||||
| 13230 | ||||||
| 13231 | ||||||
| 13232 | ||||||
| 13233 | Sink Detai ls, | |||||
| 13234 | Sink:, | |||||
| 13235 | CatchBloc k, | |||||
| 13236 | Enclosing Method:, | |||||
| 13237 | HandleReq uestRespon se(), | |||||
| 13238 | File:, | |||||
| 13239 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ista/Messa geHandler/ CancelAppo intmentHan dler.cs:34 , | |||||
| 13240 | Taint Flag s:, | |||||
| 13241 | , | |||||
| 13242 | 31, | |||||
| 13243 | , | |||||
| 13244 | 32, | |||||
| 13245 | return r esponse;, | |||||
| 13246 | 33, | |||||
| 13247 | }, | |||||
| 13248 | 34, | |||||
| 13249 | catch(Ex ception ex ), | |||||
| 13250 | 35, | |||||
| 13251 | {, | |||||
| 13252 | 36, | |||||
| 13253 | return L ogAndCreat eResponseM essage(ex) ;, | |||||
| 13254 | 37, | |||||
| 13255 | }, | |||||
| 13256 | Package: V RMRest, | |||||
| 13257 | Users/adje ante/Deskt op/va-crmp rojects/VI MT-EC/RTC/ Developer Resources/ VRMRest/VR MRest/Util ity.cs, li ne 254 (Po or Error H andling: O verly Broa d Catch),L ow, | |||||
| 13258 | Issue Deta ils, | |||||
| 13259 | Kingdom:, | |||||
| 13260 | Errors, | |||||
| 13261 | Scan Engin e:, | |||||
| 13262 | SCA (Stru ctural), | |||||
| 13263 | ||||||
| 13264 | ||||||
| 13265 | ||||||
| 13266 | Sink Detai ls, | |||||
| 13267 | Sink:, | |||||
| 13268 | CatchBloc k, | |||||
| 13269 | Enclosing Method:, | |||||
| 13270 | LogError( ), | |||||
| 13271 | File:, | |||||
| 13272 | Users/adj eante/Desk top/va-crm projects/V IMT-EC/RTC /Developer Resources /VRMRest/V RMRest/Uti lity.cs:25 4, | |||||
| 13273 | Taint Flag s:, | |||||
| 13274 | , | |||||
| 13275 | 251, | |||||
| 13276 | , | |||||
| 13277 | 252, | |||||
| 13278 | CreateCR MLogEntryR esponse lo gResponse = SendRece ive<Create CRMLogEntr yResponse> (baseUri, Utility.Cr eateCRMLog EntryReque st, logReq uestStart, null);, | |||||
| 13279 | 253, | |||||
| 13280 | }, | |||||
| 13281 | 254, | |||||
| 13282 | catch (E xception) { }, | |||||
| 13283 | 255, | |||||
| 13284 | , | |||||
| 13285 | 256, | |||||
| 13286 | }, | |||||
| 13287 | 257, | |||||
| 13288 | , | |||||
| 13289 | Package: V RMRest.Uti lity, | |||||
| 13290 | Users/adje ante/Deskt op/va-crmp rojects/VI MT-EC/RTC/ Developer Resources/ VRMRest/VR MRest/Util ity.cs, li ne 97 (Poo r Error Ha ndling: Ov erly Broad Catch),Lo w, | |||||
| 13291 | Issue Deta ils, | |||||
| 13292 | Kingdom:, | |||||
| 13293 | Errors, | |||||
| 13294 | Scan Engin e:, | |||||
| 13295 | SCA (Stru ctural), | |||||
| 13296 | ||||||
| 13297 | ||||||
| 13298 | ||||||
| 13299 | Sink Detai ls, | |||||
| 13300 | Sink:, | |||||
| 13301 | CatchBloc k, | |||||
| 13302 | Enclosing Method:, | |||||
| 13303 | _SendAsyn c_b__0(), | |||||
| 13304 | File:, | |||||
| 13305 | Users/adj eante/Desk top/va-crm projects/V IMT-EC/RTC /Developer Resources /VRMRest/V RMRest/Uti lity.cs:97 , | |||||
| 13306 | Taint Flag s:, | |||||
| 13307 | , | |||||
| 13308 | 94, | |||||
| 13309 | if (call Back != nu ll), | |||||
| 13310 | 95, | |||||
| 13311 | callBack (response) ;, | |||||
| 13312 | 96, | |||||
| 13313 | }, | |||||
| 13314 | 97, | |||||
| 13315 | catch (E xception e x), | |||||
| 13316 | 98, | |||||
| 13317 | {, | |||||
| 13318 | 99, | |||||
| 13319 | if (logS ettings != null), | |||||
| 13320 | 100, | |||||
| 13321 | {, | |||||
| 13322 | ||||||
| 13323 | System Inf ormation L eak: Inter nal (12 is sues), | |||||
| 13324 | Abstract, | |||||
| 13325 | Revealing system dat a or debug ging infor mation hel ps an adve rsary lear n about th e system a nd form a plan of at tack., | |||||
| 13326 | Explanatio n, | |||||
| 13327 | An interna l informat ion leak o ccurs when system da ta or debu gging info rmation is sent to a local fil e, console , or scree n via prin ting or lo gging., | |||||
| 13328 | Example:, | |||||
| 13329 | The follo wing code constructs a databas e connecti on string, uses it t o create a new conne ction to t he databas e, and pri nts it to the consol e., | |||||
| 13330 | string cs= "database= northwind; server=myS QLServer.. .";, | |||||
| 13331 | SqlConnect ion conn=n ew SqlConn ection(cs) ;, | |||||
| 13332 | ..., | |||||
| 13333 | Console.Wr iteline(cs );, | |||||
| 13334 | Depending on the sys tem config uration, t his inform ation can be dumped to a conso le, writte n to a log file, or exposed to a user. I n some cas es the err or message tells the attacker precisely what sort of an atta ck the sys tem is vul nerable to . For exam ple, a dat abase erro r message can reveal that the applicatio n is vulne rable to a SQL injec tion attac k. Other e rror messa ges can re veal more oblique cl ues about the system . In the e xample abo ve, the le aked infor mation cou ld imply i nformation about the type of o perating s ystem, the applicati ons instal led on the system, a nd the amo unt of car e that the administr ators have put into configurin g the prog ram., | |||||
| 13335 | Recommenda tion, | |||||
| 13336 | Write erro r messages with secu rity in mi nd. In pro duction en vironments , turn off detailed error info rmation in favor of brief mess ages. Rest rict the g eneration and storag e of detai led output that can help admin istrators and progra mmers diag nose probl ems. Be ca reful, deb ugging tra ces can so metimes ap pear in no n-obvious places (em bedded in comments i n the HTML for an er ror page, for exampl e)., | |||||
| 13337 | Even brief error mes sages that do not re veal stack traces or database dumps can potentiall y aid an a ttacker. F or example , an "Acce ss Denied" message c an reveal that a fil e or user exists on the system ., | |||||
| 13338 | Issue Summ ary, | |||||
| 13339 | ||||||
| 13340 | Engine Bre akdown, | |||||
| 13341 | SCA,WebIns pect,Secur ityScope,T otal, | |||||
| 13342 | System Inf ormation L eak: Inter nal,12,0,0 ,12, | |||||
| 13343 | Total,12,0 ,0,12, | |||||
| 13344 | ||||||
| 13345 | System Inf ormation L eak: Inter nal,Low, | |||||
| 13346 | Package: V A.TMP.Inte gration.VI MT.Mvi.Mes sageHandle r, | |||||
| 13347 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/MessageH andler/Per sonSearchH andler.cs, line 55 ( System Inf ormation L eak: Inter nal),Low, | |||||
| 13348 | Issue Deta ils, | |||||
| 13349 | Kingdom:, | |||||
| 13350 | Encapsula tion, | |||||
| 13351 | Scan Engin e:, | |||||
| 13352 | SCA (Data Flow), | |||||
| 13353 | ||||||
| 13354 | ||||||
| 13355 | ||||||
| 13356 | Source Det ails, | |||||
| 13357 | Source:, | |||||
| 13358 | Read exce ption, | |||||
| 13359 | From:, | |||||
| 13360 | VA.TMP.In tegration. VIMT.Mvi.M essageHand ler.Person SearchHand ler.LogAnd CreateRe, | |||||
| 13361 | sponseMess age, | |||||
| 13362 | File:, | |||||
| 13363 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT, | |||||
| 13364 | .Mvi/Messa geHandler/ PersonSear chHandler. cs:55, | |||||
| 13365 | 52, | |||||
| 13366 | /// <ret urns>Perso nSearchRes ponseMessa ge.</retur ns>, | |||||
| 13367 | 53, | |||||
| 13368 | private PersonSear chResponse Message Lo gAndCreate ResponseMe ssage(Exce ption exce ption), | |||||
| 13369 | 54, | |||||
| 13370 | {, | |||||
| 13371 | 55, | |||||
| 13372 | Logger.I nstance.Er ror("ERROR : MVI Pers on Search Handler Ex ception", exception) ;, | |||||
| 13373 | 56, | |||||
| 13374 | , | |||||
| 13375 | 57, | |||||
| 13376 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13377 | 58, | |||||
| 13378 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13379 | Sink Detai ls, | |||||
| 13380 | Sink:, | |||||
| 13381 | log4net.I Log.Error( ), | |||||
| 13382 | Enclosing Method:, | |||||
| 13383 | LogAndCre ateRespons eMessage() , | |||||
| 13384 | File:, | |||||
| 13385 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Message Handler/Pe rsonSearch Handler.cs :55, | |||||
| 13386 | Taint Flag s:, | |||||
| 13387 | EXCEPTION INFO, SYST EMINFO, | |||||
| 13388 | 52, | |||||
| 13389 | /// <ret urns>Perso nSearchRes ponseMessa ge.</retur ns>, | |||||
| 13390 | 53, | |||||
| 13391 | private PersonSear chResponse Message Lo gAndCreate ResponseMe ssage(Exce ption exce ption), | |||||
| 13392 | 54, | |||||
| 13393 | {, | |||||
| 13394 | 55, | |||||
| 13395 | Logger.I nstance.Er ror("ERROR : MVI Pers on Search Handler Ex ception", exception) ;, | |||||
| 13396 | 56, | |||||
| 13397 | , | |||||
| 13398 | 57, | |||||
| 13399 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13400 | 58, | |||||
| 13401 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13402 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/MessageH andler/Pro xyAddHandl er.cs, lin e 55 (Syst em Informa tion Leak: Internal) ,Low, | |||||
| 13403 | Issue Deta ils, | |||||
| 13404 | Kingdom:, | |||||
| 13405 | Encapsula tion, | |||||
| 13406 | Scan Engin e:, | |||||
| 13407 | SCA (Data Flow), | |||||
| 13408 | ||||||
| 13409 | ||||||
| 13410 | ||||||
| 13411 | Source Det ails, | |||||
| 13412 | Source:, | |||||
| 13413 | Read exce ption, | |||||
| 13414 | From:, | |||||
| 13415 | VA.TMP.In tegration. VIMT.Mvi.M essageHand ler.ProxyA ddHandler. LogAndCrea teRespon, | |||||
| 13416 | seMessage, | |||||
| 13417 | File:, | |||||
| 13418 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT, | |||||
| 13419 | .Mvi/Messa geHandler/ ProxyAddHa ndler.cs:5 5, | |||||
| 13420 | 52, | |||||
| 13421 | /// <ret urns>Proxy AddRespons eMessage.< /returns>, | |||||
| 13422 | 53, | |||||
| 13423 | private ProxyAddRe sponseMess age LogAnd CreateResp onseMessag e(Exceptio n exceptio n), | |||||
| 13424 | 54, | |||||
| 13425 | {, | |||||
| 13426 | 55, | |||||
| 13427 | Logger.I nstance.Er ror("ERROR : MVI Prox y Add Hand ler Except ion", exce ption);, | |||||
| 13428 | 56, | |||||
| 13429 | , | |||||
| 13430 | 57, | |||||
| 13431 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13432 | 58, | |||||
| 13433 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13434 | Sink Detai ls, | |||||
| 13435 | Sink:, | |||||
| 13436 | log4net.I Log.Error( ), | |||||
| 13437 | Enclosing Method:, | |||||
| 13438 | LogAndCre ateRespons eMessage() , | |||||
| 13439 | File:, | |||||
| 13440 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Message Handler/Pr oxyAddHand ler.cs:55, | |||||
| 13441 | Taint Flag s:, | |||||
| 13442 | EXCEPTION INFO, SYST EMINFO, | |||||
| 13443 | 52, | |||||
| 13444 | /// <ret urns>Proxy AddRespons eMessage.< /returns>, | |||||
| 13445 | 53, | |||||
| 13446 | private ProxyAddRe sponseMess age LogAnd CreateResp onseMessag e(Exceptio n exceptio n), | |||||
| 13447 | 54, | |||||
| 13448 | {, | |||||
| 13449 | 55, | |||||
| 13450 | Logger.I nstance.Er ror("ERROR : MVI Prox y Add Hand ler Except ion", exce ption);, | |||||
| 13451 | 56, | |||||
| 13452 | , | |||||
| 13453 | 57, | |||||
| 13454 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13455 | 58, | |||||
| 13456 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13457 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Mv i/MessageH andler/Get PersonIden tifiersHan dler.cs, l ine 55 (Sy stem Infor mation Lea k: Interna l),Low, | |||||
| 13458 | Issue Deta ils, | |||||
| 13459 | Kingdom:, | |||||
| 13460 | Encapsula tion, | |||||
| 13461 | Scan Engin e:, | |||||
| 13462 | SCA (Data Flow), | |||||
| 13463 | ||||||
| 13464 | ||||||
| 13465 | ||||||
| 13466 | Source Det ails, | |||||
| 13467 | Source:, | |||||
| 13468 | Read exce ption, | |||||
| 13469 | From:, | |||||
| 13470 | VA.TMP.In tegration. VIMT.Mvi.M essageHand ler.GetPer sonIdentif iersHandle r.LogAnd, | |||||
| 13471 | CreateResp onseMessag e, | |||||
| 13472 | File:, | |||||
| 13473 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT, | |||||
| 13474 | .Mvi/Messa geHandler/ GetPersonI dentifiers Handler.cs :55, | |||||
| 13475 | 52, | |||||
| 13476 | /// <ret urns>GetPe rsonIdenti fiersRespo nseMessage .</returns >, | |||||
| 13477 | 53, | |||||
| 13478 | private GetPersonI dentifiers ResponseMe ssage LogA ndCreateRe sponseMess age(Except ion except ion), | |||||
| 13479 | 54, | |||||
| 13480 | {, | |||||
| 13481 | 55, | |||||
| 13482 | Logger.I nstance.Er ror("ERROR : MVI Get Person Ide ntifiers H andler Exc eption", e xception); , | |||||
| 13483 | 56, | |||||
| 13484 | , | |||||
| 13485 | 57, | |||||
| 13486 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13487 | 58, | |||||
| 13488 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13489 | Sink Detai ls, | |||||
| 13490 | Sink:, | |||||
| 13491 | log4net.I Log.Error( ), | |||||
| 13492 | Enclosing Method:, | |||||
| 13493 | LogAndCre ateRespons eMessage() , | |||||
| 13494 | File:, | |||||
| 13495 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.M vi/Message Handler/Ge tPersonIde ntifiersHa ndler.cs:5 5, | |||||
| 13496 | Taint Flag s:, | |||||
| 13497 | EXCEPTION INFO, SYST EMINFO, | |||||
| 13498 | 52, | |||||
| 13499 | /// <ret urns>GetPe rsonIdenti fiersRespo nseMessage .</returns >, | |||||
| 13500 | 53, | |||||
| 13501 | private GetPersonI dentifiers ResponseMe ssage LogA ndCreateRe sponseMess age(Except ion except ion), | |||||
| 13502 | 54, | |||||
| 13503 | {, | |||||
| 13504 | 55, | |||||
| 13505 | Logger.I nstance.Er ror("ERROR : MVI Get Person Ide ntifiers H andler Exc eption", e xception); , | |||||
| 13506 | 56, | |||||
| 13507 | , | |||||
| 13508 | 57, | |||||
| 13509 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13510 | 58, | |||||
| 13511 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13512 | Package: V A.TMP.Inte gration.VI MT.VideoVi sit.Messag eHandler, | |||||
| 13513 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi deoVisit/M essageHand ler/VideoV isitUpdate Handler.cs , line 55 (System In formation Leak: Inte rnal),Low, | |||||
| 13514 | Issue Deta ils, | |||||
| 13515 | Kingdom:, | |||||
| 13516 | Encapsula tion, | |||||
| 13517 | Scan Engin e:, | |||||
| 13518 | SCA (Data Flow), | |||||
| 13519 | ||||||
| 13520 | ||||||
| 13521 | ||||||
| 13522 | Source Det ails, | |||||
| 13523 | Source:, | |||||
| 13524 | Read exce ption, | |||||
| 13525 | From:, | |||||
| 13526 | VA.TMP.In tegration. VIMT.Video Visit.Mess ageHandler .VideoVisi tUpdateHan dler.Log, | |||||
| 13527 | AndCreateR esponseMes sage, | |||||
| 13528 | File:, | |||||
| 13529 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT, | |||||
| 13530 | .VideoVisi t/MessageH andler/Vid eoVisitUpd ateHandler .cs:55, | |||||
| 13531 | 52, | |||||
| 13532 | /// <ret urns>Video VisitUpdat eResponseM essage.</r eturns>, | |||||
| 13533 | 53, | |||||
| 13534 | private VideoVisit UpdateResp onseMessag e LogAndCr eateRespon seMessage( Exception exception) , | |||||
| 13535 | 54, | |||||
| 13536 | {, | |||||
| 13537 | 55, | |||||
| 13538 | Logger.I nstance.Er ror("ERROR : VideoVis it Update Handler Ex ception", exception) ;, | |||||
| 13539 | 56, | |||||
| 13540 | , | |||||
| 13541 | 57, | |||||
| 13542 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13543 | 58, | |||||
| 13544 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13545 | Sink Detai ls, | |||||
| 13546 | Sink:, | |||||
| 13547 | log4net.I Log.Error( ), | |||||
| 13548 | Enclosing Method:, | |||||
| 13549 | LogAndCre ateRespons eMessage() , | |||||
| 13550 | File:, | |||||
| 13551 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ideoVisit/ MessageHan dler/Video VisitUpdat eHandler.c s:55, | |||||
| 13552 | Taint Flag s:, | |||||
| 13553 | EXCEPTION INFO, SYST EMINFO, | |||||
| 13554 | 52, | |||||
| 13555 | /// <ret urns>Video VisitUpdat eResponseM essage.</r eturns>, | |||||
| 13556 | 53, | |||||
| 13557 | private VideoVisit UpdateResp onseMessag e LogAndCr eateRespon seMessage( Exception exception) , | |||||
| 13558 | 54, | |||||
| 13559 | {, | |||||
| 13560 | 55, | |||||
| 13561 | Logger.I nstance.Er ror("ERROR : VideoVis it Update Handler Ex ception", exception) ;, | |||||
| 13562 | 56, | |||||
| 13563 | , | |||||
| 13564 | 57, | |||||
| 13565 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13566 | 58, | |||||
| 13567 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13568 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi deoVisit/M essageHand ler/VideoV isitDelete Handler.cs , line 55 (System In formation Leak: Inte rnal),Low, | |||||
| 13569 | Issue Deta ils, | |||||
| 13570 | Kingdom:, | |||||
| 13571 | Encapsula tion, | |||||
| 13572 | Scan Engin e:, | |||||
| 13573 | SCA (Data Flow), | |||||
| 13574 | ||||||
| 13575 | ||||||
| 13576 | ||||||
| 13577 | Source Det ails, | |||||
| 13578 | Source:, | |||||
| 13579 | Read exce ption, | |||||
| 13580 | From:, | |||||
| 13581 | VA.TMP.In tegration. VIMT.Video Visit.Mess ageHandler .VideoVisi tDeleteHan dler.Log, | |||||
| 13582 | AndDeleteR esponseMes sage, | |||||
| 13583 | File:, | |||||
| 13584 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT, | |||||
| 13585 | .VideoVisi t/MessageH andler/Vid eoVisitDel eteHandler .cs:55, | |||||
| 13586 | 52, | |||||
| 13587 | /// <ret urns>Video VisitDelet eResponseM essage.</r eturns>, | |||||
| 13588 | 53, | |||||
| 13589 | private VideoVisit DeleteResp onseMessag e LogAndDe leteRespon seMessage( Exception exception) , | |||||
| 13590 | 54, | |||||
| 13591 | {, | |||||
| 13592 | 55, | |||||
| 13593 | Logger.I nstance.Er ror("ERROR : VideoVis it Delete Handler Ex ception", exception) ;, | |||||
| 13594 | 56, | |||||
| 13595 | , | |||||
| 13596 | 57, | |||||
| 13597 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13598 | 58, | |||||
| 13599 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13600 | Sink Detai ls, | |||||
| 13601 | Sink:, | |||||
| 13602 | log4net.I Log.Error( ), | |||||
| 13603 | Enclosing Method:, | |||||
| 13604 | LogAndDel eteRespons eMessage() , | |||||
| 13605 | File:, | |||||
| 13606 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ideoVisit/ MessageHan dler/Video VisitDelet eHandler.c s:55, | |||||
| 13607 | Taint Flag s:, | |||||
| 13608 | EXCEPTION INFO, SYST EMINFO, | |||||
| 13609 | 52, | |||||
| 13610 | /// <ret urns>Video VisitDelet eResponseM essage.</r eturns>, | |||||
| 13611 | 53, | |||||
| 13612 | private VideoVisit DeleteResp onseMessag e LogAndDe leteRespon seMessage( Exception exception) , | |||||
| 13613 | 54, | |||||
| 13614 | {, | |||||
| 13615 | 55, | |||||
| 13616 | Logger.I nstance.Er ror("ERROR : VideoVis it Delete Handler Ex ception", exception) ;, | |||||
| 13617 | 56, | |||||
| 13618 | , | |||||
| 13619 | 57, | |||||
| 13620 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13621 | 58, | |||||
| 13622 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13623 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi deoVisit/M essageHand ler/VideoV isitCreate Handler.cs , line 55 (System In formation Leak: Inte rnal),Low, | |||||
| 13624 | Issue Deta ils, | |||||
| 13625 | Kingdom:, | |||||
| 13626 | Encapsula tion, | |||||
| 13627 | Scan Engin e:, | |||||
| 13628 | SCA (Data Flow), | |||||
| 13629 | ||||||
| 13630 | ||||||
| 13631 | ||||||
| 13632 | Source Det ails, | |||||
| 13633 | Source:, | |||||
| 13634 | Read exce ption, | |||||
| 13635 | From:, | |||||
| 13636 | VA.TMP.In tegration. VIMT.Video Visit.Mess ageHandler .VideoVisi tCreateHan dler.Log, | |||||
| 13637 | AndCreateR esponseMes sage, | |||||
| 13638 | File:, | |||||
| 13639 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT, | |||||
| 13640 | .VideoVisi t/MessageH andler/Vid eoVisitCre ateHandler .cs:55, | |||||
| 13641 | 52, | |||||
| 13642 | /// <ret urns>Video VisitCreat eResponseM essage.</r eturns>, | |||||
| 13643 | 53, | |||||
| 13644 | private VideoVisit CreateResp onseMessag e LogAndCr eateRespon seMessage( Exception exception) , | |||||
| 13645 | 54, | |||||
| 13646 | {, | |||||
| 13647 | 55, | |||||
| 13648 | Logger.I nstance.Er ror("ERROR : VideoVis it Create Handler Ex ception", exception) ;, | |||||
| 13649 | 56, | |||||
| 13650 | , | |||||
| 13651 | 57, | |||||
| 13652 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13653 | 58, | |||||
| 13654 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13655 | Sink Detai ls, | |||||
| 13656 | Sink:, | |||||
| 13657 | log4net.I Log.Error( ), | |||||
| 13658 | Enclosing Method:, | |||||
| 13659 | LogAndCre ateRespons eMessage() , | |||||
| 13660 | File:, | |||||
| 13661 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ideoVisit/ MessageHan dler/Video VisitCreat eHandler.c s:55, | |||||
| 13662 | Taint Flag s:, | |||||
| 13663 | EXCEPTION INFO, SYST EMINFO, | |||||
| 13664 | 52, | |||||
| 13665 | /// <ret urns>Video VisitCreat eResponseM essage.</r eturns>, | |||||
| 13666 | 53, | |||||
| 13667 | private VideoVisit CreateResp onseMessag e LogAndCr eateRespon seMessage( Exception exception) , | |||||
| 13668 | 54, | |||||
| 13669 | {, | |||||
| 13670 | 55, | |||||
| 13671 | Logger.I nstance.Er ror("ERROR : VideoVis it Create Handler Ex ception", exception) ;, | |||||
| 13672 | 56, | |||||
| 13673 | , | |||||
| 13674 | 57, | |||||
| 13675 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13676 | 58, | |||||
| 13677 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13678 | Package: V A.TMP.Inte gration.VI MT.Virtual MeetingRoo m.MessageH andler, | |||||
| 13679 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi rtualMeeti ngRoom/Mes sageHandle r/VirtualM eetingRoom CreateHand ler.cs, li ne 55 (Sys tem Inform ation Leak : Internal ),Low, | |||||
| 13680 | Issue Deta ils, | |||||
| 13681 | Kingdom:, | |||||
| 13682 | Encapsula tion, | |||||
| 13683 | Scan Engin e:, | |||||
| 13684 | SCA (Data Flow), | |||||
| 13685 | ||||||
| 13686 | ||||||
| 13687 | ||||||
| 13688 | Source Det ails, | |||||
| 13689 | Source:, | |||||
| 13690 | Read exce ption, | |||||
| 13691 | From:, | |||||
| 13692 | VA.TMP.In tegration. VIMT.Virtu alMeetingR oom.Messag eHandler.V irtualMeet ingRoomC, | |||||
| 13693 | reateHandl er.LogAndC reateRespo nseMessage , | |||||
| 13694 | File:, | |||||
| 13695 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT, | |||||
| 13696 | .VirtualMe etingRoom/ MessageHan dler/Virtu alMeetingR oomCreateH andler.cs: 55, | |||||
| 13697 | 52, | |||||
| 13698 | /// <ret urns>Virtu alMeetingR oomCreateR esponseMes sage.</ret urns>, | |||||
| 13699 | 53, | |||||
| 13700 | private VirtualMee tingRoomCr eateRespon seMessage LogAndCrea teResponse Message(Ex ception ex ception), | |||||
| 13701 | 54, | |||||
| 13702 | {, | |||||
| 13703 | 55, | |||||
| 13704 | Logger.I nstance.Er ror("ERROR : VirtualM eetingRoom Create Ha ndler Exce ption", ex ception);, | |||||
| 13705 | 56, | |||||
| 13706 | , | |||||
| 13707 | 57, | |||||
| 13708 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13709 | 58, | |||||
| 13710 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13711 | Sink Detai ls, | |||||
| 13712 | Sink:, | |||||
| 13713 | log4net.I Log.Error( ), | |||||
| 13714 | Enclosing Method:, | |||||
| 13715 | LogAndCre ateRespons eMessage() , | |||||
| 13716 | File:, | |||||
| 13717 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V irtualMeet ingRoom/Me ssageHandl er/Virtual MeetingRoo mCreateHan dler.cs:55 , | |||||
| 13718 | Taint Flag s:, | |||||
| 13719 | EXCEPTION INFO, SYST EMINFO, | |||||
| 13720 | 52, | |||||
| 13721 | /// <ret urns>Virtu alMeetingR oomCreateR esponseMes sage.</ret urns>, | |||||
| 13722 | 53, | |||||
| 13723 | private VirtualMee tingRoomCr eateRespon seMessage LogAndCrea teResponse Message(Ex ception ex ception), | |||||
| 13724 | 54, | |||||
| 13725 | {, | |||||
| 13726 | 55, | |||||
| 13727 | Logger.I nstance.Er ror("ERROR : VirtualM eetingRoom Create Ha ndler Exce ption", ex ception);, | |||||
| 13728 | 56, | |||||
| 13729 | , | |||||
| 13730 | 57, | |||||
| 13731 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13732 | 58, | |||||
| 13733 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13734 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi rtualMeeti ngRoom/Mes sageHandle r/VirtualM eetingRoom DeleteHand ler.cs, li ne 55 (Sys tem Inform ation Leak : Internal ),Low, | |||||
| 13735 | Issue Deta ils, | |||||
| 13736 | Kingdom:, | |||||
| 13737 | Encapsula tion, | |||||
| 13738 | Scan Engin e:, | |||||
| 13739 | SCA (Data Flow), | |||||
| 13740 | ||||||
| 13741 | ||||||
| 13742 | ||||||
| 13743 | Source Det ails, | |||||
| 13744 | Source:, | |||||
| 13745 | Read exce ption, | |||||
| 13746 | From:, | |||||
| 13747 | VA.TMP.In tegration. VIMT.Virtu alMeetingR oom.Messag eHandler.V irtualMeet ingRoomD, | |||||
| 13748 | eleteHandl er.LogAndD eleteRespo nseMessage , | |||||
| 13749 | File:, | |||||
| 13750 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT, | |||||
| 13751 | .VirtualMe etingRoom/ MessageHan dler/Virtu alMeetingR oomDeleteH andler.cs: 55, | |||||
| 13752 | 52, | |||||
| 13753 | /// <ret urns>Virtu alMeetingR oomDeleteR esponseMes sage.</ret urns>, | |||||
| 13754 | 53, | |||||
| 13755 | private VirtualMee tingRoomDe leteRespon seMessage LogAndDele teResponse Message(Ex ception ex ception), | |||||
| 13756 | 54, | |||||
| 13757 | {, | |||||
| 13758 | 55, | |||||
| 13759 | Logger.I nstance.Er ror("ERROR : VirtualM eetingRoom Delete Ha ndler Exce ption", ex ception);, | |||||
| 13760 | 56, | |||||
| 13761 | , | |||||
| 13762 | 57, | |||||
| 13763 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13764 | 58, | |||||
| 13765 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13766 | Sink Detai ls, | |||||
| 13767 | Sink:, | |||||
| 13768 | log4net.I Log.Error( ), | |||||
| 13769 | Enclosing Method:, | |||||
| 13770 | LogAndDel eteRespons eMessage() , | |||||
| 13771 | File:, | |||||
| 13772 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V irtualMeet ingRoom/Me ssageHandl er/Virtual MeetingRoo mDeleteHan dler.cs:55 , | |||||
| 13773 | Taint Flag s:, | |||||
| 13774 | EXCEPTION INFO, SYST EMINFO, | |||||
| 13775 | 52, | |||||
| 13776 | /// <ret urns>Virtu alMeetingR oomDeleteR esponseMes sage.</ret urns>, | |||||
| 13777 | 53, | |||||
| 13778 | private VirtualMee tingRoomDe leteRespon seMessage LogAndDele teResponse Message(Ex ception ex ception), | |||||
| 13779 | 54, | |||||
| 13780 | {, | |||||
| 13781 | 55, | |||||
| 13782 | Logger.I nstance.Er ror("ERROR : VirtualM eetingRoom Delete Ha ndler Exce ption", ex ception);, | |||||
| 13783 | 56, | |||||
| 13784 | , | |||||
| 13785 | 57, | |||||
| 13786 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13787 | 58, | |||||
| 13788 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13789 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi rtualMeeti ngRoom/Mes sageHandle r/VmrOnDem andCreateH andler.cs, line 55 ( System Inf ormation L eak: Inter nal),Low, | |||||
| 13790 | Issue Deta ils, | |||||
| 13791 | Kingdom:, | |||||
| 13792 | Encapsula tion, | |||||
| 13793 | Scan Engin e:, | |||||
| 13794 | SCA (Data Flow), | |||||
| 13795 | ||||||
| 13796 | ||||||
| 13797 | ||||||
| 13798 | Source Det ails, | |||||
| 13799 | Source:, | |||||
| 13800 | Read exce ption, | |||||
| 13801 | From:, | |||||
| 13802 | VA.TMP.In tegration. VIMT.Virtu alMeetingR oom.Messag eHandler.V mrOnDemand CreateHa, | |||||
| 13803 | ndler.LogA ndCreateRe sponseMess age, | |||||
| 13804 | File:, | |||||
| 13805 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT, | |||||
| 13806 | .VirtualMe etingRoom/ MessageHan dler/VmrOn DemandCrea teHandler. cs:55, | |||||
| 13807 | 52, | |||||
| 13808 | /// <ret urns>VmrOn DemandCrea teResponse Message.</ returns>, | |||||
| 13809 | 53, | |||||
| 13810 | private VmrOnDeman dCreateRes ponseMessa ge LogAndC reateRespo nseMessage (Exception exception ), | |||||
| 13811 | 54, | |||||
| 13812 | {, | |||||
| 13813 | 55, | |||||
| 13814 | Logger.I nstance.Er ror("ERROR : VMR On D emand Crea te Handler Exception ", excepti on);, | |||||
| 13815 | 56, | |||||
| 13816 | , | |||||
| 13817 | 57, | |||||
| 13818 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13819 | 58, | |||||
| 13820 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13821 | Sink Detai ls, | |||||
| 13822 | Sink:, | |||||
| 13823 | log4net.I Log.Error( ), | |||||
| 13824 | Enclosing Method:, | |||||
| 13825 | LogAndCre ateRespons eMessage() , | |||||
| 13826 | File:, | |||||
| 13827 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V irtualMeet ingRoom/Me ssageHandl er/VmrOnDe mandCreate Handler.cs :55, | |||||
| 13828 | Taint Flag s:, | |||||
| 13829 | EXCEPTION INFO, SYST EMINFO, | |||||
| 13830 | 52, | |||||
| 13831 | /// <ret urns>VmrOn DemandCrea teResponse Message.</ returns>, | |||||
| 13832 | 53, | |||||
| 13833 | private VmrOnDeman dCreateRes ponseMessa ge LogAndC reateRespo nseMessage (Exception exception ), | |||||
| 13834 | 54, | |||||
| 13835 | {, | |||||
| 13836 | 55, | |||||
| 13837 | Logger.I nstance.Er ror("ERROR : VMR On D emand Crea te Handler Exception ", excepti on);, | |||||
| 13838 | 56, | |||||
| 13839 | , | |||||
| 13840 | 57, | |||||
| 13841 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13842 | 58, | |||||
| 13843 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13844 | Package: V A.TMP.Inte gration.VI MT.Vista.M essageHand ler, | |||||
| 13845 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi sta/Messag eHandler/G etConsults ForPatient Handler.cs , line 42 (System In formation Leak: Inte rnal),Low, | |||||
| 13846 | Issue Deta ils, | |||||
| 13847 | Kingdom:, | |||||
| 13848 | Encapsula tion, | |||||
| 13849 | Scan Engin e:, | |||||
| 13850 | SCA (Data Flow), | |||||
| 13851 | ||||||
| 13852 | ||||||
| 13853 | ||||||
| 13854 | Source Det ails, | |||||
| 13855 | Source:, | |||||
| 13856 | Read exce ption, | |||||
| 13857 | From:, | |||||
| 13858 | VA.TMP.In tegration. VIMT.Vista .MessageHa ndler.GetC onsultsFor PatientHan dler.Log, | |||||
| 13859 | AndCreateR esponseMes sage, | |||||
| 13860 | File:, | |||||
| 13861 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT, | |||||
| 13862 | .Vista/Mes sageHandle r/GetConsu ltsForPati entHandler .cs:42, | |||||
| 13863 | 39, | |||||
| 13864 | , | |||||
| 13865 | 40, | |||||
| 13866 | private GetConsult sForPatien tResponse LogAndCrea teResponse Message(Ex ception ex ception), | |||||
| 13867 | 41, | |||||
| 13868 | {, | |||||
| 13869 | 42, | |||||
| 13870 | Logger.I nstance.Er ror("ERROR : VideoVis it Create Handler Ex ception", exception) ;, | |||||
| 13871 | 43, | |||||
| 13872 | , | |||||
| 13873 | 44, | |||||
| 13874 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13875 | 45, | |||||
| 13876 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13877 | Sink Detai ls, | |||||
| 13878 | Sink:, | |||||
| 13879 | log4net.I Log.Error( ), | |||||
| 13880 | Enclosing Method:, | |||||
| 13881 | LogAndCre ateRespons eMessage() , | |||||
| 13882 | File:, | |||||
| 13883 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ista/Messa geHandler/ GetConsult sForPatien tHandler.c s:42, | |||||
| 13884 | Taint Flag s:, | |||||
| 13885 | EXCEPTION INFO, SYST EMINFO, | |||||
| 13886 | 39, | |||||
| 13887 | , | |||||
| 13888 | 40, | |||||
| 13889 | private GetConsult sForPatien tResponse LogAndCrea teResponse Message(Ex ception ex ception), | |||||
| 13890 | 41, | |||||
| 13891 | {, | |||||
| 13892 | 42, | |||||
| 13893 | Logger.I nstance.Er ror("ERROR : VideoVis it Create Handler Ex ception", exception) ;, | |||||
| 13894 | 43, | |||||
| 13895 | , | |||||
| 13896 | 44, | |||||
| 13897 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13898 | 45, | |||||
| 13899 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13900 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi sta/Messag eHandler/C ancelAppoi ntmentHand ler.cs, li ne 43 (Sys tem Inform ation Leak : Internal ),Low, | |||||
| 13901 | Issue Deta ils, | |||||
| 13902 | Kingdom:, | |||||
| 13903 | Encapsula tion, | |||||
| 13904 | Scan Engin e:, | |||||
| 13905 | SCA (Data Flow), | |||||
| 13906 | ||||||
| 13907 | ||||||
| 13908 | ||||||
| 13909 | Source Det ails, | |||||
| 13910 | Source:, | |||||
| 13911 | Read exce ption, | |||||
| 13912 | From:, | |||||
| 13913 | VA.TMP.In tegration. VIMT.Vista .MessageHa ndler.Canc elAppointm entHandler .LogAndC, | |||||
| 13914 | reateRespo nseMessage , | |||||
| 13915 | File:, | |||||
| 13916 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT, | |||||
| 13917 | .Vista/Mes sageHandle r/CancelAp pointmentH andler.cs: 43, | |||||
| 13918 | 40, | |||||
| 13919 | , | |||||
| 13920 | 41, | |||||
| 13921 | private CancelAppo intmentRes ponseMessa ge LogAndC reateRespo nseMessage (Exception exception ), | |||||
| 13922 | 42, | |||||
| 13923 | {, | |||||
| 13924 | 43, | |||||
| 13925 | Logger.I nstance.Er ror("ERROR : Cancel A ppointment Handler E xception", exception );, | |||||
| 13926 | 44, | |||||
| 13927 | , | |||||
| 13928 | 45, | |||||
| 13929 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13930 | 46, | |||||
| 13931 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13932 | Sink Detai ls, | |||||
| 13933 | Sink:, | |||||
| 13934 | log4net.I Log.Error( ), | |||||
| 13935 | Enclosing Method:, | |||||
| 13936 | LogAndCre ateRespons eMessage() , | |||||
| 13937 | File:, | |||||
| 13938 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ista/Messa geHandler/ CancelAppo intmentHan dler.cs:43 , | |||||
| 13939 | Taint Flag s:, | |||||
| 13940 | EXCEPTION INFO, SYST EMINFO, | |||||
| 13941 | 40, | |||||
| 13942 | , | |||||
| 13943 | 41, | |||||
| 13944 | private CancelAppo intmentRes ponseMessa ge LogAndC reateRespo nseMessage (Exception exception ), | |||||
| 13945 | 42, | |||||
| 13946 | {, | |||||
| 13947 | 43, | |||||
| 13948 | Logger.I nstance.Er ror("ERROR : Cancel A ppointment Handler E xception", exception );, | |||||
| 13949 | 44, | |||||
| 13950 | , | |||||
| 13951 | 45, | |||||
| 13952 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13953 | 46, | |||||
| 13954 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13955 | Users/adje ante/Deskt op/va-crmp rojects/TM P/Integrat ion/VA.TMP .Integrati on.VIMT.Vi sta/Messag eHandler/M akeAppoint mentHandle r.cs, line 40 (Syste m Informat ion Leak: Internal), Low, | |||||
| 13956 | Issue Deta ils, | |||||
| 13957 | Kingdom:, | |||||
| 13958 | Encapsula tion, | |||||
| 13959 | Scan Engin e:, | |||||
| 13960 | SCA (Data Flow), | |||||
| 13961 | ||||||
| 13962 | ||||||
| 13963 | ||||||
| 13964 | Source Det ails, | |||||
| 13965 | Source:, | |||||
| 13966 | Read exce ption, | |||||
| 13967 | From:, | |||||
| 13968 | VA.TMP.In tegration. VIMT.Vista .MessageHa ndler.Make Appointmen tHandler.L ogAndCre, | |||||
| 13969 | ateRespons eMessage, | |||||
| 13970 | File:, | |||||
| 13971 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT, | |||||
| 13972 | .Vista/Mes sageHandle r/MakeAppo intmentHan dler.cs:40 , | |||||
| 13973 | 37, | |||||
| 13974 | , | |||||
| 13975 | 38, | |||||
| 13976 | private MakeAppoin tmentRespo nseMessage LogAndCre ateRespons eMessage(E xception e xception), | |||||
| 13977 | 39, | |||||
| 13978 | {, | |||||
| 13979 | 40, | |||||
| 13980 | Logger.I nstance.Er ror("ERROR : VideoVis it Create Handler Ex ception", exception) ;, | |||||
| 13981 | 41, | |||||
| 13982 | , | |||||
| 13983 | 42, | |||||
| 13984 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 13985 | 43, | |||||
| 13986 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 13987 | Sink Detai ls, | |||||
| 13988 | Sink:, | |||||
| 13989 | log4net.I Log.Error( ), | |||||
| 13990 | Enclosing Method:, | |||||
| 13991 | LogAndCre ateRespons eMessage() , | |||||
| 13992 | File:, | |||||
| 13993 | Users/adj eante/Desk top/va-crm projects/T MP/Integra tion/VA.TM P.Integrat ion.VIMT.V ista/Messa geHandler/ MakeAppoin tmentHandl er.cs:40, | |||||
| 13994 | Taint Flag s:, | |||||
| 13995 | EXCEPTION INFO, SYST EMINFO, | |||||
| 13996 | 37, | |||||
| 13997 | , | |||||
| 13998 | 38, | |||||
| 13999 | private MakeAppoin tmentRespo nseMessage LogAndCre ateRespons eMessage(E xception e xception), | |||||
| 14000 | 39, | |||||
| 14001 | {, | |||||
| 14002 | 40, | |||||
| 14003 | Logger.I nstance.Er ror("ERROR : VideoVis it Create Handler Ex ception", exception) ;, | |||||
| 14004 | 41, | |||||
| 14005 | , | |||||
| 14006 | 42, | |||||
| 14007 | var exce ptionMessa ge = excep tion.Messa ge;, | |||||
| 14008 | 43, | |||||
| 14009 | exceptio nMessage + = Pipeline Utilities. BuildError Message(ex ception);, | |||||
| 14010 | ||||||
| 14011 | Descriptio n of Key T erminology , | |||||
| 14012 | Likelihood and Impac t, | |||||
| 14013 | Likelihood , | |||||
| 14014 | Likelihood is the pr obability that a vul nerability will be a ccurately identified and succe ssfully ex ploited. , | |||||
| 14015 | Impact, | |||||
| 14016 | Impact is the potent ial damage an attack er could d o to asset s by succe ssfully ex ploiting a vulnerabi lity. This damage ca n be in th e form of, but not l imited to, financial loss, com pliance vi olation, l oss of bra nd reputat ion, and n egative pu blicity., | |||||
| 14017 | Fortify Pr iority Ord er, | |||||
| 14018 | Critical, | |||||
| 14019 | Critical-p riority is sues have high impac t and high likelihoo d. Critica l-priority issues ar e easy to detect and exploit a nd result in large a sset damag e. These i ssues repr esent the highest se curity ris k to the a pplication . As such, they shou ld be reme diated imm ediately. , | |||||
| 14020 | SQL Inject ion is an example of a critica l issue. , | |||||
| 14021 | High, | |||||
| 14022 | High-prior ity issues have high impact an d low like lihood. Hi gh-priorit y issues a re often d ifficult t o detect a nd exploit , but can result in large asse t damage. These issu es represe nt a high security r isk to the applicati on. High-p riority is sues shoul d be remed iated in t he next sc heduled pa tch releas e. , | |||||
| 14023 | :PORT Hard coded :POR T an examp le of a hi gh issue. , | |||||
| 14024 | Medium, | |||||
| 14025 | Medium-pri ority issu es have lo w impact a nd high li kelihood. Medium-pri ority issu es are eas y to detec t and expl oit, but t ypically r esult in s mall asset damage. T hese issue s represen t a modera te securit y risk to the applic ation. Med ium-priori ty issues should be remediated in the ne xt schedul ed product update. , | |||||
| 14026 | Path Manip ulation is an exampl e of a med ium issue. , | |||||
| 14027 | Low, | |||||
| 14028 | Low-priori ty issues have low i mpact and low likeli hood. Low- priority i ssues can be difficu lt to dete ct and exp loit and t ypically r esult in s mall asset damage. T hese issue s represen t a minor security r isk to the applicati on. Low-pr iority iss ues should be remedi ated as ti me allows. , | |||||
| 14029 | Dead Code is an exam ple of a l ow issue., | |||||
| 14030 | About HPE Security, | |||||
| 14031 | HPE Securi ty is a le ading prov ider of se curity and complianc e solution s for the modern ent erprise th at wants t o mitigate risk in t heir hybri d environm ent and de fend again st advance d threats. Based on market-lea ding produ cts from H PE Securit y ArcSight and HPE S ecurity Fo rtify, the HPE Secur ity Intell igence Pla tform uniq uely deliv ers the ap plication protection and advan ced correl ation to p rotect tod ay's hybri d IT infra structure from sophi sticated c yber threa ts., | |||||
| 14032 | ||||||
| 14033 | &"Arial"&8 &K87898bJu l 27, 2017 , 8:28 PM& "Arial"&7& K87898b© C opyright 2 016 Hewlet t Packard Enterprise Developme nt LP &"Arial"&7 &K87898b&P |
Araxis Merge (but not the data content of this report) is Copyright © 1993-2016 Araxis Ltd (www.araxis.com). All rights reserved.