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.
penneo-uri-utils
Advanced tools
Add the script to your HTML page. You can use the CDN version from https://cdn.jsdelivr.net/gh/penneo/browser-uri-utils/bin/browser-utils.min.js
, or host it yourself and target directly to it.
<!-- index.html -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/gh/penneo/browser-uri-utils/bin/browser-utils.min.js"></script>
NPM and Bower installations will be available soon.
To enhance any link <a>
element in a website to integrate Penneo, you only need the link, the data and the script above to be included.
In HTML, create a link with a temporary href
.
<a id="penneo-link" href="#">Link to Penneo</a>
In javascript
penneoLink
function that the script exposes.<script type="text/javascript">
// 1. create data payload
var data = {name: 'Test Casefile'};
// 2. select link element
var link = document.getElementById('penneo-link');
// 3. enhance link
penneoLink(data, link); // This will update the href of the link to be compatible with the Penneo Desktop application.
</script>
Full example will be made available soon.
FAQs
Utilities for integrating browsers with Penneo
The npm package penneo-uri-utils receives a total of 33 weekly downloads. As such, penneo-uri-utils popularity was classified as not popular.
We found that penneo-uri-utils demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.