
Research
Security News
Malicious npm Packages Use Telegram to Exfiltrate BullX Credentials
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
|PyPi|_ |license|_ |code style|_ |PyPI pyversions|_
.. |PyPi| image:: https://img.shields.io/pypi/v/bo4e.svg .. _PyPi: https://img.shields.io/pypi/v/bo4e
.. |license| image:: https://img.shields.io/badge/License-MIT-blue.svg .. _license: https://github.com/Hochfrequenz/BO4E-python/blob/main/LICENSE.rst
.. |code style| image:: https://img.shields.io/badge/code%20style-black-000000.svg
.. _code style
: https://github.com/psf/black
.. |PyPI pyversions| image:: https://img.shields.io/pypi/pyversions/bo4e.svg
.. _PyPI pyversions
: https://pypi.python.org/pypi/bo4e/
🇩🇪 Dies ist eine BO4E Referenz-Implementierung in Python. Gleichzeitig ist dieses Repository der Ort, um Fragen und Erweiterungen des BO4E-Standards zu diskutieren.
🇬🇧 This is a Python library that implements Business Objects for Energy BO4E <https://www.bo4e.de/>
_.
Der BO4E Standard soll (in Zukunft, Stand 2023-10-05) keine fachlichen Pflichtfelder mehr enthalten.
Die Entscheidung, was in welchen Fällen ein Pflichtfeld ist, obliegt den Anwendungen, die den Standard nutzen.
Entsprechend ist auch die Validierung der Pflichtfelder nicht Teil des BO4E Standards sondern anwendungsspezifisch.
Davon sind auch technische Pflichtfelder, namentlich _typ
und _version
nicht ausgenommen.
Ob sie anzugeben sind, entscheidet die Anwendung.
BO4E gibt sinnvolle Datenstrukturen vor, wie diese in der Praxis genutzt werden können und wollen wir aber nicht vorschreiben.
Viele Objekte verweisen aufeinander und sind miteinander verknüpft. Dabei sind unsere Designentscheidungen:
emailAdresse
haben muss.)Die Dokumentation ist verfügbar unter <https://bo4e.github.io/BO4E-python/>
.
Die Doku wird erst seit Version v202401.0.3 <https://bo4e.github.io/BO4E-python/v202401.0.3>
mittels
GitHub Pages gehosted.
Die früheren Versionen sind auf read the docs <https://bo4e-python.readthedocs.io/en/latest/api/modules.html>
_
einsehbar.
Unter /latest
findet sich die Dokumentation des aktuellen Stands des main-Branches. /stable
zeigt immer auf die
letzte veröffentlichte Version (Release candidates ausgeschlossen).
Zusätzlich ist jede Version (inklusive Release candidates) unter /v<version>
auffindbar.
Die Doku bietet eine Übersicht über alle Klassen und Attribute, die im BO4E Standard definiert sind. Außerdem
werden alle Beziehungen zwischen den Klassen durch Diagramme visualisiert. Die JSON-Schemas sind ebenfalls verlinkt.
Alternativ können die JSON-Schemas auch direkt von GitHub heruntergeladen werden: <https://github.com/bo4e/BO4E-Schemas>
.
Seit Version v202401.1.1 <https://bo4e.github.io/BO4E-python/v202401.1.1>
gibt es zusätzlich eine
Kompatibilitätsmatrix <https://bo4e.github.io/BO4E-python/v202401.1.1/changelog.html>
_,
die für jedes Objekt zeigt, zwischen welchen Versionen es einen "breaking change" gab.
Bei Fragen oder Anregungen, bitte einfach ein Issue in diesem Repo aufmachen <https://github.com/Hochfrequenz/BO4E-python/issues/new?assignees=&labels=BO4E+Enhancement+Proposal&template=funktionale-anforderung-an-den-bo4e-standard.md&title=Ein+aussagekr%C3%A4ftiger+Titel%3A+Hunde-+und+Katzentarife+k%C3%B6nnen+nicht+abgebildet+werden>
_.
Änderungsvorschläge (sowohl an das Datenmodell als auch an die Implementierung in Python) können direkt als Code in Form von Pull Requests eingereicht werden.
Details dazu finden sich im Contribution Guide <https://bo4e.github.io/BO4E-python/latest/contributing_guide.html>
_.
In Python kann diese Library als Paket installiert werden:
.. code-block::
pip install bo4e
C#/.NET <https://github.com/Hochfrequenz/BO4E-dotnet>
_Golang <https://github.com/Hochfrequenz/go-bo4e/>
_Kotlin <https://github.com/openEnWi/ktBO4E-lib>
_TypeScript (handcrafted) <https://github.com/openEnWi/tsBO4E-lib>
_TypeScript (autogenerated, inherently consistent with the .NET library) <https://github.com/Hochfrequenz/bo4e-dotnet-ts-models>
_PHP <https://github.com/conuti-gmbh/bo4e-php/>
_ (und Schemas <https://github.com/conuti-gmbh/bo4e-schema>
_).. _BO4E website
: https://www.bo4e.de/dokumentation
FAQs
Python Library that implements the BO4E Standard.
We found that bo4e demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 2 open source maintainers 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
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.
Security News
AI-generated slop reports are making bug bounty triage harder, wasting maintainer time, and straining trust in vulnerability disclosure programs.