-
Notifications
You must be signed in to change notification settings - Fork 2
TH2-4347 vulnerabilities fix #22
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
Conversation
| @@ -0,0 +1,76 @@ | |||
| /* | |||
| * Copyright 2022 Exactpro (Exactpro Systems Limited) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
2023
| * Copyright 2022 Exactpro (Exactpro Systems Limited) | |
| * Copyright 2023 Exactpro (Exactpro Systems Limited) |
| @@ -1,5 +1,5 @@ | |||
| /* | |||
| * Copyright 2020-2020 Exactpro (Exactpro Systems Limited) | |||
| * Copyright 2020-2022 Exactpro (Exactpro Systems Limited) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Copyright 2020-2022 Exactpro (Exactpro Systems Limited) | |
| * Copyright 2020-2023 Exactpro (Exactpro Systems Limited) |
| if (!anyMessage.hasRawMessage()) { | ||
| LOGGER.error("Message should either have a raw or parsed message but has nothing: {}", anyMessage); | ||
| continue; | ||
| } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add protocol check. Codec should decode / encode message with empty or csv (case insensitive) protocol
| @@ -1,5 +1,5 @@ | |||
| /* | |||
| * Copyright 2020-2020 Exactpro (Exactpro Systems Limited) | |||
| * Copyright 2020-2022 Exactpro (Exactpro Systems Limited) | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| * Copyright 2020-2022 Exactpro (Exactpro Systems Limited) | |
| * Copyright 2020-2023 Exactpro (Exactpro Systems Limited) |
|
@Nikita-Smirnov-Exactpro @Xanclry Hi, I don't quite understand why are we doing this PR into the master. As I can see the th2-4347 branch is based on the dev branch. Why don't we merge those changes into dev and then merge dev into master? |
We would like to push this changes ASAP |
|
I understand. Let's switch the base branch to |
No description provided.