
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
cattlechain_protos
Advanced tools
Cattlechain 4.0 uses hyperledger sawtooth for a blockchain layer. and the this repository is smart contract definition is written in protobufs. Protobuf is a binary encoding format that allows you to specify a schema for your data using a specification language.
For the Animal Identification the data model is used
https://github.com/FIWARE/data-models/tree/master/specs/AgriFood/Animal
and the related protos can be found in:
/protos/animalIdentity.proto
The proposed animal data model has been made from a more general point of view, trying to adjust it to the information coming from the devices and sensors used in the UC. The proposed model for the animal entity has the following properties:
geo:json.For the Animal Identification the data model is used
https://github.com/FIWARE/data-models/tree/master/specs/AgriFood/AgriFarm
and the related protos can be found in:
/protos/dairyIdentity.proto
For the Device Identification the data model is temparory and still need to be defined with the help of Alberto. for now the definition is as below
{
"id": "urn:device:1333-3213-321-321",
"monitoring": [
"json-payload"
],
"indicators": [
"json-payload"
]
}
[x] - Animal Identification [x] - Farm Identification [ ] - Device Identification and relationship [ ] - NGSI-LD
FIWARE Foundation e.V @ 2020
FAQs
protos
We found that cattlechain_protos demonstrated a not healthy version release cadence and project activity because the last version was released 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 Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.