1. 8176bd3 constraints: new package by Ian Lance Taylor · 2 years, 3 months ago
  2. c853b6d vulncheck: add witness search logic for import chains by Zvonimir Pavlinovic · 2 years, 4 months ago
  3. 073fb13 vulncheck: add more checks for nil package of a function by Zvonimir Pavlinovic · 2 years, 3 months ago
  4. 7a6bfc4 vulncheck: add FuncNode.String by Jonathan Amsterdam · 2 years, 3 months ago
  5. dfff36e vulncheck: check for nil package by Jonathan Amsterdam · 2 years, 3 months ago
  6. 6666425 vulncheck: add witness data structures by Zvonimir Pavlinovic · 2 years, 3 months ago
  7. 7b334a1 slices: initial implementation of sorting functions by Eli Bendersky · 2 years, 4 months ago
  8. 2c358f7 vulncheck: add derrors.Wrap to exported functions by Jonathan Amsterdam · 2 years, 3 months ago
  9. 9d54fb3 event: upgrade to latest Open Telemetry modules by Jonathan Amsterdam · 2 years, 4 months ago
  10. 3352c48 event: upgrade to latest logr version by Jonathan Amsterdam · 2 years, 4 months ago
  11. 025e73f all: fix misspellings by Julie Qiu · 2 years, 4 months ago
  12. 0ae201e go.mod,go.sum: remove unused golang.org/x/vulndb by Julie Qiu · 2 years, 4 months ago
  13. e290361 slices: improve the performance of Equal by ichxxx · 2 years, 5 months ago
  14. 5559a16 mmap: use unsafe.Slice rather than maxBytes array by ye.sijun · 2 years, 5 months ago
  15. b2b8482 cmd/txtar: extract only in current dir by default by Johan Jansson · 2 years, 5 months ago
  16. bafe2e2 vulncheck: make API use IDs for entries and proper names for nodes by Zvonimir Pavlinovic · 2 years, 5 months ago
  17. c0d16f1 vulncheck: fix support for packages whose every symbol is vulnerable by Zvonimir Pavlinovic · 2 years, 5 months ago
  18. 79cd877 vulncheck: include proper filtering of vulnerabilities by Zvonimir Pavlinovic · 2 years, 5 months ago
  19. e05463a vulncheck,vulndb/internal/audit: fix skipping load of local packages by Zvonimir Pavlinovic · 2 years, 5 months ago
  20. 596ef3b govulncheck: use proper go env variables everywhere by Zvonimir Pavlinovic · 2 years, 5 months ago
  21. e15458d vulncheck: use new version of vulnerability database module by Zvonimir Pavlinovic · 2 years, 5 months ago
  22. 6e94b45 vulncheck: replace packages.Package with vulncheck.Package by Zvonimir Pavlinovic · 2 years, 5 months ago
  23. 4f2595a vulncheck: introduce vulncheck.Package by Zvonimir Pavlinovic · 2 years, 5 months ago
  24. cf323a8 vulncheck: update all.bash by Julie Qiu · 2 years, 5 months ago
  25. 8a230f1 vulndb/govulncheck: use GOOS/GOARCH env vars for target analysis by Hana · 2 years, 5 months ago
  26. 48cbe7f vulndb/internal/audit: add missing copyright header by Hana · 2 years, 6 months ago
  27. ba1b3c3 vulncheck: add support for callgraph source vuln detection by Zvonimir Pavlinovic · 2 years, 6 months ago
  28. d9423ad maps: turn map constraint of Copy function into an approximation element by fzipp · 2 years, 6 months ago
  29. c35f6fd maps: new package by Ian Lance Taylor · 2 years, 6 months ago
  30. 2234ab4 exp/vulncheck: add vulnerability detection for binaries by Zvonimir Pavlinovic · 2 years, 6 months ago
  31. 0590e08 vulndb: replace golang.org/x/vulndb with golang.org/x/vuln by Hana · 2 years, 6 months ago
  32. eb295bb slices: preserve nil/non-nil in Clone by Ian Lance Taylor · 2 years, 6 months ago
  33. 03df57b slices: new package by Ian Lance Taylor · 2 years, 6 months ago
  34. b0ebfc9 vulncheck: add IDs to ModNode and PkgNode by Zvonimir Pavlinovic · 2 years, 6 months ago
  35. 6936a97 vulncheck: add forward slicing logic by Zvonimir Pavlinovic · 2 years, 6 months ago
  36. cb5df43 exp/vulncheck: populate module graph in Source by Zvonimir Pavlinovic · 2 years, 6 months ago
  37. 9df80dc event: improve package documentation by Ian Cottrell · 2 years, 10 months ago
  38. 6b30bfa vulncheck: add support for Source imports only mode by Zvonimir Pavlinovic · 2 years, 6 months ago
  39. 14c7236 vulndb/govulncheck: avoid printing redundant newlines by Zvonimir Pavlinovic · 2 years, 6 months ago
  40. 83d5112 vulndb/govulncheck/binscan: more exhaustive PCLN search for ELF by Roland Shoemaker · 2 years, 9 months ago
  41. 3b956f2 exp/vulncheck: load vulnerabilities from client to internal structures by Zvonimir Pavlinovic · 2 years, 6 months ago
  42. 9b944d2 vulncheck/internal/derrors: add an internal errors package by Julie Qiu · 2 years, 6 months ago
  43. af3a20a vulncheck/all.bash: add script by Julie Qiu · 2 years, 6 months ago
  44. c441597 shiny/driver/gldriver: explicitly include needed X11 headers by Bryan C. Mills · 2 years, 6 months ago
  45. 3396431 cmd/gorelease: explicitly set user.name and user.email in test Git repos by Bryan C. Mills · 2 years, 6 months ago
  46. 98a2daa all: upgrade x/tools and x/mod to HEAD by Bryan C. Mills · 2 years, 6 months ago
  47. 64b4c8e vulncheck: introduce vulncheck module and core structures by Zvonimir Pavlinovic · 2 years, 6 months ago
  48. 8418b01 gorelease: remove dependence on xerrors by Jonathan Amsterdam · 2 years, 6 months ago
  49. ffe10e5 vulndb: remove redundant type in declaration and deprecated packages API by Hana · 2 years, 7 months ago
  50. 1d87cf4 vulndb/internal/audit: skip loading vulns for local modules by Zvonimir Pavlinovic · 2 years, 8 months ago
  51. 95152d3 vulndb: update to most recent version of golang.org/x/vulndb by Zvonimir Pavlinovic · 2 years, 7 months ago
  52. c3361cc vulndb/internal/audit: filter affected fields in vulnerabilities by Zvonimir Pavlinovic · 2 years, 7 months ago
  53. 5cb4fee vulndb/internal/audit: improve function names in call stacks by Zvonimir Pavlinovic · 2 years, 8 months ago
  54. aeb18aa vulndb/govulncheck: incorporate recent vuln db changes by Zvonimir Pavlinovic · 2 years, 8 months ago
  55. 3d0173e vulndb/internal/audit: use new VTA version by Zvonimir Pavlinovic · 2 years, 8 months ago
  56. 5314ded vulndb/internal/audit: improve support for init functions by Zvonimir Pavlinovic · 2 years, 8 months ago
  57. 650492a all: update to new OSV schema by Roland Shoemaker · 2 years, 8 months ago
  58. a2d0902 vulndb/govulncheck: remove temporarily integration tests by Zvonimir Pavlinovic · 2 years, 9 months ago
  59. fe14bc6 vulndb/govulncheck: add forgotten cache documentation by Zvonimir Pavlinovic · 2 years, 8 months ago
  60. 41231fe shiny/iconvg: add UpgradeToFileFormatVersion1 by Nigel Tao · 2 years, 10 months ago
  61. 0d8d4a7 vulndb/internal/audit: filter out vulns for modules with "" version by Zvonimir Pavlinovic · 2 years, 8 months ago
  62. bd4e8a3 vulndb/govulncheck: move cache from osv client to govulncheck by Zvonimir Pavlinovic · 2 years, 8 months ago
  63. a062eea vulndb/govulncheck: add support for build tags and -tests flag by Zvonimir Pavlinovic · 2 years, 8 months ago
  64. b4e88ed cmd/gorelease: use CreateFromVCS instead of CreateFromDir by Jean de Klerk · 2 years, 9 months ago
  65. b422fde vulndb/govulncheck: add file-system caching by Zvonimir Pavlinovic · 2 years, 8 months ago
  66. a912b25 vulndb/internal/audit: push back potential FPs in ordering of findings by Zvonimir Pavlinovic · 2 years, 9 months ago
  67. b6ec30a vulndb/govulncheck: update go.mod file to healthy versions by Zvonimir Pavlinovic · 2 years, 8 months ago
  68. 46c7732 exp/vulndb/govulncheck: show only one finding per vuln by default by Zvonimir Pavlinovic · 2 years, 9 months ago
  69. b36147a exp/internal/audit: save audit results in a dedicated data structure by Zvonimir Pavlinovic · 2 years, 9 months ago
  70. 503510c vulndb/internal/audit: allow "" as a valid module version to check by Zvonimir Pavlinovic · 2 years, 9 months ago
  71. cf631fc vulndb/govulncheck: make extractModules output unique by Zvonimir Pavlinovic · 2 years, 9 months ago
  72. 0bb8072 exp/vulndb/internal/audit: fix range var escape bug by Zvonimir Pavlinovic · 2 years, 9 months ago
  73. 8c280c8 vulndb: move from package structured vulnerabilities to module by Roland Shoemaker · 2 years, 9 months ago
  74. 737cce5 vulndb/govulncheck: surface unreachable vulns by Roland Shoemaker · 2 years, 10 months ago
  75. 6781d3e vulndb/govulncheck: check for dependencies in k8s integration test by Zvonimir Pavlinovic · 2 years, 10 months ago
  76. d37aa40 vulndb/govulncheck: use log instead of fmt for verbose mode by Roland Shoemaker · 2 years, 10 months ago
  77. 1041f73 event: merge the print and common tests to be a better test suite by Ian Cottrell · 2 years, 10 months ago
  78. 2474b16 event: clean up the common tests by Ian Cottrell · 2 years, 10 months ago
  79. 88fb994 event: add support for custom event kinds by Ian Cottrell · 2 years, 10 months ago
  80. 8235cf4 event: add support for custom trace events by Ian Cottrell · 2 years, 10 months ago
  81. 572923f event: give every event an ID by Ian Cottrell · 2 years, 10 months ago
  82. ab7525a event: minor additions used when updating gopls by Ian Cottrell · 2 years, 10 months ago
  83. ecdcf02 vulndb: bump x/vulndb module version by Roland Shoemaker · 2 years, 10 months ago
  84. 7963269 vulndb: add govulncheck command by Zvonimir Pavlinovic · 2 years, 11 months ago
  85. 8d2525e cmd/gorelease: remove empty summaries for comparisons by Jay Conrod · 2 years, 10 months ago
  86. 16493b2 cmd/gorelease: change report output format by Jay Conrod · 2 years, 10 months ago
  87. 6b58118 cmd/gorelease: refactor Text methods into String methods by Jay Conrod · 2 years, 10 months ago
  88. fa9d1d1 cmd/gorelease: support for non-starting first version by Jean de Klerk · 3 years ago
  89. 7a70d7c cmd/gorelease: report a diagnostic error for retracted dependencies by Jean de Klerk · 3 years, 1 month ago
  90. 725118b event: change counter type to int64 by Jonathan Amsterdam · 2 years, 11 months ago
  91. 28a552a event: use Source instead of just namespace in event by Ian Cottrell · 2 years, 11 months ago
  92. 685244a event: make logfmt output much faster by Ian Cottrell · 2 years, 11 months ago
  93. 93478b6 event: add Event.Clone by Jonathan Amsterdam · 2 years, 11 months ago
  94. ca6c8a1 event: simplify event by Ian Cottrell · 2 years, 11 months ago
  95. d231cf8 event: simplify Label by Ian Cottrell · 2 years, 11 months ago
  96. e1f8bae event: Remove the builder concept by Ian Cottrell · 2 years, 11 months ago
  97. 3454db0 event: a new mechanism for caller detection by Ian Cottrell · 2 years, 11 months ago
  98. e0b990b cmd/gorelease: allow -base to be a different major version by Jay Conrod · 3 years ago
  99. 0e974a2 event: Builder.With takes vararg labels by Jonathan Amsterdam · 2 years, 11 months ago
  100. ffcf9a0 event: logfmt improvements by Ian Cottrell · 2 years, 11 months ago