
Security News
Follow-up and Clarification on Recent Malicious Ruby Gems Campaign
A clarification on our recent research investigating 60 malicious Ruby gems.
= Description A library for playing and controlling sounds on MS Windows.
= Prerequisites
= Installation gem install win32-sound
= Synopsis require 'win32/sound' include Win32
Sound.play("somefile.wav")
Sound.play("SystemAsterisk",Sound::ALIAS)
p Sound.volume.join(", ") # left channel, right channel
= Acknowledgements API ideas derived (or not) from Perl's Win32::Sound module and Python's winsound package.
= Known Bugs None that I'm aware of. Please report any bugs on the project page at https://github.com/djberg96/win32-sound.
= Future Plans Add ability to retrieve information about WAV files. Add MIDI support?
= Developer's Notes The MessageBeep() function, which the Python "winsound" module contains, is intentionally omitted here. I felt it was redundant, because you can achieve the same effect with something like this:
Sound.play("SystemAsterisk", Sound::ALIAS).
= License Artistic 2.0
= Copyright (C) 2004-2017, Daniel J. Berger, All Rights Reserved
= Warranty This package is provided "as is" and without any express or implied warranties, including, without limitation, the implied warranties of merchantability and fitness for a particular purpose.
= Author(s) Daniel Berger Park Heesob Dominic Muller
FAQs
Unknown package
We found that win32-sound 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
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.
Research
/Security News
A malicious Go module posing as an SSH brute forcer exfiltrates stolen credentials to a Telegram bot controlled by a Russian-speaking threat actor.