
Security News
CISA Kills Off RSS Feeds for KEVs and Cyber Alerts
CISA is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
A elegant way to pass volatile data around over UDP (datagrammes) <https://en.wikipedia.org/wiki/User_Datagram_Protocol>
_ serialized with msgpack <http://msgpack.org/>
_
::
from gramme import server
@server(3030)
def handler(data)
print data
::
from gramme import client
clnt = client(host="132.23.x.x", port=3030)
some_data = {'i am': 'a dict'}
clnt.send(some_data)
Install gramme with pip:
::
$ pip install gramme
BSD
FAQs
Elegant UDP messaging
We found that gramme 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 is discontinuing official RSS support for KEV and cybersecurity alerts, shifting updates to email and social media, disrupting automation workflows.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.