-
Notifications
You must be signed in to change notification settings - Fork 115
Address vulnerabilities through package updates #794
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
Merged
Merged
Changes from all commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
86c6ea7
update telegraf to 1.22.2 to fix vulns
5566904
remove changes committed by mistake
30ad904
test
6e88588
use precompiled version
34f5b61
change paths
ce49fc3
run as bash shell
2375bbe
update ruby in windows
fa92dab
update cool.io to build with ruby 3.1.0
pfrcks 3226f27
ruby paths
0de2009
fix path in main
73dcd1c
test
06821d6
bump fluentd for linux
2d83478
use tomlrb gem for linux; bump version for windows
9eaa3e4
add ganga's changes
7253451
fix bug
4849f72
revert changes
b59c3f6
address warning
169d2c2
revert changes in dev pipeline
b1ee385
builtin json inplace of yajl
ganga1980 67db713
remove stringio
ganga1980 13a0595
use rvm ruby 2.7.5
f00fc7b
use old trivyignore
14216be
try with 3.0.2
5fcf4d8
add vuln
29aa01a
Merge branch 'ci_dev' into user/amagraw/tmp/default-json-old-ruby
0b8761b
use default json parser
99cbcec
3.0.4 default json
9c4e9d6
3.1.1 default json
3565355
2.7.5 default json
7c64a23
fix bug + 2.7.5
0f67aec
fix bug + 3.1.1
3a58122
fix bug + 3.0.4
e34c5af
fix vuln + 3.0.4
fdd1e18
fix vuln + 3.1.1
233acfc
fix vuln + 2.7.5
bae092a
use 3.1.1
a9abba1
Merge branch 'ci_dev' into user/amagraw/tmp/default-json-old-ruby
d6bf727
address PR comments
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,19 +1,9 @@ | ||
| # related to telegraf | ||
| #[vishwa] - Fix telegraf & test all for next release - see work item #https://msazure.visualstudio.com/InfrastructureInsights/_workitems/edit/13322134 | ||
| # Unfixed as of 4/28/2022 | ||
| # telegraf vulnerabilities | ||
| CVE-2019-3826 | ||
| CVE-2022-1996 | ||
| CVE-2022-29190 | ||
| CVE-2022-29222 | ||
| CVE-2022-29189 | ||
|
|
||
| # ruby in /usr/lib | ||
| CVE-2020-36327 | ||
| CVE-2021-43809 | ||
| CVE-2021-41816 | ||
| CVE-2021-41819 | ||
| CVE-2021-31799 | ||
| CVE-2021-28965 | ||
| CVE-2022-1996 | ||
|
|
||
| #dpkg vulnerability in ubuntu | ||
| CVE-2022-1304 | ||
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
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
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
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
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
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
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
2 changes: 1 addition & 1 deletion
2
build/linux/installer/scripts/tomlparser-metric-collection-config.rb
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
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,5 +1,5 @@ | ||
| <source> | ||
| type heartbeat_request | ||
| @type heartbeat_request | ||
| run_interval 30m | ||
| @log_level info | ||
| </source> | ||
|
|
||
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
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
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
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
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
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
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.