Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
org.odpi.egeria:design-model-server
Advanced tools
Egeria provides the Apache-2.0 licensed open metadata and governance type system, frameworks, APIs, event payloads and interchange protocols to enable tools, engines and platforms to exchange metadata in order to get the best value from data, whilst ensuring it is properly governed.
This git repository contains the core Egeria code and resources. This includes the build for Egeria's runtimes.
The project is built using gradle
. Clone or download the contents of this repository.
You will also need the Java 17 SDK installed.
Then run the following gradle command from the top-level directory to build the code and run the tests.
./gradlew clean build
Once you see the "Build Successful" message, go to the open-metadata-distributions/omag-server-platform/build
directory.
cd ./open-metadata-distribution/omag-server-platform/build
when you list the directory, you will see four subdirectories, two of which are interesting:
ls
distributions
contains the zipped and compressed distribution file for Egeria's platform. This file provides a convenient package to copy Egeria onto a specific machine to run. See Installing Egeria for information on how to unpack this file.unpacked
contains an unzipped copy of the distribution file, useful for running Egeria on the machine where it is built.To run Egeria on the machine you used to run gradle, change directory as follows:
cd unpacked/egeria*gz
There you will see another README.md
with further information.
cat README.md
If you are new to Egeria, see the getting started with Egeria blogs, or alternatively, visit the Egeria website.
This project aims to operate in a transparent, accessible way for the benefit of the Egeria community. All participation in this project is open and not bound to any corporate affiliation.
To understand how to join and contribute, see the Community Guide. This includes the call schedule.
All participants are bound to the Egeria's Code of Conduct. The governance of the project is described in more detail in the Egeria Operations Guide.
We are grateful to YourKit, LLC for supporting open source projects with its full-feature Java Profiler.
License: CC BY 4.0, Copyright Contributors to the Egeria project.
FAQs
Design Model OMAS Server-side
We found that org.odpi.egeria:design-model-server demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.