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.
sqlfs is a POSIX compliant inode table to be used as fuse binding engine. Inode table is store in a very simple sqlite file.
sqlfs is the underlying inode table that support the cloudfs project.
sqlfs support most of the fuse API (appart for file body access - open, release, read, write - see cloudfs for this part)
gettattr
mkdir
readdir
rename
rmdir
statfs
unlink
utimens
create
touch
mkdirp
rmrf
file_uid | file_name | parent_uid | file_mode | file_size | block_hash | file_ctime | file_mtime |
---|---|---|---|---|---|---|---|
(someguid) | usr | (someotherguid) | S_IFDIR | 0o777 | 0 | null | 1560000505 | 1560000505 |
(someguid) | "foo" | (someotherguid) | S_IFREG | 0o666 | 2323 | (file md5) | 1560000505 | 1560000505 |
FAQs
A sqlite powered inode table (for cloudfs, mostly)
The npm package sqlitefs receives a total of 0 weekly downloads. As such, sqlitefs popularity was classified as not popular.
We found that sqlitefs demonstrated a not healthy version release cadence and project activity because the last version was released 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.