Security News
PyPI’s New Archival Feature Closes a Major Security Gap
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
github.com/tryy3/ftp-to-blob
This project started when I wanted automatic backups to azure.
We were only able to do automatic backup through FTP, which usually isn't a problem. But the problem is that Azure doesn't have support for FTP.
The solution was to make a FTP server that has a backend of Azure blob storage.
Luckily most of the work was done with https://github.com/goftp/server that makes it really easy to make a FTP server and allows you to implement a custom File Driver. So all I had to do was to use azure blob storage SDK and then implement a File Driver for it.
This is a project that was kinda rushed and have a specific purpose, to make it possible to have a FTP server that when we save files on it, it saves them to azure blob storage.
There is probably plenty of bugs, especially when reading files. Most of the work has gone towards making sure that saving files works.
I will happily fix any bugs that is found but I wouldn't recommend using this project in production.
FAQs
Unknown package
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.
Security News
PyPI now allows maintainers to archive projects, improving security and helping users make informed decisions about their dependencies.
Research
Security News
Malicious npm package postcss-optimizer delivers BeaverTail malware, targeting developer systems; similarities to past campaigns suggest a North Korean connection.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.