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

ydbd cli: fix vulnerability 101576 #13001

Merged
merged 1 commit into from
Dec 27, 2024

Conversation

ijon
Copy link
Collaborator

@ijon ijon commented Dec 25, 2024

Fix parsing input path for some ydbd schema subcommands.

KIKIMR-22386, CLOUD-215116

Changelog entry

Fix parsing input path in ydbd cli commands (ydbd schema subcommands).

Changelog category

  • Bugfix

@github-actions github-actions bot added bugfix and removed bugfix labels Dec 25, 2024
Copy link

github-actions bot commented Dec 25, 2024

2024-12-25 16:15:32 UTC Pre-commit check linux-x86_64-release-asan for 339c7e1 has started.
2024-12-25 16:17:55 UTC Artifacts will be uploaded here
2024-12-25 16:21:20 UTC ya make is running...
🟡 2024-12-25 17:50:16 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
12159 12067 0 24 13 55

2024-12-25 17:51:54 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-25 18:03:58 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
152 (only retried tests) 101 0 3 0 48

2024-12-25 18:04:08 UTC ya make is running... (failed tests rerun, try 3)
🟡 2024-12-25 18:15:48 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
100 (only retried tests) 51 0 1 0 48

🟢 2024-12-25 18:15:56 UTC Build successful.
🟢 2024-12-25 18:16:25 UTC ydbd size 3.6 GiB changed* by -39.4 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 2227b46 merge: 339c7e1 diff diff %
ydbd size 3 864 938 376 Bytes 3 864 898 056 Bytes -39.4 KiB -0.001%
ydbd stripped size 1 347 470 448 Bytes 1 347 464 048 Bytes -6.2 KiB -0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Dec 25, 2024

2024-12-25 16:16:16 UTC Pre-commit check linux-x86_64-relwithdebinfo for 339c7e1 has started.
2024-12-25 16:18:00 UTC Artifacts will be uploaded here
2024-12-25 16:21:49 UTC ya make is running...
🟡 2024-12-25 17:55:16 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
19141 17598 0 4 1416 123

2024-12-25 17:57:31 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-25 18:09:15 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
180 (only retried tests) 62 0 1 0 117

2024-12-25 18:09:25 UTC ya make is running... (failed tests rerun, try 3)
🔴 2024-12-25 18:20:56 UTC Some tests failed, follow the links below.

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
171 (only retried tests) 54 0 1 0 116

🟢 2024-12-25 18:21:03 UTC Build successful.
🟢 2024-12-25 18:21:23 UTC ydbd size 2.1 GiB changed* by +80.6 KiB, which is < 100.0 KiB vs main: OK

ydbd size dash main: 4472125 merge: 339c7e1 diff diff %
ydbd size 2 226 179 328 Bytes 2 226 261 896 Bytes +80.6 KiB +0.004%
ydbd stripped size 467 385 168 Bytes 467 395 664 Bytes +10.2 KiB +0.002%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Some `ydbd schema` subcommands improperly parsed input path.

KIKIMR-22386, CLOUD-215116
@ijon ijon force-pushed the fix-vulnerability-101576 branch from 8f2e57b to b75f3eb Compare December 26, 2024 12:04
Copy link

github-actions bot commented Dec 26, 2024

2024-12-26 12:07:42 UTC Pre-commit check linux-x86_64-relwithdebinfo for ca21d2a has started.
2024-12-26 12:07:52 UTC Artifacts will be uploaded here
2024-12-26 12:10:41 UTC ya make is running...
🟡 2024-12-26 12:54:31 UTC Some tests failed, follow the links below. Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
19152 17603 0 6 1417 126

2024-12-26 12:56:10 UTC ya make is running... (failed tests rerun, try 2)
🟢 2024-12-26 13:08:03 UTC Tests successful.

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
193 (only retried tests) 73 0 0 0 120

🟢 2024-12-26 13:08:10 UTC Build successful.
🟢 2024-12-26 13:08:29 UTC ydbd size 2.1 GiB changed* by -18.4 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 24d1f57 merge: ca21d2a diff diff %
ydbd size 2 239 333 344 Bytes 2 239 314 504 Bytes -18.4 KiB -0.001%
ydbd stripped size 471 461 296 Bytes 471 458 608 Bytes -2.6 KiB -0.001%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

Copy link

github-actions bot commented Dec 26, 2024

2024-12-26 12:08:25 UTC Pre-commit check linux-x86_64-release-asan for ca21d2a has started.
2024-12-26 12:08:36 UTC Artifacts will be uploaded here
2024-12-26 12:11:30 UTC ya make is running...
🟡 2024-12-26 13:09:54 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
11274 11210 0 26 7 31

2024-12-26 13:10:53 UTC ya make is running... (failed tests rerun, try 2)
🟡 2024-12-26 13:18:46 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet Going to retry failed tests...

Test history | Ya make output | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
102 (only retried tests) 75 0 3 0 24

2024-12-26 13:18:56 UTC ya make is running... (failed tests rerun, try 3)
🟡 2024-12-26 13:31:10 UTC Some tests failed, follow the links below. This fail is not in blocking policy yet

Test history | Ya make output | Test bloat | Test bloat | Test bloat

TESTS PASSED ERRORS FAILED SKIPPED MUTED?
54 (only retried tests) 28 0 2 0 24

🟢 2024-12-26 13:31:19 UTC Build successful.
🟢 2024-12-26 13:31:49 UTC ydbd size 3.6 GiB changed* by -35.4 KiB, which is <= 0 Bytes vs main: OK

ydbd size dash main: 24d1f57 merge: ca21d2a diff diff %
ydbd size 3 865 639 160 Bytes 3 865 602 944 Bytes -35.4 KiB -0.001%
ydbd stripped size 1 347 850 064 Bytes 1 347 847 760 Bytes -2.2 KiB -0.000%

*please be aware that the difference is based on comparing your commit and the last completed build from the post-commit, check comparation

@ijon ijon requested a review from azevaykin December 26, 2024 13:13
@github-actions github-actions bot added bugfix and removed bugfix labels Dec 26, 2024
@ijon ijon merged commit a027227 into ydb-platform:main Dec 27, 2024
13 checks passed
@ijon ijon deleted the fix-vulnerability-101576 branch December 27, 2024 15:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants