
Research
/Security News
Toptal’s GitHub Organization Hijacked: 10 Malicious Packages Published
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
mysqlqueryresult2dict
Advanced tools
Create dict from MySQL query result text. python port of https://github.com/koyachi/ruby-hash-from_mysql_query_result .
.. code:: python import mysqlqueryresult2dict
DATA = '''mysql> SELECT * FROM foo; +----+-------+ | id | value | +----+-------+ | 1 | A | | 2 | b | | 3 | C | +----+-------+ 3 rows in set (0.01 sec)
dict = mysqlqueryresult2dict.parse_text(DATA) print dict
koyachi, rtk2106@gmail.com
mysqlquery2dict is avairable under the MIT license. See the LICENSE file for more info.
FAQs
Create dict from MySQL query result text.
We found that mysqlqueryresult2dict 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
Threat actors hijacked Toptal’s GitHub org, publishing npm packages with malicious payloads that steal tokens and attempt to wipe victim systems.
Research
/Security News
Socket researchers investigate 4 malicious npm and PyPI packages with 56,000+ downloads that install surveillance malware.
Security News
The ongoing npm phishing campaign escalates as attackers hijack the popular 'is' package, embedding malware in multiple versions.