
Research
/Security News
60 Malicious Ruby Gems Used in Targeted Credential Theft Campaign
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
A lightweight library to parse and interface Standard Industrial Classification instances using the current UK SIC 2007 methodology.
govsic
supports the UK SIC 2007 framework by unifying the classification of business establishments and other statistical units by their type of economic activity/engagement into a common structure.
Data used has been transformed using the Office for National Statistics' published opensource SIC structure and volume datasets.
The govsic
package is available on PyPI.
pip install govsic
govsic
provides the SIC
class to represent Standard Industrial Classifications. Get started by initialising a new SIC
object to interface, compare, and evaluate UK SIC 2007 codes.
See example usage in the examples/
repo directory
from govsic import SIC
sic = SIC(8110)
print(f"{sic = }")
# sic = [B] 08.11/0
for label, prop in (
("Code value", sic.code),
("Is valid?", sic.is_valid),
("Section", sic.section),
("Component", sic.component),
):
print(f"{label}:\t{prop}")
# Code value: 08110
# Is valid?: True
# Section: B
# Component: CLASS
FAQs
A small Python library to interface the Standard Industrial Classification protocol
We found that govsic 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 RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Research
/Security News
Two npm packages masquerading as WhatsApp developer libraries include a kill switch that deletes all files if the phone number isn’t whitelisted.