Commit 2d16dc1
fix(deps): update osv-scanner minor (#2812)
This PR contains the following updates:
| Package | Change |
[Age](https://docs.renovatebot.com/merge-confidence/) |
[Confidence](https://docs.renovatebot.com/merge-confidence/) |
|---|---|---|---|
|
[github.com/jedib0t/go-pretty/v6](https://redirect.github.com/jedib0t/go-pretty)
| `v6.7.9` → `v6.7.10` |

|

|
|
[github.com/modelcontextprotocol/go-sdk](https://redirect.github.com/modelcontextprotocol/go-sdk)
| `v1.5.0` → `v1.6.0` |

|

|
|
[github.com/package-url/packageurl-go](https://redirect.github.com/package-url/packageurl-go)
| `v0.1.5` → `v0.1.6` |

|

|
| [github.com/urfave/cli/v3](https://redirect.github.com/urfave/cli) |
`v3.8.0` → `v3.9.0` |

|

|
| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) |
`v1.81.0` → `v1.81.1` |

|

|
---
### Release Notes
<details>
<summary>jedib0t/go-pretty (github.com/jedib0t/go-pretty/v6)</summary>
###
[`v6.7.10`](https://redirect.github.com/jedib0t/go-pretty/releases/tag/v6.7.10)
[Compare
Source](https://redirect.github.com/jedib0t/go-pretty/compare/v6.7.9...v6.7.10)
#### What's Changed
- Fix panic on text align with unicode by
[@​edznux-dd](https://redirect.github.com/edznux-dd) in
[#​404](https://redirect.github.com/jedib0t/go-pretty/pull/404)
#### New Contributors
- [@​edznux-dd](https://redirect.github.com/edznux-dd) made their
first contribution in
[#​404](https://redirect.github.com/jedib0t/go-pretty/pull/404)
**Full Changelog**:
<jedib0t/go-pretty@v6.7.9...v6.7.10>
</details>
<details>
<summary>modelcontextprotocol/go-sdk
(github.com/modelcontextprotocol/go-sdk)</summary>
###
[`v1.6.0`](https://redirect.github.com/modelcontextprotocol/go-sdk/compare/v1.5.0...v1.6.0)
[Compare
Source](https://redirect.github.com/modelcontextprotocol/go-sdk/compare/v1.5.0...v1.6.0)
</details>
<details>
<summary>package-url/packageurl-go
(github.com/package-url/packageurl-go)</summary>
###
[`v0.1.6`](https://redirect.github.com/package-url/packageurl-go/compare/v0.1.5...v0.1.6)
[Compare
Source](https://redirect.github.com/package-url/packageurl-go/compare/v0.1.5...v0.1.6)
</details>
<details>
<summary>urfave/cli (github.com/urfave/cli/v3)</summary>
###
[`v3.9.0`](https://redirect.github.com/urfave/cli/releases/tag/v3.9.0)
[Compare
Source](https://redirect.github.com/urfave/cli/compare/v3.8.0...v3.9.0)
#### What's Changed
- chore(deps): bump codecov/codecov-action from 5 to 6 by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2300](https://redirect.github.com/urfave/cli/pull/2300)
- chore(deps): bump the python-packages group across 1 directory with 3
updates by
[@​dependabot](https://redirect.github.com/dependabot)\[bot] in
[#​2301](https://redirect.github.com/urfave/cli/pull/2301)
- docs: fix typo by
[@​acrobatstick](https://redirect.github.com/acrobatstick) in
[#​2299](https://redirect.github.com/urfave/cli/pull/2299)
- feat: add descriptions for bash and powershell autocompletion by
[@​gabelluardo](https://redirect.github.com/gabelluardo) in
[#​2298](https://redirect.github.com/urfave/cli/pull/2298)
- Made command help more consistent by
[@​markshep-wbg](https://redirect.github.com/markshep-wbg) in
[#​2287](https://redirect.github.com/urfave/cli/pull/2287)
- Fix:(issue\_2285): correct function and variable naming in fish
completion script by
[@​TimSoethout](https://redirect.github.com/TimSoethout) in
[#​2286](https://redirect.github.com/urfave/cli/pull/2286)
- fix(ci): update docs after bash completion update by
[@​gabelluardo](https://redirect.github.com/gabelluardo) in
[#​2307](https://redirect.github.com/urfave/cli/pull/2307)
- fix: apply SliceFlagSeparator to env var sources by
[@​lawrence3699](https://redirect.github.com/lawrence3699) in
[#​2309](https://redirect.github.com/urfave/cli/pull/2309)
- fix: don't print empty line to stderr when Exit message is empty by
[@​Yanhu007](https://redirect.github.com/Yanhu007) in
[#​2310](https://redirect.github.com/urfave/cli/pull/2310)
- flag: prevent BoolWithInverseFlag.String from panicking without a tab
by [@​alliasgher](https://redirect.github.com/alliasgher) in
[#​2311](https://redirect.github.com/urfave/cli/pull/2311)
- refactor: bash completion script by
[@​gabelluardo](https://redirect.github.com/gabelluardo) in
[#​2308](https://redirect.github.com/urfave/cli/pull/2308)
- fix: drop shebang from bash completion template by
[@​barry3406](https://redirect.github.com/barry3406) in
[#​2317](https://redirect.github.com/urfave/cli/pull/2317)
- fix: show flag completions when completing a double-dash prefix by
[@​morozov](https://redirect.github.com/morozov) in
[#​2316](https://redirect.github.com/urfave/cli/pull/2316)
- fix: parse flags for help subcommand
([#​2271](https://redirect.github.com/urfave/cli/issues/2271)) by
[@​barry3406](https://redirect.github.com/barry3406) in
[#​2319](https://redirect.github.com/urfave/cli/pull/2319)
- fix: show BoolWithInverseFlag aliases in help text by
[@​wucm667](https://redirect.github.com/wucm667) in
[#​2321](https://redirect.github.com/urfave/cli/pull/2321)
#### New Contributors
- [@​gabelluardo](https://redirect.github.com/gabelluardo) made
their first contribution in
[#​2298](https://redirect.github.com/urfave/cli/pull/2298)
- [@​markshep-wbg](https://redirect.github.com/markshep-wbg) made
their first contribution in
[#​2287](https://redirect.github.com/urfave/cli/pull/2287)
- [@​lawrence3699](https://redirect.github.com/lawrence3699) made
their first contribution in
[#​2309](https://redirect.github.com/urfave/cli/pull/2309)
- [@​Yanhu007](https://redirect.github.com/Yanhu007) made their
first contribution in
[#​2310](https://redirect.github.com/urfave/cli/pull/2310)
- [@​alliasgher](https://redirect.github.com/alliasgher) made
their first contribution in
[#​2311](https://redirect.github.com/urfave/cli/pull/2311)
- [@​barry3406](https://redirect.github.com/barry3406) made their
first contribution in
[#​2317](https://redirect.github.com/urfave/cli/pull/2317)
- [@​morozov](https://redirect.github.com/morozov) made their
first contribution in
[#​2316](https://redirect.github.com/urfave/cli/pull/2316)
- [@​wucm667](https://redirect.github.com/wucm667) made their
first contribution in
[#​2321](https://redirect.github.com/urfave/cli/pull/2321)
**Full Changelog**:
<urfave/cli@v3.8.0...v3.9.0>
</details>
<details>
<summary>grpc/grpc-go (google.golang.org/grpc)</summary>
###
[`v1.81.1`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.81.1):
Release 1.81.1
[Compare
Source](https://redirect.github.com/grpc/grpc-go/compare/v1.81.0...v1.81.1)
### Security
- xds/rbac: Fix a potential authorization bypass caused by incorrectly
falling through URI/DNS SANs to Subject Distinguished Name (DN) when
matching the authenticated principal name. With this fix, only the first
non-empty identity source will be used, as per [gRFC
A41](https://redirect.github.com/grpc/proposal/blob/master/A41-xds-rbac.md).
([#​9111](https://redirect.github.com/grpc/grpc-go/issues/9111))
- Special Thanks:
[@​al4an444](https://redirect.github.com/al4an444)
</details>
---
### Configuration
📅 **Schedule**: (in timezone Australia/Sydney)
- Branch creation
- "before 6am on monday"
- Automerge
- At any time (no schedule defined)
🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.
♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.
👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.
---
- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/google/osv-scanner).
<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xNzkuMyIsInVwZGF0ZWRJblZlciI6IjQzLjE5NC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->
Co-authored-by: Rex P <106129829+another-rex@users.noreply.github.com>1 parent 9f6ed7f commit 2d16dc1
2 files changed
Lines changed: 18 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
19 | | - | |
| 18 | + | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
245 | 245 | | |
246 | 246 | | |
247 | 247 | | |
248 | | - | |
249 | | - | |
| 248 | + | |
| 249 | + | |
250 | 250 | | |
251 | 251 | | |
252 | 252 | | |
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
271 | | - | |
| 270 | + | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
336 | | - | |
| 335 | + | |
| 336 | + | |
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
365 | | - | |
366 | | - | |
| 365 | + | |
| 366 | + | |
367 | 367 | | |
368 | 368 | | |
369 | 369 | | |
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
458 | | - | |
459 | | - | |
| 458 | + | |
| 459 | + | |
460 | 460 | | |
461 | 461 | | |
462 | 462 | | |
| |||
652 | 652 | | |
653 | 653 | | |
654 | 654 | | |
655 | | - | |
656 | | - | |
| 655 | + | |
| 656 | + | |
657 | 657 | | |
658 | 658 | | |
659 | 659 | | |
| |||
0 commit comments