
Research
Malicious fezbox npm Package Steals Browser Passwords from Cookies via Innovative QR Code Steganographic Technique
A malicious package uses a QR code as steganography in an innovative technique.
@harperdb/status-check
Advanced tools
This component enables controlling an instance's status based on a record in the database. This can be used by external systems to know the availability of a specific node.
The status of the node can be
GET /status
200
with POST /status
404
with DELETE /status
NOTE: Replication for the data.hdb_status
table should NOT be established. If the data replicates then all other nodes would be unintentionally set to offline/online.
This component exposes a route /status
This method is unauthenticated and returns the current status and message.
curl http://localhost:9926/status
This method is used to set the status of the node to 200. This method is authenticated and the user must either be a superuser
or have write permissions to the table data.hdb_status
.
curl -X POST http://localhost:9926/status --header "Authorization: Basic XXXXXXXXXXXX"
This method is used to set the status of the node to 404. This method is authenticated and the user must either be a superuser
or have write permissions to the table data.hdb_status
.
curl -X DELETE http://localhost:9926/status --header "Authorization: Basic XXXXXXXXXXXX"
FAQs
A Harper component for checking the status of the HarperDB instance.
The npm package @harperdb/status-check receives a total of 1 weekly downloads. As such, @harperdb/status-check popularity was classified as not popular.
We found that @harperdb/status-check 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
A malicious package uses a QR code as steganography in an innovative technique.
Research
/Security News
Socket identified 80 fake candidates targeting engineering roles, including suspected North Korean operators, exposing the new reality of hiring as a security function.
Application Security
/Research
/Security News
Socket detected multiple compromised CrowdStrike npm packages, continuing the "Shai-Hulud" supply chain attack that has now impacted nearly 500 packages.