Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[fix][sec] Go Functions security updates #21844

Merged
merged 1 commit into from
Jan 3, 2024
Merged

Conversation

merlimat
Copy link
Contributor

@merlimat merlimat commented Jan 3, 2024

Fixes #21819 #21820 #21821 #21822 #21823 #21824

Main Issue: #xyz

PIP: #xyz

Motivation

Modifications

Updating Go dependencies for Pulsar functions

Verifying this change

  • Make sure that the change passes the CI checks.

(Please pick either of the following options)

This change is a trivial rework / code cleanup without any test coverage.

(or)

This change is already covered by existing tests, such as (please describe tests).

(or)

This change added tests and can be verified as follows:

(example:)

  • Added integration tests for end-to-end deployment with large payloads (10MB)
  • Extended integration test for recovery after broker failure

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

  • Dependencies (add or upgrade a dependency)
  • The public API
  • The schema
  • The default values of configurations
  • The threading model
  • The binary protocol
  • The REST endpoints
  • The admin CLI options
  • The metrics
  • Anything that affects deployment

Documentation

  • doc
  • doc-required
  • doc-not-needed
  • doc-complete

Matching PR in forked repository

PR in forked repository:

@github-actions github-actions bot added the doc-not-needed Your PR changes do not impact docs label Jan 3, 2024
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1a4a9d9) 73.66% compared to head (4a6e71b) 73.61%.
Report is 3 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master   #21844      +/-   ##
============================================
- Coverage     73.66%   73.61%   -0.05%     
+ Complexity    32343    32309      -34     
============================================
  Files          1858     1858              
  Lines        138146   138141       -5     
  Branches      15141    15141              
============================================
- Hits         101763   101697      -66     
- Misses        28544    28575      +31     
- Partials       7839     7869      +30     
Flag Coverage Δ
inttests 24.18% <86.66%> (-0.01%) ⬇️
systests 23.74% <73.33%> (-0.13%) ⬇️
unittests 72.89% <100.00%> (-0.06%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
...er/loadbalance/impl/ModularLoadManagerWrapper.java 91.30% <100.00%> (ø)
...rg/apache/pulsar/broker/service/AbstractTopic.java 87.92% <ø> (ø)
...rg/apache/pulsar/broker/service/BrokerService.java 80.99% <100.00%> (-0.16%) ⬇️
...oker/service/nonpersistent/NonPersistentTopic.java 69.91% <100.00%> (ø)
...sar/broker/service/persistent/PersistentTopic.java 78.37% <100.00%> (-0.42%) ⬇️
...java/org/apache/pulsar/common/util/FutureUtil.java 74.54% <100.00%> (+0.47%) ⬆️

... and 75 files with indirect coverage changes

@merlimat merlimat merged commit 073bb37 into apache:master Jan 3, 2024
51 checks passed
@merlimat merlimat deleted the go-sec branch January 3, 2024 22:28
lhotari pushed a commit that referenced this pull request Mar 27, 2024
lhotari pushed a commit that referenced this pull request Mar 27, 2024
mukesh-ctds pushed a commit to datastax/pulsar that referenced this pull request Apr 15, 2024
(cherry picked from commit 073bb37)
(cherry picked from commit 53306b6)
mukesh-ctds pushed a commit to datastax/pulsar that referenced this pull request Apr 17, 2024
(cherry picked from commit 073bb37)
(cherry picked from commit 53306b6)
mukesh-ctds pushed a commit to datastax/pulsar that referenced this pull request Apr 17, 2024
(cherry picked from commit 073bb37)
(cherry picked from commit 53306b6)
mukesh-ctds pushed a commit to datastax/pulsar that referenced this pull request Apr 19, 2024
(cherry picked from commit 073bb37)
(cherry picked from commit 53306b6)
srinath-ctds pushed a commit to datastax/pulsar that referenced this pull request Apr 23, 2024
(cherry picked from commit 073bb37)
(cherry picked from commit 53306b6)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants