Security News
Supply Chain Attack Detected in Solana's web3.js Library
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
= Rpam
== DESCRIPTION:
This extension provides PAM (Pluggable Authentication Modules) integration. The library provides a stable API for applications to defer to for authentication tasks.
== FEATURES/PROBLEMS:
== SYNOPSIS:
In a nutshell (using the 'rpam' PAM service):
require 'rpam'
if Rpam.auth("user","password") == true puts "Authenticate Successful" else puts "Authenticate Failure" end
Or, to use a different PAM service:
if Rpam.auth("user", "password", :service => 'my_foo') == true
This also supports compatibility with the original 'rpam':
include Rpam if authpam("user","password") == true
== REQUIREMENTS:
== INSTALL:
Or, you can do it the hard way (without Rubygems):
== LICENSE: This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
A full copy of the GNU license is provided in the file LICENSE.
FAQs
Unknown package
We found that rpam-ruby19 demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 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.
Security News
A supply chain attack has been detected in versions 1.95.6 and 1.95.7 of the popular @solana/web3.js library.
Research
Security News
A malicious npm package targets Solana developers, rerouting funds in 2% of transactions to a hardcoded address.
Security News
Research
Socket researchers have discovered malicious npm packages targeting crypto developers, stealing credentials and wallet data using spyware delivered through typosquats of popular cryptographic libraries.