Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
= RGen - Ruby Modelling and Generator Framework
RGen is a framework for Model Driven Software Development (MDSD)in Ruby. This means that it helps you build Metamodels, instantiate Models, modify and transform Models and finally generate arbitrary textual content from it.
RGen features include:
== Download
Get the latest release from Github: https://github.com/mthiede/rgen
== Installation
Install RGen as a Ruby gem:
gem install rgen
== Running the Tests
Change to the 'test' folder and run the test suite:
cd test ruby rgen_test.rb
== Documentation
RDoc documentation is available at Github: http://mthiede.github.com/rgen/
Find the main documentation parts for:
== Examples
There are several examples of using RGen within the framework itself.
Metamodel Definition: lib/rgen/ecore/ecore.rb lib/metamodels/uml13_metamodel.rb
Instantiation: lib/rgen/instantiator/xmi11_instantiator.rb lib/rgen/instantiator/ecore_xml_instantiator.rb
Transformations: lib/rgen/ecore/ruby_to_ecore.rb lib/transformers/uml13_to_ecore.rb
Generators: lib/mmgen/metamodel_generator.rb
== License
RGen is released under the MIT license.
FAQs
Unknown package
We found that rgen 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.