chore(deps): update dependency fluentd to v1.14.2 [security] (main)#10818
Merged
Conversation
kavirajk
approved these changes
Oct 10, 2023
ef8afe0 to
2b6d783
Compare
2b6d783 to
85687d1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
'1.9.0'->'1.14.2'GitHub Vulnerability Alerts
CVE-2021-41186
Impact
parser_apache2 plugin in Fluentd v0.14.14 to v1.14.1 suffers from a regular expression denial of service (ReDoS) vulnerability. A broken apache log with a certain pattern of string can spend too much time in a regular expression, resulting in the potential for a DoS attack.
Patches
v1.14.2
Workarounds
Either of the following:
FLUENT_PLUGINor--pluginoption of fluentd).References
Release Notes
fluent/fluentd (fluentd)
v1.14.2Compare Source
IMPORTANT: This release contain the fix for CVE-2021-41186 -
ReDoS vulnerability in
parser_apache2.This vulnerability is affected from Fluentd v0.14.14 to v1.14.1.
We recommend to upgrade Fluentd to v1.14.2 or use patched version of
parser_apache2plugin.Enhancement
--event-timeoption to send specified event time for testing.https://github.com/fluent/fluentd/pull/35283528
Bug fix
https://github.com/fluent/fluentd/pull/35243524
This vulnerability is caused by a certain pattern of a broken apache log.
v1.14.1Compare Source
Enhancement
These metrics should be collected same as fluent-bit's in_tahttps://github.com/fluent/fluentd/pull/3504ull/3504
https://github.com/fluent/fluentd/pull/35063506
Bug fix
This error may happen only when
read_bytes_limit_per_secondwas specified.https://github.com/fluent/fluentd/pull/35003500
https://github.com/fluent/fluentd/pull/35033https://github.com/fluent/fluentd/pull/3507ull/3507
@includedirectiveIt was occurred when http/https scheme URI is used in
@includedirective with Ruby 3.https://github.com/fluent/fluentd/pull/35173517
ignore_if_prev_successIt didn't work even if a user set https://github.com/fluent/fluentd/pull/3515ull/3515
Then, inappropriate labels in log are also fixed. (retry_time -> retry_times,
next_retry_seconds -> next_retrhttps://github.com/fluent/fluentd/pull/3518td/pull/3518
v1.14.0Compare Source
Enhancement
enable_input_metrics,enable_size_metricssystemconfiguration parameter
This feature might need to pay higher CPU cost, so input event metrics
features are disabled by default. These features are also enabled by
--enable-input-metrics,--enable-size-metricscommand lineoptihttps://github.com/fluent/fluentd/pull/3440ull/3440
@ROOTfor getting root router.This is incompatible change. Do not use
@ROOTfor label name.https://github.com/fluent/fluentd/pull/33583358
send_keepalive_packetoptionhttps://github.com/fluent/fluentd/pull/34743474
cors_allow_credentialsoption.This option tells browsers whether to expose the response to
frontend when the credentials mode is "inhttps://github.com/fluent/fluentd/pull/3481thttps://github.com/fluent/fluentd/pull/3491luentd/pull/3491
Bug fix
from pos file by file compaction at starthttps://github.com/fluent/fluentd/pull/3467ull/3467
https://github.com/fluent/fluentd/pull/34783478
https://github.com/fluent/fluentd/pull/34833483
Misc
The implementations is changed to use metrics plugin.
In the future, 3rd party plugin will be able to handle these mhttps://github.com/fluent/fluentd/pull/3471thttps://github.com/fluent/fluentd/pull/3473lhttps://github.com/fluent/fluentd/pull/3479nhttps://github.com/fluent/fluentd/pull/3484buffer: Use metrics plugin mechanism on a plugin base class fluent/fluentd#3484
v1.13.3Compare Source
Bug fix
https://github.com/fluent/fluentd/pull/34573https://github.com/fluent/fluentd/pull/3460ull/3460
Avoid deleting pos_file entries unexpectedly when both
pos_file_compaction_intervalandfollow_inodeare enabled.Use
bytesizeinstead ofsizefor path length.https://github.com/fluent/fluentd/pull/34593459
follow_inode.https://github.com/fluent/fluentd/pull/34663466
Misc
https://github.com/fluent/fluentd/pull/34563456
v1.13.2Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/34263426
Use
FLUENT_OJ_OPTION_BIGDECIMAL_LOAD,FLUENT_OJ_OPTION_MAX_NESTING,FLUENT_OJ_OPTION_MODE, andFLUENT_OJ_OPTION_USE_TO_JSONenvironmentvariable to configure https://github.com/fluent/fluentd/pull/3315ull/3315
Bug fix
https://github.com/fluent/fluentd/pull/34433443
config file. This is a regression since v1.13.0. If you use invalid
'@' prefix parameter, remove it as https://github.com/fluent/fluentd/pull/3451/fluentd/pull/3451
will be discarded if the throttling feature is enablhttps://github.com/fluent/fluentd/pull/3390ull/3390
It was unexpectedly introduced by #3305, thus this bug was a
regression since 1.12https://github.com/fluent/fluentd/pull/3444ull/3444
Misc
It was fixed because false positive detection is occurred frequently
by security scanninghttps://github.com/fluent/fluentd/pull/3450td/pull/3450
v1.13.1Compare Source
Bug fix
It's caused by using a same unpacker from multiple threahttps://github.com/fluent/fluentd/pull/3405uhttps://github.com/fluent/fluentd/pull/3406td/pull/3406
It was unexpectedly introduced by #3185 log throttling feature.
https://github.com/fluent/fluentd/pull/34183418
There was a potential cross-site scripting vector even though
it is quite difficult to ehttps://github.com/fluent/fluentd/pull/3427td/pull/3427
Misc
for debugghttps://github.com/fluent/fluentd/pull/3398ull/3398
https://github.com/fluent/fluentd/pull/34123412
v1.13.0Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/31853https://github.com/fluent/fluentd/pull/3364uhttps://github.com/fluent/fluentd/pull/3379td/pull/3379
https://github.com/fluent/fluentd/pull/32993https://github.com/fluent/fluentd/pull/3362ull/3362
https://github.com/fluent/fluentd/pull/33733373
https://github.com/fluent/fluentd/pull/33523352
Bug fix
trace_instructionwhenRubyVM::InstructionSequenceis available. It improvescompatibility with
trufflerubysome extent.https://github.com/fluent/fluentd/pull/33763376
Windows. It improves exception handling about
ERROR_SHARING_VIOLATIONon Windows.https://github.com/fluent/fluentd/pull/33783378
has been fihttps://github.com/fluent/fluentd/pull/3368ull/3368
Note that
skip_refresh_on_startupmust be enabled.https://github.com/fluent/fluentd/pull/33803380
Misc
https://github.com/fluent/fluentd/pull/33593359
https://github.com/fluent/fluentd/pull/33603360
v1.12.4Compare Source
Bug fix
https://github.com/fluent/fluentd/pull/33933393
v1.12.3Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/33083308
Bug fix
https://github.com/fluent/fluentd/pull/33023302
https://github.com/fluent/fluentd/pull/33253https://github.com/fluent/fluentd/pull/3329uhttps://github.com/fluent/fluentd/pull/3331thttps://github.com/fluent/fluentd/pull/3337luentd/pull/3337
https://github.com/fluent/fluentd/pull/33283328
https://github.com/fluent/fluentd/pull/33353335
https://github.com/fluent/fluentd/pull/33393339
https://github.com/fluent/fluentd/pull/33303330
Misc
https://github.com/fluent/fluentd/pull/33033303
https://github.com/fluent/fluentd/pull/33053305
https://github.com/fluent/fluentd/pull/33043https://github.com/fluent/fluentd/pull/3307uhttps://github.com/fluent/fluentd/pull/3312thttps://github.com/fluent/fluentd/pull/3313lhttps://github.com/fluent/fluentd/pull/3314nhttps://github.com/fluent/fluentd/pull/3316fhttps://github.com/fluent/fluentd/pull/3336com/Use GitHub Actions' status badges instead of Travis CI's fluent/fluentd#3336
https://github.com/fluent/fluentd/pull/33433343
v1.12.2Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/31903https://github.com/fluent/fluentd/pull/3287ull/3287
https://github.com/fluent/fluentd/pull/32523252
https://github.com/fluent/fluentd/pull/16661https://github.com/fluent/fluentd/pull/3288uhttps://github.com/fluent/fluentd/pull/3289td/pull/3289
Bug fix
https://github.com/fluent/fluentd/pull/32753275
https://github.com/fluent/fluentd/pull/32673https://github.com/fluent/fluentd/pull/3285ull/3285
https://github.com/fluent/fluentd/pull/32943294
https://github.com/fluent/fluentd/pull/32973297
https://github.com/fluent/fluentd/pull/21162116
Misc
https://github.com/fluent/fluentd/pull/32573257
https://github.com/fluent/fluentd/pull/32613261
https://github.com/fluent/fluentd/pull/32823282
https://github.com/fluent/fluentd/pull/32863https://github.com/fluent/fluentd/pull/3259uhttps://github.com/fluent/fluentd/pull/3291td/pull/3291
https://github.com/fluent/fluentd/pull/32663https://github.com/fluent/fluentd/pull/3268uhttps://github.com/fluent/fluentd/pull/3281thttps://github.com/fluent/fluentd/pull/3283lhttps://github.com/fluent/fluentd/pull/3290nt/fluentd/pull/3290
v1.12.1Compare Source
Enhancement
headers_from_placeholdersparameterhttps://github.com/fluent/fluentd/pull/32413241
--tableoption to use markdown tablehttps://github.com/fluent/fluentd/pull/32403240
--disable-shared-socket/disable_shared_socketto disable ServerEngine's shared socket setuphttps://github.com/fluent/fluentd/pull/32503250
Bug fix
https://github.com/fluent/fluentd/pull/32463246
https://github.com/fluent/fluentd/pull/32563256
Misc
https://github.com/fluent/fluentd/pull/32333https://github.com/fluent/fluentd/pull/3255ull/3255
v1.12.0Compare Source
New feature
follow_inodeto support log rotation with wild cardhttps://github.com/fluent/fluentd/pull/31823182
https://github.com/fluent/fluentd/pull/31553https://github.com/fluent/fluentd/pull/3162ull/3162
https://github.com/fluent/fluentd/pull/31313131
Enhancement
https://github.com/fluent/fluentd/pull/30953095
service_discoverytypehttps://github.com/fluent/fluentd/pull/31783178
add_query_paramsparameter to add query params to event recordhttps://github.com/fluent/fluentd/pull/31973197
unixtime_microsandunixtime_nanosintime_typehttps://github.com/fluent/fluentd/pull/32203220
https://github.com/fluent/fluentd/pull/31673https://github.com/fluent/fluentd/pull/3170uhttps://github.com/fluent/fluentd/pull/3180thttps://github.com/fluent/fluentd/pull/3196lhttps://github.com/fluent/fluentd/pull/3213nhttps://github.com/fluent/fluentd/pull/3222test_parser_syslog: Fix 2020-year failure fluent/fluentd#3222
Bug fix
https://github.com/fluent/fluentd/pull/32033203
v1.11.5Compare Source
Enhancement
newlineparameter to supportCRLFhttps://github.com/fluent/fluentd/pull/31523152
https://github.com/fluent/fluentd/pull/31463146
Bug fix
https://github.com/fluent/fluentd/pull/31563156
v1.11.4Compare Source
Enhancement
unixtime_millisintime_typeparameterhttps://github.com/fluent/fluentd/pull/31453145
Bug fix
json_array truehttps://github.com/fluent/fluentd/pull/31443144
${chunk_id}https://github.com/fluent/fluentd/pull/31343134
v1.11.3Compare Source
Enhancement
connect_modeparameter to read stderrhttps://github.com/fluent/fluentd/pull/31083108
https://github.com/fluent/fluentd/pull/31093109
ignore_same_log_intervalparameterhttps://github.com/fluent/fluentd/pull/31193119
https://github.com/fluent/fluentd/pull/31003100
https://github.com/fluent/fluentd/pull/30943https://github.com/fluent/fluentd/pull/3118ull/3118
Bug fix
https://github.com/fluent/fluentd/pull/30183018
https://github.com/fluent/fluentd/pull/31383138
v1.11.2Compare Source
Enhancement
in_dummyrenamed toin_samplehttps://github.com/fluent/fluentd/pull/30653065
https://github.com/fluent/fluentd/pull/30713071
https://github.com/fluent/fluentd/pull/30513051
Bug fix
chunk_limit_recordscasehttps://github.com/fluent/fluentd/pull/30793079
https://github.com/fluent/fluentd/pull/30923092
https://github.com/fluent/fluentd/pull/30863086
https://github.com/fluent/fluentd/pull/30933093
v1.11.1Compare Source
Enhancement
dump_error_logparameterhttps://github.com/fluent/fluentd/pull/30353035
https://github.com/fluent/fluentd/pull/30463046
https://github.com/fluent/fluentd/pull/30473047
Bug fix
https://github.com/fluent/fluentd/pull/30423042
https://github.com/fluent/fluentd/pull/30443044
v1.11.0Compare Source
New feature
https://github.com/fluent/fluentd/pull/29922992
Enhancement
time_formatfor RFC3164 string parserhttps://github.com/fluent/fluentd/pull/30143014
https://github.com/fluent/fluentd/pull/30153015
https://github.com/fluent/fluentd/pull/30193019
Bug fix
use_symbol_keysparameter to emit string key recordhttps://github.com/fluent/fluentd/pull/30083008
v1.10.4Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/29732973
https://github.com/fluent/fluentd/pull/29882988
Bug fix
File.umask(0)for standalone workerhttps://github.com/fluent/fluentd/pull/29872987
weight 0https://github.com/fluent/fluentd/pull/29892989
v1.10.3Compare Source
Enhancement
setmethodhttps://github.com/fluent/fluentd/pull/29772977
https://github.com/fluent/fluentd/pull/29582958
https://github.com/fluent/fluentd/pull/29612https://github.com/fluent/fluentd/pull/2962uhttps://github.com/fluent/fluentd/pull/2965thttps://github.com/fluent/fluentd/pull/2966lhttps://github.com/fluent/fluentd/pull/2978nt/fluentd/pull/2978
Bug fix
linger_timeoutsetting on Windowshttps://github.com/fluent/fluentd/pull/29592959
https://github.com/fluent/fluentd/pull/29742974
v1.10.2Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/29342934
https://github.com/fluent/fluentd/pull/29302930
https://github.com/fluent/fluentd/pull/29372937
https://github.com/fluent/fluentd/pull/29202920
https://github.com/fluent/fluentd/pull/29352https://github.com/fluent/fluentd/pull/2936uhttps://github.com/fluent/fluentd/pull/2938thttps://github.com/fluent/fluentd/pull/2939lhttps://github.com/fluent/fluentd/pull/2946nt/fluentd/pull/2946
Bug fix
https://github.com/fluent/fluentd/pull/29422942
https://github.com/fluent/fluentd/pull/29432943
https://github.com/fluent/fluentd/pull/29452945
https://github.com/fluent/fluentd/pull/29482948
--daemoncombohttps://github.com/fluent/fluentd/pull/29502950
v1.10.1Compare Source
Enhancement
--daemonand--no-supervisornow work togetherhttps://github.com/fluent/fluentd/pull/29122912
https://github.com/fluent/fluentd/pull/29132913
Bug fix
Fix pos_file_compaction_intervalparameter typehttps://github.com/fluent/fluentd/pull/29212921
https://github.com/fluent/fluentd/pull/29222922
with_priorityand RFC5424 casehttps://github.com/fluent/fluentd/pull/29232923
Misc
https://github.com/fluent/fluentd/pull/29112911
v1.10.0Compare Source
New feature
https://github.com/fluent/fluentd/pull/28762876
Enhancement
cert_verifierparameter for TLS transporthttps://github.com/fluent/fluentd/pull/28882888
https://github.com/fluent/fluentd/pull/28862886
suspendparameterhttps://github.com/fluent/fluentd/pull/28972897
https://github.com/fluent/fluentd/pull/28582https://github.com/fluent/fluentd/pull/2862uhttps://github.com/fluent/fluentd/pull/2864thttps://github.com/fluent/fluentd/pull/2869lhttps://github.com/fluent/fluentd/pull/2870nhttps://github.com/fluent/fluentd/pull/2874fhttps://github.com/fluent/fluentd/pull/2881chttps://github.com/fluent/fluentd/pull/2885hhttps://github.com/fluent/fluentd/pull/2894/https://github.com/fluent/fluentd/pull/2896phttps://github.com/fluent/fluentd/pull/2898 https://github.com/fluent/fluentd/pull/2899
https://github.com/fluent/fluentd/pull/29002https://github.com/fluent/fluentd/pull/2901uhttps://github.com/fluent/fluentd/pull/2906td/pull/2901
It can take some time to output lines fluent/fluentd#2906
Bug fix
linger_timeouthttps://github.com/fluent/fluentd/pull/28682868
https://github.com/fluent/fluentd/pull/28792879
available_buffer_space_ratiocalculationhttps://github.com/fluent/fluentd/pull/28822882
https://github.com/fluent/fluentd/pull/28902890
https://github.com/fluent/fluentd/pull/29032903
v1.9.3Compare Source
Enhancement
unmatched_lineat shutdown phase whenemit_unmatched_lines truehttps://github.com/fluent/fluentd/pull/28372837
https://github.com/fluent/fluentd/pull/28272827
https://github.com/fluent/fluentd/pull/28612861
https://github.com/fluent/fluentd/pull/28292https://github.com/fluent/fluentd/pull/2830uhttps://github.com/fluent/fluentd/pull/2832thttps://github.com/fluent/fluentd/pull/2836lhttps://github.com/fluent/fluentd/pull/2838nhttps://github.com/fluent/fluentd/pull/2842fhttps://github.com/fluent/fluentd/pull/2843com/Flush buffer is invoked in line buffer fluent/fluentd#2843
Bug fix
https://github.com/fluent/fluentd/pull/28242https://github.com/fluent/fluentd/pull/2853ull/2853
Tempfileas binmode for decompressionhttps://github.com/fluent/fluentd/pull/28472847
Misc
.ideato git ignore filehttps://github.com/fluent/fluentd/pull/28342834
https://github.com/fluent/fluentd/pull/28532https://github.com/fluent/fluentd/pull/2855ull/2855
https://github.com/fluent/fluentd/pull/28392839
v1.9.2Compare Source
Enhancement
pos_file_compaction_intervalparameter for auto compactionhttps://github.com/fluent/fluentd/pull/28052805
-Ehttps://github.com/fluent/fluentd/pull/28142814
Bug fix
https://github.com/fluent/fluentd/pull/28072807
https://github.com/fluent/fluentd/pull/28132813
https://github.com/fluent/fluentd/pull/28122812
NoMethodErrorwhenOPTIONSrequest doesn't have 'Origin' headerhttps://github.com/fluent/fluentd/pull/28232823
parser_sysloghttps://github.com/fluent/fluentd/pull/28162816
v1.9.1Compare Source
Enhancement
https://github.com/fluent/fluentd/pull/27872787
path_delimiterto split with any charhttps://github.com/fluent/fluentd/pull/27962796
https://github.com/fluent/fluentd/pull/28032803
retryable_response_codehttps://github.com/fluent/fluentd/pull/28092809
https://github.com/fluent/fluentd/pull/27672767
https://github.com/fluent/fluentd/pull/28022802
Bug fix
EncodingErrorto unrecoverable errorshttps://github.com/fluent/fluentd/pull/28082808
https://github.com/fluent/fluentd/pull/28022802
Configuration
📅 Schedule: Branch creation - "" (UTC), 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.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.