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.
@signalk/resources-provider
Advanced tools
Signal K server plugin that implements the Resource Provider API.
Note: This plugin requires Signal K Server v2.0 or later!
This plugin is a resource provider, facilitating the storage and retrieval of the following resource types defined by the Signal K specification:
resources/routes
resources/waypoints
resources/notes
resources/regions
as well as providing the capability to serve custom resource types provisioned as additional paths under /signalk/v2/api/resources
.
/signalk/v2/api/resources/fishingZones
Each path is provisioned with GET
, PUT
, POST
and DELETE
operations enabled.
Operation of all paths is as set out in the OpenAPI resources definition available in the Signal K server Admin console.
Signal K server v2 includes this plugin as part of the installation / upgrade process.
By default the plugin is enabled with all standdard resource types enabled.
(optional)
De-select any resource types you want to disable.
(optional)
Specify any custom resource paths you require.
Click Submit
Resources are stored in the server's filesystem under the path ~/.signalk/plugin-config-data/resources-provider/resources
.
A separate file is created for each resource with a name that reflects the resources id
.
Each resource is created within a folder allocated to that specific resource type.
Example:
~/.signalk
/resources
/routes
...
/waypoints
...
/notes
...
/regions
...
/charts
...
/my_custom_type
...
Once configured, the plugin registers itself as the resource provider for each of the enabled resource types and the Signal K server will pass all HTTP GET, POST, PUT and DELETE requests to the plugin.
For further information about working with resources please refer to the Signal K specification and Signal K Server documentation.
FAQs
Resources provider plugin for Signal K server.
We found that @signalk/resources-provider demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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.