Derek H.J Ray
|
231492db52
|
fix(nodejs): fix npmjs parser.pkgNameFromPath() panic issue (#9688)
Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com>
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
|
2025-10-23 10:06:54 +00:00 |
|
DmitriyLewen
|
b885d3a369
|
fix: use context for analyzers (#9538)
|
2025-10-14 05:13:48 +00:00 |
|
DmitriyLewen
|
404abb3d91
|
fix(nodejs): parse workspaces as objects for package-lock.json files (#9518)
|
2025-09-24 08:04:23 +00:00 |
|
Teppei Fukuda
|
788f6faffb
|
refactor: migrate from go-json-experiment to encoding/json/v2 (#9422)
Co-authored-by: knqyf263 <knqyf263@users.noreply.github.com>
Co-authored-by: nikpivkin <nikita.pivkin@smartforce.io>
|
2025-09-15 08:46:44 +00:00 |
|
amitbhardwaj
|
4517e8c0ef
|
fix(nodejs): use snapshot string as Package.ID for pnpm packages (#9330)
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2025-09-04 04:52:26 +00:00 |
|
DmitriyLewen
|
875ec3a9d2
|
fix(nodejs): correctly parse packages array of bun.lock file (#8998)
|
2025-06-09 11:52:30 +00:00 |
|
Ashwani Kumar Kamal
|
1dcf81666f
|
feat(nodejs): add bun.lock parser (#8851)
Signed-off-by: Ashwani Kumar Kamal (sneaky-potato) <ashwanikamal.im421@gmail.com>
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-05-20 14:00:47 +00:00 |
|
Matthieu MOREL
|
3ab459e3b6
|
fix: more revive rules (#8814)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
|
2025-05-05 05:50:37 +00:00 |
|
Matthieu MOREL
|
6562082e28
|
fix: unused-parameter rule from revive (#8794)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
|
2025-04-30 09:17:24 +00:00 |
|
Matthieu MOREL
|
43350dd9b4
|
fix: early-return, indent-error-flow and superfluous-else rules from revive (#8796)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
|
2025-04-30 06:24:09 +00:00 |
|
DmitriyLewen
|
4b84dabd15
|
refactor: migrate from github.com/aquasecurity/jfather to github.com/go-json-experiment/json (#8591)
|
2025-04-09 12:22:57 +00:00 |
|
DmitriyLewen
|
cc66d6d00f
|
chore(deps): use aqua forks for github.com/liamg/jfather and github.com/liamg/iamgo (#8289)
|
2025-01-24 09:07:45 +00:00 |
|
Teppei Fukuda
|
b5859d3fb5
|
refactor: add generic Set implementation (#8149)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
2024-12-24 04:47:21 +00:00 |
|
Teppei Fukuda
|
73899610e8
|
feat(nodejs): respect peer dependencies for dependency tree (#7989)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
|
2024-12-05 07:57:12 +00:00 |
|
DmitriyLewen
|
fd9ed3a330
|
fix(nodejs): check all importers to detect dev deps from pnpm-lock.yaml file (#7387)
|
2024-09-02 07:19:01 +00:00 |
|
DmitriyLewen
|
54bb8bdfb9
|
fix(nodejs): detect direct dependencies when using latest version for files yarn.lock + package.json (#7110)
|
2024-07-30 06:31:39 +00:00 |
|
Teppei Fukuda
|
983ac15f22
|
ci: add depguard (#6963)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
2024-06-20 02:48:08 +00:00 |
|
DmitriyLewen
|
cf5aa336e6
|
fix(nodejs): fix infinite loop when package link from package-lock.json file is broken (#6858)
|
2024-06-10 06:30:27 +00:00 |
|
DmitriyLewen
|
7d083bc890
|
fix(nodejs): fix infinity loops for pnpm with cyclic imports (#6857)
|
2024-06-05 07:38:42 +00:00 |
|
Nikita Pivkin
|
ebb123f37f
|
chore: replace interface{} with any (#6751)
|
2024-05-27 02:53:19 +00:00 |
|
Matthieu MOREL
|
e86bacbd6d
|
ci(deps): fix gocritic in ".*_test.go$" (#6763)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
|
2024-05-24 09:03:26 +00:00 |
|
Matthieu MOREL
|
48bdc6e734
|
ci(deps): fix gci and gofmt in ".*_test.go$" (#6721)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
|
2024-05-22 02:55:16 +00:00 |
|
DmitriyLewen
|
1e0864842e
|
feat(nodejs): add v9 pnpm lock file support (#6617)
|
2024-05-21 11:23:26 +00:00 |
|
Teppei Fukuda
|
3eecfc6b6e
|
refactor: unify Library and Package structs (#6633)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com>
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
|
2024-05-07 12:25:52 +00:00 |
|
Teppei Fukuda
|
6343e4fc71
|
feat: add relationships (#6563)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
2024-04-27 09:15:12 +00:00 |
|
Teppei Fukuda
|
94d6e8ced6
|
refactor: replace zap with slog (#6466)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Co-authored-by: Nikita Pivkin <nikita.pivkin@smartforce.io>
Co-authored-by: simar7 <1254783+simar7@users.noreply.github.com>
|
2024-04-11 18:59:09 +00:00 |
|
DmitriyLewen
|
258d153461
|
fix(nodejs): merge Indirect, Dev, ExternalReferences fields for same deps from package-lock.json files v2 or later (#6356)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2024-03-27 06:08:58 +00:00 |
|
DmitriyLewen
|
f85c9fac6f
|
fix(nodejs): add support for parsing workspaces from package.json as an object (#6231)
Co-authored-by: Teppei Fukuda <knqyf263@gmail.com>
|
2024-03-27 05:46:25 +00:00 |
|
Teppei Fukuda
|
8fcef352b3
|
refactor(sbom): add intermediate representation for BOM (#6240)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com>
|
2024-03-12 06:56:10 +00:00 |
|
DmitriyLewen
|
12c5bf0805
|
fix(nodejs): add name validation for package name from package.json (#6268)
|
2024-03-11 05:23:51 +00:00 |
|
DmitriyLewen
|
e1ea02c7b8
|
test(parser): squash test data for yarn (#6203)
|
2024-02-27 07:24:22 +00:00 |
|
Teppei Fukuda
|
eef7c4fb40
|
refactor: better integration of the parser into Trivy (#6183)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
2024-02-26 05:55:15 +00:00 |
|
Teppei Fukuda
|
74dc5b6804
|
chore(deps): merge go-dep-parser into Trivy (#6094)
Signed-off-by: Arunprasad Rajkumar <arajkuma@redhat.com>
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Co-authored-by: Masahiro <mur4m4s4.331@gmail.com>
Co-authored-by: Tomoya Amachi <tomoya.amachi@gmail.com>
Co-authored-by: Masahiro <lomycisw@gmail.com>
Co-authored-by: Liz Rice <liz@lizrice.com>
Co-authored-by: Johannes <johannes@jitesoft.com>
Co-authored-by: aprp <doelaudi@gmail.com>
Co-authored-by: rahul2393 <rahulyadavsep92@gmail.com>
Co-authored-by: Arunprasad Rajkumar <ar.arunprasad@gmail.com>
Co-authored-by: Emrecan BATI <emrecanbati@gmail.com>
Co-authored-by: sherif84 <12298259+sherif84@users.noreply.github.com>
Co-authored-by: Sherif Fathalla <sfathall@akamai.com>
Co-authored-by: sherif <sherif.mailbox@gmail.com>
Co-authored-by: Sam Lane <samuel.lane@hotmail.com>
Co-authored-by: Ankush K <akhobragade@gmail.com>
Co-authored-by: Ankush K <akhobragade42@gmail.com>
Co-authored-by: Tauseef <tauseefmlk@gmail.com>
Co-authored-by: Daniel <danfaizer@gmail.com>
Co-authored-by: Matthieu MOREL <mmorel-35@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afdesk <work@afdesk.com>
Co-authored-by: AndreyLevchenko <levchenko.andrey@gmail.com>
Co-authored-by: Kobus van Schoor <10784365+kobus-v-schoor@users.noreply.github.com>
Co-authored-by: Jan-Otto Kröpke <github@jkroepke.de>
Co-authored-by: jerbob92 <jerbob92@users.noreply.github.com>
Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com>
Co-authored-by: Shira Cohen <97398476+ShiraCohen33@users.noreply.github.com>
Co-authored-by: astevenson-microsoft <78623826+astevenson-microsoft@users.noreply.github.com>
Co-authored-by: Kyriakos Georgiou <kgeorgiou@users.noreply.github.com>
Co-authored-by: mycodeself <mycodeself@users.noreply.github.com>
Co-authored-by: DavidSalame <75929252+davidsalame1@users.noreply.github.com>
Co-authored-by: Tom Fay <tom@teamfay.co.uk>
Co-authored-by: Tom Fay <tomfay@microsoft.com>
Co-authored-by: François Poirotte <fpoirotte@users.noreply.github.com>
Co-authored-by: Guy Ben-Aharon <baguy3@gmail.com>
Co-authored-by: Catminusminus <37803616+Catminusminus@users.noreply.github.com>
Co-authored-by: Lior Vaisman Argon <97836016+VaismanLior@users.noreply.github.com>
Co-authored-by: Matthieu Maitre <mmaitre@microsoft.com>
Co-authored-by: Andrea Scarpino <andrea@scarpino.dev>
Co-authored-by: MorAlon1 <101275199+MorAlon1@users.noreply.github.com>
Co-authored-by: liorj-orca <96177663+liorj-orca@users.noreply.github.com>
Co-authored-by: Nikita Pivkin <100182843+nikpivkin@users.noreply.github.com>
Co-authored-by: guangwu <guoguangwu@magic-shield.com>
Co-authored-by: Nikita Pivkin <nikita.pivkin@smartforce.io>
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
Co-authored-by: yuriShafet <5830215+yuriShafet@users.noreply.github.com>
Co-authored-by: Octogonapus <firey45@gmail.com>
|
2024-02-19 11:16:35 +00:00 |
|