
Security News
New CNA Scorecard Tool Ranks CVE Data Quality Across the Ecosystem
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.
Python SDK for basic interactions with the Latinex API
https://www.linkedin.com/in/rodblasser/
This is a prototype SDK and it's not being currently maintained.
from latinex_sdk.generic_utils import Utilities as utils
# Test Connectivity
test = utils.whois()
print(test)
# Welcome
greetings = utils.welcome()
print(greetings)
# Register (get an API Key)
email = "example1@mail.com"
get_key = utils.register(email)
print(get_key)
# Params
fecha_inicio = "2023-05-28"
fecha_fin = "2023-06-28"
tipo_emision = "BONOS"
key = get_key[1]
# Query
data = utils.get_historic(key, fecha_inicio, fecha_fin, tipo_emision)
FAQs
Software Development Kit for Latinex (https://www.latinexbolsa.com)
We found that latinex-sdk 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
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.
Research
/Security News
Socket uncovered 11 malicious Go packages using obfuscated loaders to fetch and execute second-stage payloads via C2 domains.