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.
@borderguru/footer
Advanced tools
This web component is the default footer for any Hermes' web, it display the content selected by the company.
It has two properties: center and right, each property add contents to the center and right column, each column has a title and a list of links, you can define the column name, the name of each link, where it goes and how to open the link. Here is an example of an attribute
center='{"title": "the title", "content": [{"title":"This is what you see", "href":"link", "target":"_blank"}]}'
It display a column with all the content in a pile for screens under 760px, for bigger screens, the content is displayed in 3 columns, it always takes all the width.
<hermes-footer
center='{"title": "the title", "content": [{"title":"This is what you see", "href":"link", "target":"_blank"}]}'
right='{"title": "the title", "content": [{"title":"This is what you see", "href":"link", "target":"_blank"}]}'
></simple-counter>
FAQs
Hermes footer
We found that @borderguru/footer demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 7 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.