thekovic
|
738b2b474a
|
fix: update all documentation links (#9777)
|
2025-11-13 05:43:20 +00:00 |
|
DmitriyLewen
|
d87d9b97d1
|
fix(java): use true as default value for Repository Release|Snapshot Enabled in pom.xml and settings.xml files (#9751)
|
2025-11-10 13:51:56 +00:00 |
|
DmitriyLewen
|
eff52eb2e6
|
feat(java): add support remote repositories from settings.xml files (#9708)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
|
2025-10-28 08:35:19 +00:00 |
|
DmitriyLewen
|
b885d3a369
|
fix: use context for analyzers (#9538)
|
2025-10-14 05:13:48 +00:00 |
|
DmitriyLewen
|
e286c5e207
|
fix(java): update order for resolving package fields from multiple demManagement (#9575)
|
2025-10-06 07:46:19 +00:00 |
|
Teppei Fukuda
|
d2d0ec2b6d
|
chore: add modernize tool integration for code modernization (#9251)
Co-authored-by: knqyf263 <knqyf263@users.noreply.github.com>
|
2025-07-29 07:13:54 +00:00 |
|
Teppei Fukuda
|
8f5b56005a
|
chore: implement process-safe temp file cleanup (#9241)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Co-authored-by: knqyf263 <knqyf263@users.noreply.github.com>
|
2025-07-28 13:49:03 +00:00 |
|
Teppei Fukuda
|
3adfd988d1
|
refactor: centralize HTTP transport configuration (#9058)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
|
2025-06-24 17:43:58 +00:00 |
|
kennyk
|
5aade698c7
|
feat(java): dereference all maven settings.xml env placeholders (#9024)
|
2025-06-20 11:39:23 +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 |
|
Itay Shakury
|
49456ba841
|
fix: update all documentation links (#8045)
Co-authored-by: DmitriyLewen <91113035+DmitriyLewen@users.noreply.github.com>
|
2025-02-26 10:41:46 +00:00 |
|
Matthieu MOREL
|
715575d731
|
chore: use require.ErrorContains when possible (#8291)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
|
2025-01-27 06:47:29 +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 |
|
DmitriyLewen
|
9d9f80d979
|
fix(java): correctly overwrite version from depManagement if dependency uses project.* props (#8050)
|
2024-12-05 07:57:31 +00:00 |
|
DmitriyLewen
|
d622ca2b1f
|
feat: add workspaceRelationship (#7889)
|
2024-11-29 04:49:41 +00:00 |
|
Matthieu MOREL
|
57e24aa853
|
fix: enable usestdlibvars linter (#7770)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
|
2024-10-21 09:06:50 +00:00 |
|
Samuel Gaist
|
a7baa93b00
|
feat(parser): ignore white space in pom.xml files (#7747)
Signed-off-by: Samuel Gaist <samuel.gaist@idiap.ch>
|
2024-10-17 09:35:09 +00:00 |
|
DmitriyLewen
|
778df828ea
|
fix(java): correctly inherit version and scope from upper/root depManagement and dependencies into parents (#7541)
Signed-off-by: knqyf263 <knqyf263@gmail.com>
Co-authored-by: knqyf263 <knqyf263@gmail.com>
|
2024-10-17 06:54:12 +00:00 |
|
DmitriyLewen
|
b8362321ad
|
feat(java): add empty versions if pom.xml dependency versions can't be detected (#7520)
Co-authored-by: Teppei Fukuda <knqyf263@gmail.com>
|
2024-09-30 14:47:51 +00:00 |
|
DmitriyLewen
|
54429497e7
|
fix(java): use dependencyManagement from root/child pom's for dependencies from parents (#7497)
|
2024-09-16 11:14:28 +00:00 |
|
DmitriyLewen
|
b0222feeb5
|
revert(java): stop supporting of test scope for pom.xml files (#7488)
|
2024-09-12 05:10:13 +00:00 |
|
DmitriyLewen
|
412fb764f0
|
refactor(java): add error/statusCode for logs when we can't get pom.xml/maven-metadata.xml from remote repo (#7451)
|
2024-09-06 06:55:51 +00:00 |
|
DmitriyLewen
|
2d97700d10
|
feat(java): add test scope support for pom.xml files (#7414)
|
2024-09-03 08:28:49 +00:00 |
|
Colm O hEigeartaigh
|
49d5270163
|
fix(java): Return error when trying to find a remote pom to avoid segfault (#7275)
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
|
2024-07-31 12:07:33 +00:00 |
|
Colm O hEigeartaigh
|
dc68a662a7
|
fix: Add dependencyManagement exclusions to the child exclusions (#6969)
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
|
2024-07-09 03:43:08 +00:00 |
|
DmitriyLewen
|
a7a304d53e
|
fix(java): use go-mvn-version to remove Package duplicates (#7088)
Co-authored-by: Teppei Fukuda <knqyf263@gmail.com>
|
2024-07-04 09:52:23 +00:00 |
|
DmitriyLewen
|
1f5f348958
|
feat: add log.FilePath() function for logger (#7080)
|
2024-07-02 09:48:20 +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
|
1f8fca1fc7
|
feat(java): add support for maven-metadata.xml files for remote snapshot repositories. (#6950)
|
2024-06-19 07:47:42 +00:00 |
|
Matthieu MOREL
|
21114c98be
|
ci(deps): fix govet in ".*_test.go$" (#6736)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
|
2024-05-27 02:56:54 +00:00 |
|
guangwu
|
9c3e895fcb
|
fix: close settings.xml (#6768)
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
|
2024-05-24 13:50:34 +00:00 |
|
Matthieu MOREL
|
c3e734f659
|
ci(deps): fix tenv in ".*_test.go$" (#6748)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
|
2024-05-23 04:50:01 +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 |
|
Matthieu MOREL
|
9d26ae88d6
|
ci(deps): enable testifylint linter on .*_test.go$ (#6688)
Signed-off-by: Matthieu MOREL <matthieu.morel35@gmail.com>
|
2024-05-16 04:29:06 +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 |
|
guangwu
|
a9861994e5
|
fix: close pom.xml (#6507)
Signed-off-by: guoguangwu <guoguangwug@gmail.com>
|
2024-04-17 11:22:52 +00:00 |
|
DmitriyLewen
|
34ab09d559
|
fix(java): update logic to detect pom.xml file snapshot artifacts from remote repositories (#6412)
|
2024-04-16 07:48:58 +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
|
7c409fd270
|
fix(java): parse modules from pom.xml files once (#6312)
|
2024-03-24 09:57:32 +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
|
c4b5ab7881
|
fix(java): don't ignore runtime scope for pom.xml files (#6223)
|
2024-03-04 14:23:13 +00:00 |
|
guangwu
|
876ab84b36
|
fix: Printf format err (#6198)
Signed-off-by: guoguangwu <guoguangwu@magic-shield.com>
|
2024-02-26 06:07:35 +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 |
|
renypaul
|
ce81c05851
|
feat(java): add support for fetching packages from repos mentioned in pom.xml (#6171)
Co-authored-by: DmitriyLewen <dmitriy.lewen@smartforce.io>
|
2024-02-22 09:50:08 +00:00 |
|
DmitriyLewen
|
82214736a9
|
fix(java): add only valid libs from pom.properties files from jars (#6164)
|
2024-02-20 06:51:43 +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 |
|