Releases: HappyHackingSpace/vt
Releases · HappyHackingSpace/vt
v0.0.9
What's Changed
- chore: add typos.toml to whitelist 'nd' identifier by @omarkurt in #168
- refactor: implement docker-native vt ps and remove bolt-db state by @omarkurt in #161
- feat(template): add flexible POC structure and provider metadata support by @omarkurt in #167
- docs: Replace ASCII art banner with an image in README and update the callout type from Important to CAUTION. by @omarkurt in #169
- fix constant version in build by @recepgunes1 in #176
Full Changelog: v0.0.8...v0.0.9
v0.0.8
What's Changed
- feat: make --provider flag optional, default to docker-compose by @omarkurt in #159
- chore(deps): bump golang.org/x/term from 0.39.0 to 0.40.0 by @dependabot[bot] in #157
- chore(deps): bump golang.org/x/crypto from 0.41.0 to 0.45.0 in the go_modules group across 1 directory by @dependabot[bot] in #141
- chore(deps): bump github.com/go-git/go-git/v5 from 5.16.4 to 5.16.5 by @dependabot[bot] in #156
- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.9.1 to 2.10.1 by @dependabot[bot] in #149
- chore(deps): bump github.com/containerd/containerd/v2 from 2.1.4 to 2.1.5 in the go_modules group across 1 directory by @dependabot[bot] in #164
- chore(deps): bump github.com/docker/cli from 28.5.1+incompatible to 29.2.1+incompatible by @dependabot[bot] in #154
- fix: resolve docker/moby type incompatibilities in dependency graph by @recepgunes1 in #165
Full Changelog: v0.0.7...v0.0.8
v0.0.7
What's Changed
- fix: use draft releases and enable CGO for macOS by @dogancanbakir in #147
- fix: remove draft releases by @dogancanbakir in #148
Full Changelog: v0.0.6...v0.0.7
v0.0.6
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: parallel release builds by @dogancanbakir in #146
Full Changelog: v0.0.5...v0.0.6
v0.0.5
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: separate release builds by platform by @dogancanbakir in #144
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Immutable
release. Only release title and notes can be modified.
What's Changed
- fix: matrix build for goreleaser with ARM64 by @dogancanbakir in #143
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Immutable
release. Only release title and notes can be modified.
What's Changed
- animated banner by @dogancanbakir in #133
- Enhance Docker Compose Build Process and Template Directory Search by @recepgunes1 in #140
- chore: update dependencies by @dogancanbakir in #142
Full Changelog: v0.0.2...v0.0.3
v0.0.2
Immutable
release. Only release title and notes can be modified.
What's Changed
- refactor: streamline docker-compose path resolution and enhance templ… by @recepgunes1 in #128
- chore(deps): bump github.com/go-git/go-git/v5 from 5.16.3 to 5.16.4 by @dependabot[bot] in #118
- chore(deps): bump github.com/compose-spec/compose-go/v2 from 2.8.1 to 2.10.0 by @dependabot[bot] in #124
- chore(deps): bump github.com/jedib0t/go-pretty/v6 from 6.6.6 to 6.7.8 by @dependabot[bot] in #123
- chore(deps): bump github.com/spf13/cobra from 1.9.1 to 1.10.2 by @dependabot[bot] in #122
- chore(deps): bump github.com/docker/cli from 28.3.3+incompatible to 29.1.3+incompatible by @dependabot[bot] in #121
- chore(deps): bump github.com/rs/zerolog from 1.33.0 to 1.34.0 by @dependabot[bot] in #120
- chore(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #115
- chore(deps): bump golangci/golangci-lint-action from 8 to 9 by @dependabot[bot] in #116
- chore(deps): bump actions/checkout from 4 to 6 by @dependabot[bot] in #117
- chore(deps): bump github.com/docker/compose/v2 from 2.39.2 to 2.40.3 by @dependabot[bot] in #119
- Compose and release fix by @ahsentekd in #130
Full Changelog: v0.0.1...v0.0.2
v0.0.1
Immutable
release. Only release title and notes can be modified.
What's Changed
- Update vulnerable-target-list.json by @atiilla in #1
- feat: add OWASP Juice Shop to vulnerable targets by @numanturle in #2
- add vulnerable-target-list.json by @mirackayikci in #4
- refactor: update logging for service startup and inspection by @ahsentekd in #5
- new update by @mirackayikci in #10
- add cli basis by @recepgunes1 in #11
- add log basis by @recepgunes1 in #12
- Feat/add docker provider by @recepgunes1 in #14
- CI & Pre commit integrations by @ahsentekd in #17
- add contributing, update readme by @recepgunes1 in #18
- add docker compose provider by @recepgunes1 in #19
- Bump golang.org/x/net from 0.36.0 to 0.38.0 by @dependabot[bot] in #21
- remove docker and other providers by @dogancanbakir in #23
- docs: add code of condcuct by @ahsentekd in #28
- update cli for provider start and stop feature by @recepgunes1 in #27
- 25 simplify template system by @recepgunes1 in #34
- options moved from /pkg to /internal by @omarkurt in #36
- Update CONTRIBUTING.md by @numanturle in #40
- feat: add tag filtering capability to list command by @omarkurt in #42
- chore: remove go ci's bck file (duplicate exists) by @omarkurt in #43
- feat(utils): add banner and quote by @omarkurt in #41
- remove .env file by @recepgunes1 in #47
- chore: releaser by @omarkurt in #48
- migrate templates from json to yaml by @recepgunes1 in #51
- Remove options by @recepgunes1 in #52
- images moved to ghrc.io by @omarkurt in #53
- docs: add Wiki link to README by @omarkurt in #54
- use compose lib instead of os exec by @recepgunes1 in #57
- feat: add Dockerfile by @ahsentekd in #59
- Bump github.com/go-viper/mapstructure/v2 from 2.3.0 to 2.4.0 by @dependabot[bot] in #58
- remove pr template by @recepgunes1 in #61
- improvment on template system by @recepgunes1 in #62
- chore(ci): unify CI, lint, security, test, and release workflows by @ahsentekd in #63
- Missing templates on release by @recepgunes1 in #68
- feat(validator): add template validator to ci by @ahsentekd in #69
- feat(quotes): Add new quote by Pișo Meheme and Add post-install informational messages by @omarkurt in #74
- restructure cmd init and setup functions by @dogancanbakir in #72
- feat: Add new vulnerability template for CVE-2024-53995 by @omarkurt in #79
- Stage names replace by @omarkurt in #80
- feat: Add OS-aware pre-commit installation by @omarkurt in #81
- docs: Add prominent security warning to README regarding vulnerable environments. by @omarkurt in #83
- feat: Add image to README by @omarkurt in #84
- Yamllint disable line length by @omarkurt in #82
- refactor: embed
--no-updateargument directly into the trufflehog pre-commit hook entry command by @omarkurt in #85 - feat: Add new template and docker-compose for Django CVE-2025-64459 parameter injection. by @omarkurt in #86
- quick: add CVE reference for VT-2025-64459. by @omarkurt in #87
- ci: dynamically determine TruffleHog scan range for pull requests and pushes by @omarkurt in #88
- feat(state): implement persistent state management with disk storage by @recepgunes1 in #70
- refactor: Prefix vulnerable target template directories with
vt-for consistent naming. by @omarkurt in #90 - VT 2025 29927 by @omarkurt in #91
- refactor: Reorder and deduplicate
check-yamlandcheck-added-large-filespre-commit hooks. by @omarkurt in #92 - refactor temmplates and cli structure and remove unused commands by @recepgunes1 in #93
- refactor: eliminate global state and introduce di by @dogancanbakir in #97
- feat: add inspect command to CLI for template operations #67 by @recepgunes1 in #98
- ci: add typo check action by @dogancanbakir in #100
- docs: redesign README structure by @dogancanbakir in #106
- feat: add recursive subdirectory scanning for templates by @dogancanbakir in #103
- fix: update README tagline heading and go install path by @dogancanbakir in #110
- refactor: rename module from vulnerable-target to vt by @dogancanbakir in #111
- chore: enable Dependabot for dependency updates by @dogancanbakir in #112
New Contributors
- @atiilla made their first contribution in #1
- @numanturle made their first contribution in #2
- @mirackayikci made their first contribution in #4
- @ahsentekd made their first contribution in #5
- @recepgunes1 made their first contribution in #11
- @dependabot[bot] made their first contribution in #21
- @dogancanbakir made their first contribution in #23
- @omarkurt made their first contribution in #36
Full Changelog: https://github.com/HappyHackingSpace/vt/commits/v0.0.1