
Security News
CISA’s 2025 SBOM Guidance Adds Hashes, Licenses, Tool Metadata, and Context
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
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.
Security News
CISA’s 2025 draft SBOM guidance adds new fields like hashes, licenses, and tool metadata to make software inventories more actionable.
Security News
A clarification on our recent research investigating 60 malicious Ruby gems.
Security News
ESLint now supports parallel linting with a new --concurrency flag, delivering major speed gains and closing a 10-year-old feature request.