
Security News
npm Introduces minimumReleaseAge and Bulk OIDC Configuration
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.
xia-framework
Advanced tools
graph TD
Cosmos -->|Contains| Realm_A
Realm_A -->|Holds| Realm_B
Realm_A -->|Manages| Foundation_A
Realm_B -->|Manages| Foundation_B
Foundation_A -->|Manages| Application_A1
Foundation_A -->|Manages| Application_A2
Foundation_B -->|Manages| Application_B1
Foundation_B -->|Manages| Application_B2
Remark: Foundation, realm or cosmos are nothing but a special application
graph TD
F(Foundation) -->|Manages| A1(Application 1)
F -->|Manages| A2(Application 2)
F -->|Activates| M1(Module 1)
F -->|Activates| M2(Module 2)
F -->|Activates| M3(Module 3)
A1 -->|Has Instance of| M1
A1 -->|Has Instance of| M2
A2 -->|Has Instance of| M2
A2 -->|Has Instance of| M3
The same relationship is also defined between Cosmos/Realm and Application
graph TD
Cosmos -->|Contains| Realm_A(Realm A)
Realm_A -->|Holds| Realm_B(Realm B)
Realm_A -->|Manages| Foundation_A(Foundation A)
Realm_B -->|Manages| Foundation_B(Foundation B)
Foundation_A -->|Activates| M1(Module 1)
Foundation_A -->|Activates| M2(Module 2)
Foundation_B -->|Activates| M1
Generally, there types of git repository are used:
Basic activities contains three action parts:
Basic ways to activate changes
make commands
make activate-module: activate modulemake init-module: initialize modulemake plan: terraform planmake apply: terraform applymodules.yaml:
packages.yaml: Where the module of which package should be installedlandscape.yaml: relationships among cosmos, realm, foundation and application
Module related configuration files should be placed with subdirectories. For example:
GCP + GitHub with GCS as terraform state file storage is a common case
make bigbang
make create
make init-module module_class=module_class package=package
make create-app app_name=application_name
FAQs
xia-framework
We found that xia-framework 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
npm rolls out a package release cooldown and scalable trusted publishing updates as ecosystem adoption of install safeguards grows.

Security News
AI agents are writing more code than ever, and that's creating new supply chain risks. Feross joins the Risky Business Podcast to break down what that means for open source security.

Research
/Security News
Socket uncovered four malicious NuGet packages targeting ASP.NET apps, using a typosquatted dropper and localhost proxy to steal Identity data and backdoor apps.