Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
This package allows sending/receiving messages in a gRPC event stream.
This gRPC ROBOT library is intended to support different Protocol Buffer definitions. Precondition is that python files generated from Protocol Buffer files are available in a pip package which must be installed before the library is used.
Supported device | Pip package | Pip package version | Library Name |
---|---|---|---|
dmi | device-management-interface | 0.9.1 | grpc_robot.Dmi |
0.9.2 | grpc_robot.Dmi | ||
0.9.3 | grpc_robot.Dmi | ||
0.9.4 | grpc_robot.Dmi | ||
0.9.5 | grpc_robot.Dmi | ||
0.9.6 | grpc_robot.Dmi | ||
0.9.8 | grpc_robot.Dmi | ||
0.9.9 | grpc_robot.Dmi | ||
0.10.1 | grpc_robot.Dmi | ||
0.10.2 | grpc_robot.Dmi | ||
0.12.0 | grpc_robot.Dmi | ||
1.0.0 | grpc_robot.Dmi | ||
1.2.1 | grpc_robot.Dmi | ||
1.4.0 | grpc_robot.Dmi | ||
1.13.0 | grpc_robot.Dmi | ||
1.13.1 | grpc_robot.Dmi | ||
1.16.0 | grpc_robot.Dmi | ||
voltha | voltha-protos | 4.0.13 | grpc_robot.Voltha |
4.2.0 | grpc_robot.Voltha |
The package also offers some keywords for convenience to work with Robot Framework.
List of keywords:
The list of keywords may can be extended by request if required.
pip install robot-grpc
The library has a named parameter version to indicate the ProtoBuf file set to be used.
Import Library grpc_robot.Dmi
Import Library grpc_robot.Voltha
Import Library grpc_robot.Collections
Import Library grpc_robot.DmiTools
Import Library grpc_robot.VolthaTools
The json file is the conversion of the ProtoBuf files content into json format which is used by the library.
Clone or update the repository https://github.com/opencord/device-management-interface.git. Make sure the VERSION file shows the desired DMI version. If not checkout the version of interest.
In the command line interface run the command:
e.g. grpc_robot.protop -i ~/repositories/device-management-interface/protos/dmi -o /robot-grpc/grpc_robot/services/ dmi 1.4.0
NOTE: If an error "parsy.ParseError: expected one of ..." occurs: most-likely it is a block-comment (/* ... */) in the *.proto file. Simply remove that block-comment and retry.
FAQs
Package for sending/recieving messages to/from a gRPC server.
We found that grpc-robot demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.