#
46c78918 |
| 09-Sep-2024 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
tools/visualize-pdr: bump paramiko to 3.4.0
Bumps paramiko[1] from 2.10.1 to 3.4.0. Below are the list of commits[2] from 2.10.1 to 3.4.0.
[1]: https://github.com/paramiko/paramiko [2]: https://git
tools/visualize-pdr: bump paramiko to 3.4.0
Bumps paramiko[1] from 2.10.1 to 3.4.0. Below are the list of commits[2] from 2.10.1 to 3.4.0.
[1]: https://github.com/paramiko/paramiko [2]: https://github.com/paramiko/paramiko/compare/2.10.1...3.4.0
Change-Id: I10b98730ae91c8273b1ac713925c9d7d0cc8a4a9 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
|
#
235dfa82 |
| 06-Sep-2024 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
bump cryptography in /tools/visualize-pdr
Bumps cryptography dependency to latest.
Look Changelog[1] and commits list[2] for more information.
[1]: https://github.com/pyca/cryptography/blob/main/C
bump cryptography in /tools/visualize-pdr
Bumps cryptography dependency to latest.
Look Changelog[1] and commits list[2] for more information.
[1]: https://github.com/pyca/cryptography/blob/main/CHANGELOG.rst [2]: https://github.com/pyca/cryptography/compare/39.0.1...43.0.1
Change-Id: I141cbffd61f3edd1114c2b61549a4adee3c588c5 Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
|
#
118465cf |
| 25-Jul-2023 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
bump cryptography from 3.4.7 to 39.0.1
Here is the change log:
``` * SECURITY ISSUE - Fixed a bug where Cipher.update_into accepted Python buffer protocol objects, but allowed immutable buffers [CV
bump cryptography from 3.4.7 to 39.0.1
Here is the change log:
``` * SECURITY ISSUE - Fixed a bug where Cipher.update_into accepted Python buffer protocol objects, but allowed immutable buffers [CVE-2023-23931] * Updated Windows, macOS, and Linux wheels to be compiled with OpenSSL 3.0.8. ```
Change-Id: I3a5f88506c6bc560c66c6b0bb8005bc2d133f3ea Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com>
show more ...
|
#
7b017268 |
| 05-Apr-2022 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
visualize-pdr : bump paramiko from 2.7.2 to 2.10.1
There are a lot of improvements in the parmiko python module, and the latest version of paramiko is much cleaner/faster & effecient and it also has
visualize-pdr : bump paramiko from 2.7.2 to 2.10.1
There are a lot of improvements in the parmiko python module, and the latest version of paramiko is much cleaner/faster & effecient and it also has various CVE's fixed.
change log : https://www.paramiko.org/changelog.html dependabot PR: https://github.com/openbmc/pldm/pull/33
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I39bf51dd60a87a1c619fdef788863444db66fc55
show more ...
|
#
b8cc3257 |
| 24-May-2021 |
Manojkiran Eda <manojkiran.eda@gmail.com> |
Initial version of pldm-visualization-pdr tool
- The pldmtool for GetPDR command lacks to display all PDRs at once. It fetches only one PDR at a time.
- With a lot of sensors/effecters & with a l
Initial version of pldm-visualization-pdr tool
- The pldmtool for GetPDR command lacks to display all PDRs at once. It fetches only one PDR at a time.
- With a lot of sensors/effecters & with a lot of Host FRU pdrs coming in due to concurrent maintenance of the system,where the fru's are added/removed at runtime, it's really necessary to have a full system view.
- The Intent behind this tool is to fire ssh commands to getPDR command on BMC and use the obtained json output to parse and to construct a tabular summary.
- This tool also parses the entity association PDR's and generates a [picture](https://cdn.discordapp.com/attachments/778790638563885086/850269035827298304/entity_association2021-06-04_123122.pdf) that explains the entity association hierarchy at any given point in time.
Signed-off-by: Manojkiran Eda <manojkiran.eda@gmail.com> Change-Id: I37c05233cff1574c7f49d68a3388c2b4ed3dc2a7
show more ...
|