
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Gem to generate IPS QR code formatted strings.
Add this line to your application's Gemfile:
gem 'ips_qr_code'
And then execute:
$ bundle install
Or install it yourself as:
$ gem install ips_qr_code
require 'ips_qr_code'
data = IpsQrCode.generate(
r: '845000000014284968', # racun primaoca
n: 'EPS Snabdevanje 11000 Beograd', # naziv primaoca
sf: '221', # sifra placanja
i: 'RSD1000,00' # iznos
# optional:
# k: 'PR', # kod
# v: '01', # verzija
# c: '1', # kodni raspored
# o: '200000000012345600', # racun platioca
# p: 'Marko Markovic', # naziv platioca
# s: 'Uplata po racunu', # svrha placanja
# m: '1234', # merchantCodeCategory
# js: '12345', # jednokratnaSifra
# ro: '97123456789', # pozivNaBroj
# rl: 'ref primaoca', # referencaPrimaoca
# rp: '1234567890123456789' # referencaPlacanja
)
puts data
$ ips-qr-code --racun-primaoca 845000000014284968 \
--naziv-primaoca "EPS Snabdevanje 11000 Beograd" \
--sifra-placanja 221 \
--iznos RSD1000,00
# => K:PR|V:01|C:1|R:845000000014284968|N:EPS Snabdevanje...
FAQs
Unknown package
We found that ips_qr_code demonstrated a healthy version release cadence and project activity because the last version was released less than 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
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.