1. 2567899 go.mod,go.sum: remove unused golang.org/x/vulndb by Julie Qiu · 2 years, 4 months ago
  2. f2129e5 vulncheck: make API use IDs for entries and proper names for nodes by Zvonimir Pavlinovic · 2 years, 5 months ago
  3. 08a38ed vulncheck: fix support for packages whose every symbol is vulnerable by Zvonimir Pavlinovic · 2 years, 5 months ago
  4. a184214 vulncheck: include proper filtering of vulnerabilities by Zvonimir Pavlinovic · 2 years, 5 months ago
  5. 7b6db99 vulncheck: fix skipping load of local packages by Zvonimir Pavlinovic · 2 years, 5 months ago
  6. c19b7b1 vulncheck: use new version of vulnerability database module by Zvonimir Pavlinovic · 2 years, 5 months ago
  7. e18dd80 vulncheck: replace packages.Package with vulncheck.Package by Zvonimir Pavlinovic · 2 years, 5 months ago
  8. e9faa62 vulncheck: introduce vulncheck.Package by Zvonimir Pavlinovic · 2 years, 5 months ago
  9. adae550 vulncheck: add support for callgraph source vuln detection by Zvonimir Pavlinovic · 2 years, 6 months ago
  10. ddd03bf vulncheck: add vulnerability detection for binaries by Zvonimir Pavlinovic · 2 years, 6 months ago
  11. 896a2f8 vulncheck: add IDs to ModNode and PkgNode by Zvonimir Pavlinovic · 2 years, 6 months ago
  12. 5380ba1 vulncheck: add forward slicing logic by Zvonimir Pavlinovic · 2 years, 6 months ago
  13. 9c70dc4 vulncheck: populate module graph in Source by Zvonimir Pavlinovic · 2 years, 6 months ago
  14. 4d9607b vulncheck: add support for Source imports only mode by Zvonimir Pavlinovic · 2 years, 6 months ago
  15. 3ce862a vulncheck: load vulnerabilities from client to internal structures by Zvonimir Pavlinovic · 2 years, 6 months ago
  16. d24dbd9 vulncheck: introduce vulncheck module and core structures by Zvonimir Pavlinovic · 2 years, 7 months ago
  17. dec787c client: add LastModifiedTime by Jonathan Amsterdam · 2 years, 2 months ago
  18. 9d39a96 terraform: moved to x/vulndb by Julie Qiu · 2 years, 5 months ago
  19. 30823e0 srv: moved to x/vulndb by Julie Qiu · 2 years, 5 months ago
  20. 1dce2b8 cmd/dbdiff,cmd/gendb: delete by Julie Qiu · 2 years, 5 months ago
  21. cbd8c6f cmd/report2cve,cmd/vulnreport: merge by Julie Qiu · 2 years, 5 months ago
  22. 992f7ad cmd/report2cve,internal/report: refactor by Julie Qiu · 2 years, 5 months ago
  23. 032a49c internal/derrors: remove unused functions by Julie Qiu · 2 years, 5 months ago
  24. e310cce vlint: move to srv/vlint by Julie Qiu · 2 years, 5 months ago
  25. 4e75679 cmd/db,internal/database: merge gendb and dbdiff by Julie Qiu · 2 years, 5 months ago
  26. a0c18a1 cmd/diff,internal/database: refactor by Julie Qiu · 2 years, 5 months ago
  27. 6cc95ed srv/cmd/gendb,srv/internal/database: refactor by Julie Qiu · 2 years, 5 months ago
  28. 61629b8 client: move osv.DBIndex to package client by Julie Qiu · 2 years, 5 months ago
  29. de07c89 srv: use replace directive for golang.org/x/vuln by Julie Qiu · 2 years, 5 months ago
  30. 6a3097c srv: create nested module in x/vuln by Julie Qiu · 2 years, 5 months ago
  31. d290744 internal/database: moved logic from osv by Julie Qiu · 2 years, 5 months ago
  32. 5e054cb internal/worker: improve issue template by Jonathan Amsterdam · 2 years, 5 months ago
  33. 26bfdfa cmd/worker: create-issues: check for flags by Jonathan Amsterdam · 2 years, 5 months ago
  34. 9dea3c2 devtools/curl_worker.sh: POST for issues by Jonathan Amsterdam · 2 years, 5 months ago
  35. 70c50a1 internal/worker: server improvements by Jonathan Amsterdam · 2 years, 5 months ago
  36. 1de59ab terraform: add scheduler job by Jonathan Amsterdam · 2 years, 5 months ago
  37. 9419283 cmd/worker: list-updates: add ID, use local time by Jonathan Amsterdam · 2 years, 5 months ago
  38. 2732a5c terraform: increase timeout by Jonathan Amsterdam · 2 years, 5 months ago
  39. 4ce6bdd vuln: reports can have multiple CVEs by Jonathan Amsterdam · 2 years, 5 months ago
  40. 0be10a3 devtools: do POST for update by Jonathan Amsterdam · 2 years, 5 months ago
  41. 992a218 internal: improve logging by Jonathan Amsterdam · 2 years, 5 months ago
  42. 3dc73bd terraform: increase worker memory by Jonathan Amsterdam · 2 years, 5 months ago
  43. b6be99e cmd/worker: add show command by Jonathan Amsterdam · 2 years, 5 months ago
  44. 059ca2d devtools: add script to curl worker by Jonathan Amsterdam · 2 years, 5 months ago
  45. e1b1b05 cmd/worker,devtools: fix Dockerfile and deploy_worker.sh by Jonathan Amsterdam · 2 years, 5 months ago
  46. 88c567e internal/worker: add more false positives by Jonathan Amsterdam · 2 years, 5 months ago
  47. 8abd10b internal/worker: check Go snyk.io URLs in cve triage by Julie Qiu · 2 years, 5 months ago
  48. 5b9c6f1 internal/worker: identify modules by known package hosts by Julie Qiu · 2 years, 5 months ago
  49. 9bef515 internal/worker: fix stdlib CVE triage logic by Julie Qiu · 2 years, 5 months ago
  50. ecdc095 vuln: require explicit versions of test tool dependencies by Bryan C. Mills · 2 years, 5 months ago
  51. e484409 vuln: run "go mod tidy" to sync dependencies by Bryan C. Mills · 2 years, 5 months ago
  52. 57d6333 vuln: check for "bash" before using it to execute checks by Bryan C. Mills · 2 years, 5 months ago
  53. 9599c01 internal/worker: minor test changes by Jonathan Amsterdam · 2 years, 5 months ago
  54. 4d71939 internal/worker: use printsrc to generate false positive data by Jonathan Amsterdam · 2 years, 5 months ago
  55. 18f505e go.mod,internal/worker: fix minor issues by Jonathan Amsterdam · 2 years, 5 months ago
  56. 891cae2 internal/worker: handle false positive changes by Jonathan Amsterdam · 2 years, 5 months ago
  57. d71ffde internal/worker: fix staticcheck error by Julie Qiu · 2 years, 5 months ago
  58. 012d8bc vuln: run checks with go test by Jonathan Amsterdam · 2 years, 5 months ago
  59. 5383a49 internal/worker: store CVERecord change history by Jonathan Amsterdam · 2 years, 5 months ago
  60. 46f00ff internal/worker: improve update test by Jonathan Amsterdam · 2 years, 5 months ago
  61. be58ca5 {cmd,internal}/worker: support using a list of known modules by Jonathan Amsterdam · 2 years, 5 months ago
  62. cbb5b22 internal/worker: add/remove negative prefix patterns by Jonathan Amsterdam · 2 years, 5 months ago
  63. 7659527 internal/worker: add server routes by Jonathan Amsterdam · 2 years, 5 months ago
  64. 6e9dadd terraform: run fmt by Jonathan Amsterdam · 2 years, 5 months ago
  65. 1d122c6 terraform: config for worker load balancer by Jonathan Amsterdam · 2 years, 5 months ago
  66. 7cb94cf internal/worker: code to insert initial false positives by Jonathan Amsterdam · 2 years, 5 months ago
  67. 50d9a90 internal/worker/store: add GetCVERecord by Jonathan Amsterdam · 2 years, 5 months ago
  68. 04e0a3b internal/worker: don't call pkgsite for known non-modules by Jonathan Amsterdam · 2 years, 5 months ago
  69. e93bafc {internal/cmd}/worker: add Config struct by Jonathan Amsterdam · 2 years, 5 months ago
  70. 451d556 internal/worker: run tests only on go 1.17 or higher by Jonathan Amsterdam · 2 years, 5 months ago
  71. 11df84e internal/worker: add triageResult by Julie Qiu · 2 years, 5 months ago
  72. da71f9e cmd/worker,devtools,terraform: build and deploy support for worker by Jonathan Amsterdam · 2 years, 5 months ago
  73. 7209860 internal/worker: use candidate module path by Julie Qiu · 2 years, 5 months ago
  74. 59dc5d5 internal/worker: skip TestNewBody by Julie Qiu · 2 years, 5 months ago
  75. 9dbef88 devtools: add lib.sh by Jonathan Amsterdam · 2 years, 5 months ago
  76. 53b9d8b .gitignore: ignore terraform files by Jonathan Amsterdam · 2 years, 5 months ago
  77. 8573000 cmd/vulnreport: add lint by Julie Qiu · 2 years, 5 months ago
  78. 215978c cmd/vulnreport: add command to create report by Julie Qiu · 2 years, 5 months ago
  79. 23a4fe2 internal/worker add candidateModulePaths by Julie Qiu · 2 years, 5 months ago
  80. 0399e4d all.bash,devtools.ci: fix kokoro problems by Jonathan Amsterdam · 2 years, 5 months ago
  81. 0d73194 cmd/worker: display module when listing CVE records by Jonathan Amsterdam · 2 years, 5 months ago
  82. b2d8153 internal/worker: add a TriageReason for known vulns by Jonathan Amsterdam · 2 years, 5 months ago
  83. ab74e98 internal/worker: remember module and CVE to create issue by Jonathan Amsterdam · 2 years, 5 months ago
  84. 0deeb88 cmd: add documentation by Julie Qiu · 2 years, 5 months ago
  85. 3cd4c62 internal/worker: address earlier CL comments by Jonathan Amsterdam · 2 years, 5 months ago
  86. 7cdee1a {cmd,internal}/worker: create issues by Jonathan Amsterdam · 2 years, 5 months ago
  87. f553aa4 internal/worker: low-level issue functionality by Jonathan Amsterdam · 2 years, 5 months ago
  88. 2a780d3 internal/worker: refactor doUpdate by Jonathan Amsterdam · 2 years, 5 months ago
  89. 7f229ae internal/worker: check against vuln DB by Jonathan Amsterdam · 2 years, 5 months ago
  90. 300e54a internal/worker: use HEAD requests to pkgsite by Jonathan Amsterdam · 2 years, 5 months ago
  91. cab701b internal/worker: home page by Jonathan Amsterdam · 2 years, 5 months ago
  92. c146d37 {cmd,internal}/worker: address CL comments by Jonathan Amsterdam · 2 years, 5 months ago
  93. 0cb55e2 internal/worker: optimize updates by comparing tree hashes by Jonathan Amsterdam · 2 years, 5 months ago
  94. 72ae583 {cmd/internal}/worker: add update command by Jonathan Amsterdam · 2 years, 5 months ago
  95. ed6f3d7 internal/worker/store: minor changes by Jonathan Amsterdam · 2 years, 5 months ago
  96. 806073f cmd/worker: support command-line mode; add list-updates by Jonathan Amsterdam · 2 years, 5 months ago
  97. 3b18767 internal/worker: function to call pkgsite to triage by Jonathan Amsterdam · 2 years, 5 months ago
  98. 1ca848d internal/worker: move cvetriage files to cmd/cvetriage by Jonathan Amsterdam · 2 years, 5 months ago
  99. 7d53777 internal/worker: rename UpdateRecord to CommitUpdateRecord by Jonathan Amsterdam · 2 years, 5 months ago
  100. b7b6321 internal/worker: initial code for server by Jonathan Amsterdam · 2 years, 5 months ago