diff --git a/DEVELOPMENT.md b/DEVELOPMENT.md index 131deab1..7f4cb8f5 100644 --- a/DEVELOPMENT.md +++ b/DEVELOPMENT.md @@ -14,16 +14,6 @@ There are no real formal contribution guidelines right now, they will maybe come - [dist](dist) - Tools to create a distributable package of XPipe - [ext](ext) - Available XPipe extensions. Essentially every feature is implemented as an extension -### Open source model - -XPipe utilizes an open core model, which essentially means that -the main application is open source while certain other components are not. -Select parts are not open source yet, but may be added to this repository in the future. -Some tests and especially test environments and that run on private servers -are also not included in this repository (Don't want to leak server information). -Finally, scripts and workflows to create and publish installers and packages -are also not included to prevent attackers from easily impersonating the XPipe application. - ## Modularity All XPipe components target [Java 20](https://openjdk.java.net/projects/jdk/20/) and make full use of the Java Module System (JPMS). diff --git a/README.md b/README.md index 6910c4e5..4d854506 100644 --- a/README.md +++ b/README.md @@ -98,6 +98,10 @@ bash <(curl -sL https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpip powershell -ExecutionPolicy Bypass -Command iwr "https://raw.githubusercontent.com/xpipe-io/xpipe/master/get-xpipe.ps1" -OutFile "$env:TEMP\get-xpipe.ps1" ";" "&" "$env:TEMP\get-xpipe.ps1" ``` +### Open source model + +XPipe utilizes an open core model, which essentially means that the main application is open source while certain other components are not. Select parts are not open source yet, but may be added to this repository in the future. This mainly concerns the shell handling library implementation and extensions for configuring and handling shell connections. Furthermore, some tests and especially test environments and that run on private servers are also not included in this repository. Finally, scripts and workflows to create and publish installers and packages are also not included to prevent attackers from easily impersonating the XPipe application. + ## Further information For information about the security model of XPipe, see the [security page](/SECURITY.md).