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.
Fradium comes from FreeRADIUS User Manager. Quick and easy tool to manage user database of FreeRADIUS.
This software is licensed under the MIT license.
$ gem install fradium
You need to install corresponding database adapter gems what you want to connect.
$ gem install <mysql2|pq|sqlite>
First of all, create a confiuration file called .fradium.yaml
in your home directory and specify information needed to your RADIUS database. You can define multiple configuration sets called profile.
Supported databases are MySQL and MariaDB via mysql2
adapter so far. It should be work with SQLite 3 or PostgreSQL but still experimental.
default: # default profile
adapter: mysql2
host: radius.mysql.example.com
username: root
password:
database: radius
staging:
adapter: mysql2
host: radius.mysql.example.com
username: root
password:
database: radius_staging
sqlite: "sqlite:///path/to/sqlite_database.sqlite"
Profiles can be chosen by --profile
option. Specify like --profile=targetprofile
. If not specified, profile named default
will be refered by default. Parameters defined in this config file are passed to Sequel#connect method as-is.
It would be easy to use. Running fradium
without any options will show the usage.
usage:
fradium [--profile=profile] subcommand ...
subcommands as follows:
create <username> # create new user with password
show <username> # show password for username
showall # show all users
showvalid # show valid(not expired) users
showexpired # show expired users
showexpiry # show expiry inforrmation
expire <username> # expire the user right now
unexpire <username> # unexpire the user
setexpire <username> <expiry date> # set expiry date (date must be parseable by Time#parse)
modify <username> # generate new password for username
dbconsole # enter database console
After checking out the repo, run bin/setup
to install dependencies. Then, run rake spec
to run the tests. You can also run bin/console
for an interactive prompt that will allow you to experiment.
To install this gem onto your local machine, run bundle exec rake install
. To release a new version, update the version number in version.rb
, and then run bundle exec rake release
, which will create a git tag for the version, push git commits and tags, and push the .gem
file to rubygems.org.
Bug reports and pull requests are welcome on GitHub at https://github.com/metalefty/rubygem-fradium.
FAQs
Unknown package
We found that fradium 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 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.