Advertisement
simkin

response

Aug 15th, 2019
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JSON 0.84 KB | None | 0 0
  1. {
  2. key: "AWtQSGyxvmpNDcmJ7zjn",
  3. rule: "javascript:S2583",
  4. severity: "MAJOR",
  5. component: "xxx:xxx.js",
  6. project: "xxxx",
  7. line: 506,
  8. hash: "e75af8a8859c95eee86d88d1a14df0cb",
  9. textRange: {
  10. startLine: 506,
  11. endLine: 506,
  12. startOffset: 20,
  13. endOffset: 28
  14. },
  15. flows: [
  16. {
  17. locations: [
  18. {
  19. component: "xxx:xxx.js",
  20. textRange: {
  21. startLine: 506,
  22. endLine: 506,
  23. startOffset: 32,
  24. endOffset: 34
  25. },
  26. msg: "Never reached"
  27. }
  28. ]
  29. }
  30. ],
  31. status: "OPEN",
  32. message: "Change this condition so that it does not always evaluate to "true"; some subsequent code is never executed.",
  33. effort: "15min",
  34. debt: "15min",
  35. author: "user@domain.us",
  36. tags: [
  37. "cert",
  38. "cwe",
  39. "misra",
  40. "pitfall",
  41. "unused"
  42. ],
  43. creationDate: "2019-02-11T13:50:39+0100",
  44. updateDate: "2019-08-08T14:07:26+0200",
  45. type: "BUG",
  46. organization: "default-organization",
  47. fromHotspot: false
  48. },
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement