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.
Forward OS X file system events to a VM, designed for use with Dinghy.
Normally you won't install this manually, Dinghy will do it for you.
If you want to manually install:
$ gem install fsevents_to_vm
Dinghy will start fsevents_to_vm automatically. If you would like to run in manually:
The Dinghy VM must be running. Then in a terminal run:
$ fsevents_to_vm start
You can specify a specific directory to watch. This directory must be already mounted in the VM over NFS. By default, this means anything in your home dir:
$ fsevents_to_vm start ~/projects
~/Library
.First, make sure that fsevents
isn't already running due to dinghy start
, kill it if necessary.
Then run manually:
bundle exec ruby exe/fsevents_to_vm start --debug --ssh-identity-file ~/.docker/machine/machines/dinghy/id_rsa --ssh-ip $(dinghy ip) ~
You can use inotifywait in the VM to watch for events:
docker run --rm -it -v $HOME:/fstest ubuntu:trusty
apt-get update && apt-get install -y inotify-tools
inotifywait /fstest/some/dir
Then modify a file in ~/some/dir
and watch for inotifywait to catch the change.
FAQs
Unknown package
We found that fsevents_to_vm 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.
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.