
Security News
New Website “Is It Really FOSS?” Tracks Transparency in Open Source Distribution Models
A new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
sms-logparser - Logparser for Simplex Media Server (SMS). Reads access logs stored in a MySQL database (coming from the SWISS TXT CDN) accumulates and sends them to the SMS API.
Install the sms-logpaser gem:
$ gem install sms-logparser
Create the database table to track which logs have been parsed:
$ sms-logparser setup
Make a test run:
$ sms-logparser parse --simulate
See available commands:
$ sms-logparser help
Parse logs from database and send them to the API
$ sms-logparser parse
Show the last parser runs:
$ sms-logparser history
sms-logparser tries to read default options from a yaml file named '.sms-logparser.yml' placed in your home directory. Using the "-c/--config" flag you can adapt the path to the configuration file.
An example configuration (~/.sms-logparser.yml) for adapting the default MySQL password and setting the api_key:
mysql_password: 'my!secret'
api_key: 'xqugl-hjh54-dr97-9kjdkjwi988d-123456'
git clone <repo>
)rake test
)rake release
)git checkout -b my-new-feature
)git commit -am 'Add some feature'
)git push origin my-new-feature
)FAQs
Unknown package
We found that sms-logparser 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 new site reviews software projects to reveal if they’re truly FOSS, making complex licensing and distribution models easy to understand.
Security News
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.