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.
A C version and ruby wrapper for the www.decc.gov.uk 2050 energy and climate change excel calculator
Further detail on the project: http://www.decc.gov.uk/2050
Canonical source: http://github.com/decc/decc_2050_model
This has ONLY been tested on OSX and on Ubuntu 64 bit EC2 ami. Grateful for reports from other platforms.
In the util folder are two example scripts than can be helpful:
Note that this compiles the underlying c code, which might take 10-20 minutes or so
gem install decc_2050_model
First of all, you need to be working on the github version of the code, not the rubygem:
git clone http://github.com/decc/decc_2050_model
Then put the new spreadsheet in spreadsheet/2050Model.xlsx
Then, from the top directory of the gem:
bundle
bundle exec rake
The next step is to check whether lib/decc_2050_model/decc_2050_model_result.rb and lib/decc_2050_model/model_structure.rb need to be altered so that they pick up the correct places in the underlying excel.
The final stage is to build and install the new gem:
gem build decc_2050_model.gemspec
gem install decc_2050_model-<version>.gem
... where is the version number of the gem file that was created in the folder.
Now follow the instructions in the twenty-fifty server directory in order to ensure that it is using this new version of the gem.
FAQs
Unknown package
We found that global_2050_model demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 4 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.
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.