[go: up one dir, main page]

  1. a7188c6 internal/openvex: add vex types by Maceo Thompson · 1 year, 7 months ago v1.1.0
  2. 4b737a9 internal/sarif: compute relative paths for findings by Zvonimir Pavlinovic · 1 year, 9 months ago
  3. 7bf0c05 internal/sarif: remove unused field by Zvonimir Pavlinovic · 1 year, 6 months ago
  4. 7b0e650 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 6 months ago
  5. f1b1098 internal/sarif,internal/scan,internal/traces: clean up tests by Zvonimir Pavlinovic · 1 year, 6 months ago
  6. 33791bc internal/sarif: add region part of the physical location by Zvonimir Pavlinovic · 1 year, 10 months ago
  7. d00c170 internal/sarif: add code flows by Zvonimir Pavlinovic · 1 year, 10 months ago
  8. 9fbf042 cmd/govulncheck: clean up test by Zvonimir Pavlinovic · 1 year, 7 months ago
  9. efaa3ce cmd/govulncheck: make test case config data by Zvonimir Pavlinovic · 1 year, 7 months ago
  10. 7838670 cmd/govulncheck: add comment capability to fixups by Zvonimir Pavlinovic · 1 year, 7 months ago
  11. 90e2e5b cmd/govulncheck: remove unnecessary fixups by Zvonimir Pavlinovic · 1 year, 7 months ago
  12. df69562 cmd/govulncheck: make fixup part of a test case by Zvonimir Pavlinovic · 1 year, 7 months ago
  13. 84e1906 cmd/govulncheck: extract stdlib into special test case by Zvonimir Pavlinovic · 1 year, 7 months ago
  14. 5f59955 cmd/govulncheck: restore parallelism for tests by Zvonimir Pavlinovic · 1 year, 7 months ago
  15. 086dd73 cmd/govulncheck: add nogomod test case by Zvonimir Pavlinovic · 1 year, 7 months ago
  16. 483612e cmd/govulncheck: restructure testdata tests by Zvonimir Pavlinovic · 1 year, 7 months ago
  17. 6f169c6 cmd/govulncheck: add sarif test for binaries by Zvonimir Pavlinovic · 1 year, 10 months ago
  18. 3c9f048 internal/sarif: add stacks by Zvonimir Pavlinovic · 1 year, 10 months ago
  19. cb159d5 internal/sarif: add result message by Zvonimir Pavlinovic · 1 year, 10 months ago
  20. a06239c internal/vulncheck: get correctly package for instantiated functions by Zvonimir Pavlinovic · 1 year, 7 months ago
  21. 8f863e2 internal/sarif: add result stubs to run object by Zvonimir Pavlinovic · 1 year, 10 months ago
  22. c26f8bc internal/govulncheck: add scan mode to config by Zvonimir Pavlinovic · 1 year, 8 months ago
  23. d26ab06 internal/vulncheck: delete only synthetic nodes not related to generics by Zvonimir Pavlinovic · 1 year, 7 months ago
  24. d04103f internal/scan: add more info to validation errors by Zvonimir Pavlinovic · 1 year, 7 months ago
  25. 563994f internal/sarif: add rules by Zvonimir Pavlinovic · 1 year, 10 months ago
  26. 7644235 internal/scan: fix name of the error variable by Zvonimir Pavlinovic · 1 year, 7 months ago
  27. b51a8ac internal/sarif: add handler by Zvonimir Pavlinovic · 1 year, 10 months ago
  28. 334df71 internal/scan: add sarif flag by Zvonimir Pavlinovic · 1 year, 10 months ago
  29. 0c4448e internal/scan: add types for format, show, mode, and scan flags by Zvonimir Pavlinovic · 1 year, 8 months ago
  30. cc62404 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 7 months ago
  31. 450a31a internal/vulncheck: use proper stdlib check when loading packages by Zvonimir Pavlinovic · 1 year, 8 months ago
  32. 77c3f53 internal/vulncheck,internal/scan: sort messages where needed by Zvonimir Pavlinovic · 1 year, 8 months ago
  33. 685e27b internal/scan: introduce format flag by Zvonimir Pavlinovic · 1 year, 8 months ago
  34. bb77557 internal/vulncheck: manipulate packages from PackageGraph by Zvonimir Pavlinovic · 1 year, 8 months ago
  35. 27078ae internal/vulncheck: do not have stdlibModule as global by Zvonimir Pavlinovic · 1 year, 8 months ago
  36. 2dec233 cmd/govulncheck: make sure filepath are cross-platform by Zvonimir Pavlinovic · 1 year, 8 months ago
  37. 08ad966 internal/govulncheck: fix up some comments by Zvonimir Pavlinovic · 1 year, 8 months ago
  38. 06a69c4 internal/vulncheck: add relative paths for vendored paths by Zvonimir Pavlinovic · 1 year, 9 months ago
  39. 26c8e26 internal/vulncheck: emit relative paths for call findings by Zvonimir Pavlinovic · 1 year, 9 months ago
  40. dcac2d7 internal/vulncheck, internal/scan: improve stdlib reporting by Zvonimir Pavlinovic · 1 year, 8 months ago
  41. 1009a55 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 8 months ago
  42. e17f629 all: remove bash checks by Zvonimir Pavlinovic · 1 year, 8 months ago
  43. 60e1cce all: do go mod tidy test inside unit tests by Zvonimir Pavlinovic · 1 year, 8 months ago
  44. 5507063 cmd/govulncheck: mask line numbers and columns by Zvonimir Pavlinovic · 1 year, 8 months ago v1.0.4
  45. c154f6a internal/scan: remove redundant new lines by Zvonimir Pavlinovic · 1 year, 8 months ago
  46. 0b50c25 internal/vulncheck: add position for sinks in findings' trace by Zvonimir Pavlinovic · 1 year, 9 months ago
  47. f50d9a6 internal/scan: put -show <option> into single quotes by Zvonimir Pavlinovic · 1 year, 8 months ago
  48. c02416c internal/buildinfo: do module-level analysis with no PCLN table by Zvonimir Pavlinovic · 1 year, 8 months ago
  49. 3b6ac80 internal/scan: add a newline after summary by Zvonimir Pavlinovic · 1 year, 8 months ago
  50. fadf1fa internal/test: add more info on GoBuild failures by Zvonimir Pavlinovic · 1 year, 8 months ago
  51. c28edb3 internal/scan: remove extra dot in a comment by Zvonimir Pavlinovic · 1 year, 8 months ago
  52. 1c2c5f6 cmd/govulncheck: fix vendor test by Maceo Thompson · 1 year, 8 months ago
  53. 95961a4 internal/vulncheck: refactor a loop with an append by Zvonimir Pavlinovic · 1 year, 8 months ago
  54. 7c69309 cmd/govulncheck: fix stripped bin test by Maceo Thompson · 1 year, 8 months ago
  55. 3e072da cmd/govulncheck: update vendor tests by Maceo Thompson · 1 year, 9 months ago
  56. 3fe4ad4 cmd/govulncheck: add more tests and reorganize them by Zvonimir Pavlinovic · 1 year, 9 months ago
  57. e215a3d internal/vulncheck: add package and module mode for binaries by Zvonimir Pavlinovic · 1 year, 9 months ago
  58. a62a153 internal/scan: replace Source with Symbol in text output by Zvonimir Pavlinovic · 1 year, 9 months ago
  59. 792b8f6 internal/scan: fix error statuses for scan={package|module} by Zvonimir Pavlinovic · 1 year, 9 months ago
  60. d5a21a7 internal/scan: add -show verbose flag by Maceo Thompson · 1 year, 10 months ago
  61. 41c590b internal/scan: overhaul text output by Maceo Thompson · 1 year, 10 months ago
  62. 4a6fd77 internal/scan: simplify redundant error checking by Zvonimir Pavlinovic · 1 year, 9 months ago
  63. 37a5d4f internal/scan: add scan level to testdata by Maceo Thompson · 1 year, 9 months ago
  64. b8b5a5b cmd/govulncheck/integration: update expectations for stackrox by Zvonimir Pavlinovic · 1 year, 9 months ago
  65. ad01a21 internal/vulncheck: support osv entries with no pkg info by Zvonimir Pavlinovic · 1 year, 9 months ago
  66. 0be6bb8 internal/vulncheck: remove redundant symbol check by Zvonimir Pavlinovic · 1 year, 9 months ago
  67. 76bde25 internal/vulncheck: simplify vulnerability detection by Zvonimir Pavlinovic · 1 year, 9 months ago
  68. 8fb35e0 internal/scan: add binary extract mode by Zvonimir Pavlinovic · 1 year, 11 months ago v1.0.3
  69. 3072335 internal/scan, vulncheck: use packages.load for mod info by Maceo Thompson · 1 year, 9 months ago
  70. 0047a16 internal/govulncheck: briefly explain streaming JSON by Zvonimir Pavlinovic · 1 year, 9 months ago
  71. 4b54a8b internal/vulncheck: remove -mod=mod flag from LoadModules by Maceo Thompson · 1 year, 9 months ago
  72. e313109 cmd/govulncheck: update test data by Dmitri Shuralyov · 1 year, 9 months ago v1.0.2
  73. d8d123b go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 9 months ago
  74. 7335627 internal/osv: fix type name in comment by cui fliter · 1 year, 10 months ago
  75. 701bd5f internal/scan: remove informational header for package and module mode by Zvonimir Pavlinovic · 1 year, 10 months ago
  76. ae31108 internal/scan: remove redundant newline for package and module mode by Zvonimir Pavlinovic · 1 year, 10 months ago
  77. 9be1a0d cmd/govulncheck/integration/stackrox: update vuln expectation by Zvonimir Pavlinovic · 1 year, 10 months ago
  78. 58c180b all: update tools to pick up bug fixes by Zvonimir Pavlinovic · 1 year, 10 months ago
  79. 53a5385 internal/vulncheck: compute proper db names for generic functions by Zvonimir Pavlinovic · 1 year, 10 months ago
  80. 864243b internal/vulncheck: improve error message for fetching vulns by Zvonimir Pavlinovic · 1 year, 10 months ago
  81. bcd8b92 testdata: Add more package/mod level tests by Maceo Thompson · 1 year, 11 months ago
  82. 65a3641 internal/scan: change text based on scan level by Maceo Thompson · 1 year, 11 months ago
  83. 7827b5d internal/scan: update show help message by Maceo Thompson · 1 year, 10 months ago
  84. c27f855 internal/sarif: add sarif types by Zvonimir Pavlinovic · 1 year, 11 months ago
  85. 244182b internal/scan: enable module scan mode by Zvonimir Pavlinovic · 1 year, 11 months ago
  86. 5d9f62b internal/scan: add scan_level to text tests by Maceo Thompson · 1 year, 11 months ago
  87. a5e767d internal/scan: add scan level to textHandler by Maceo Thompson · 1 year, 11 months ago
  88. 75c1acc cmd/govulncheck: rearrange test files by Maceo Thompson · 1 year, 11 months ago
  89. d953cce all: add logging to TestGovulncheck by Zvonimir Pavlinovic · 1 year, 11 months ago
  90. 25985ce internal/scan: disallow package input in mod level by Maceo Thompson · 1 year, 11 months ago
  91. 008d020 go.mod: update golang.org/x dependencies by Gopher Robot · 1 year, 11 months ago
  92. d51afa6 cmd/govulncheck: fix mod level behavior by Maceo Thompson · 1 year, 11 months ago
  93. 286bb05 all: update to x/tools@v.15.0 by Tim King · 1 year, 11 months ago
  94. 4ce2d83 internal/vulncheck: define Binary over Bin by Zvonimir Pavlinovic · 2 years ago
  95. 8fa5789 internal/vulncheck: add binary abstraction data structure by Zvonimir Pavlinovic · 2 years ago
  96. fcf7dff cmd/govulncheck: organize tests into subdirs by Maceo Thompson · 1 year, 11 months ago
  97. 26305ce internal/scan: Improve "Informational" text output by Maceo Thompson · 2 years ago
  98. c8f88df internal/scan: properly "genericify" choose by Maceo Thompson · 2 years ago
  99. 94af419 internal/vulncheck: emit package findings all at once by Zvonimir Pavlinovic · 2 years ago
  100. d9895b7 internal/vulncheck: update logic for package level analysis by Zvonimir Pavlinovic · 2 years ago