Compare commits
63 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b3b2265ceb | ||
|
|
c8f98cd195 | ||
|
|
e40bac1b04 | ||
|
|
81cd97ba31 | ||
|
|
c8697f12d2 | ||
|
|
8f6ceec51d | ||
|
|
34d184fe89 | ||
|
|
48dcd71dc0 | ||
|
|
84ce8a80a4 | ||
|
|
f3b5b539ee | ||
|
|
23d3c193e8 | ||
|
|
06606c1bf9 | ||
|
|
03004d08c2 | ||
|
|
fd06e4cb74 | ||
|
|
458f595f7c | ||
|
|
70c6ea44ca | ||
|
|
eb43b574cb | ||
|
|
6052251d32 | ||
|
|
f99853f6f5 | ||
|
|
e17797f96b | ||
|
|
00b634d7c6 | ||
|
|
5634c425d1 | ||
|
|
4d5efafe2b | ||
|
|
f807bd740f | ||
|
|
50ae7d88df | ||
|
|
76a534cf9d | ||
|
|
df291aa89d | ||
|
|
ac8a04f76a | ||
|
|
d38f3fbfc1 | ||
|
|
f7b91a102a | ||
|
|
2bc283620c | ||
|
|
b6a400eed6 | ||
|
|
4fbe92d44a | ||
|
|
6f160ca8ee | ||
|
|
993ee45d23 | ||
|
|
052e8adec6 | ||
|
|
d97ea83fc6 | ||
|
|
df0985e8b1 | ||
|
|
c91e438287 | ||
|
|
328c8e8476 | ||
|
|
fcb5499d11 | ||
|
|
666d093cef | ||
|
|
8959c70a21 | ||
|
|
734fbaeffd | ||
|
|
155036b677 | ||
|
|
5f87e4b360 | ||
|
|
a0326f9749 | ||
|
|
ddccbacf81 | ||
|
|
824c6f1364 | ||
|
|
2386f9980f | ||
|
|
ee3e96e70a | ||
|
|
cbd3dbb31d | ||
|
|
a2cfb8a8f3 | ||
|
|
8b38cd56a1 | ||
|
|
6d672bd70f | ||
|
|
c16ca4bad7 | ||
|
|
158101ca4d | ||
|
|
ac5ec3b3d2 | ||
|
|
6bab396b51 | ||
|
|
0165c9bc33 | ||
|
|
c39c55721f | ||
|
|
38c590851f | ||
|
|
ab9cabd08f |
38
.github/workflows/ci.yml
vendored
38
.github/workflows/ci.yml
vendored
@@ -13,42 +13,34 @@ jobs:
|
||||
name: ${{ matrix.friendlyName }}
|
||||
runs-on: ${{ matrix.os }}
|
||||
timeout-minutes: 10
|
||||
env:
|
||||
# Needed until macos-11.0 hosted runners are available
|
||||
SDKROOT: '/Library/Developer/CommandLineTools/SDKs/MacOSX11.1.sdk'
|
||||
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
node: [12.14.1]
|
||||
os: [macos-10.14, windows-latest, ubuntu-18.04]
|
||||
node: [20.12.2]
|
||||
os: [macos-latest, windows-latest, ubuntu-latest]
|
||||
include:
|
||||
- os: macos-10.14
|
||||
- os: macos-latest
|
||||
friendlyName: macOS
|
||||
- os: windows-latest
|
||||
friendlyName: Windows
|
||||
- os: ubuntu-18.04
|
||||
- os: ubuntu-20.04
|
||||
friendlyName: Linux
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
submodules: recursive
|
||||
- name: Use Node.js ${{ matrix.node }}
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: ${{ matrix.node }}
|
||||
|
||||
# This step can be removed as soon as official Windows arm64 builds are published:
|
||||
# https://github.com/nodejs/build/issues/2450#issuecomment-705853342
|
||||
- run: |
|
||||
$NodeVersion = (node --version) -replace '^.'
|
||||
$NodeFallbackVersion = "15.8.0"
|
||||
& .\script\download-node-lib-win-arm64.ps1 $NodeVersion $NodeFallbackVersion
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
name: Install Windows arm64 node.lib
|
||||
|
||||
- name: Install Python setup tools
|
||||
run: |
|
||||
python -m pip install --upgrade setuptools packaging
|
||||
- name: Install and build
|
||||
run: yarn
|
||||
run: |
|
||||
yarn install
|
||||
yarn build
|
||||
- name: Lint
|
||||
run: yarn lint
|
||||
- name: Test
|
||||
@@ -58,12 +50,10 @@ jobs:
|
||||
run: npm run prebuild-napi-x64
|
||||
- name: Prebuild (arm64)
|
||||
run: npm run prebuild-napi-arm64
|
||||
if: ${{ matrix.os != 'ubuntu-18.04' }}
|
||||
if: ${{ matrix.os != 'ubuntu-latest' }}
|
||||
- name: Prebuild (Windows x86)
|
||||
run: npm run prebuild-napi-ia32
|
||||
if: ${{ matrix.os == 'windows-latest' }}
|
||||
- name: Publish
|
||||
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
|
||||
run: yarn upload
|
||||
env:
|
||||
GITHUB_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: yarn prebuild --upload-all ${{ secrets.GITHUB_TOKEN }}
|
||||
|
||||
@@ -1 +1 @@
|
||||
12.14.1
|
||||
20.12.2
|
||||
|
||||
16
README.md
16
README.md
@@ -2,7 +2,7 @@
|
||||
|
||||
A cross-platform no-dependency C executable trampoline which lets GitHub Desktop
|
||||
intercede in order to provide Git with any additional info it needs (like
|
||||
credentials through `GIT_ASKPASS`).
|
||||
credentials through `GIT_ASKPASS` or `SSH_ASKPASS`).
|
||||
|
||||
The intention is to support the same platforms that
|
||||
[Electron supports](https://www.electronjs.org/docs/tutorial/support#supported-platforms).
|
||||
@@ -60,7 +60,7 @@ The equivalent Bash shell code looks like this:
|
||||
|
||||
```sh
|
||||
# environment variable
|
||||
GIT_ASKPASS="C:/some/path/to/desktop-trampoline.exe" \
|
||||
GIT_ASKPASS="C:/some/path/to/desktop-askpass-trampoline.exe" \
|
||||
# ensure Git doesn't block the process waiting for the user to provide input
|
||||
GIT_TERMINAL_PROMPT=0 \
|
||||
git \
|
||||
@@ -125,3 +125,15 @@ Thanks to this, with only one generic trampoline that forwards everything via
|
||||
that TCP socket, the implementation for every possible protocol like
|
||||
`GIT_ASKPASS` can live within the GitHub Desktop codebase instead of having
|
||||
multiple trampoline executables.
|
||||
|
||||
## SSH Wrapper
|
||||
|
||||
Along with the trampoline, an SSH wrapper is provided for macOS. The reason for
|
||||
this is macOS before Monterey include an "old" version of OpenSSH that will
|
||||
ignore the `SSH_ASKPASS` variable unless it's unable to write to a tty.
|
||||
|
||||
This SSH wrapper achieves exactly that: just runs whatever `ssh` exists in the
|
||||
path in a way that will use `SSH_ASKPASS` when necessary.
|
||||
|
||||
More recent versions of OpenSSH (starting with 8.3) don't require this wrapper,
|
||||
since they added support for a new `SSH_ASKPASS_REQUIRE` environment variable.
|
||||
|
||||
47
binding.gyp
47
binding.gyp
@@ -1,15 +1,8 @@
|
||||
{
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'desktop-trampoline',
|
||||
'target_defaults': {
|
||||
'defines': [
|
||||
"NAPI_VERSION=<(napi_build_version)",
|
||||
],
|
||||
'type': 'executable',
|
||||
'sources': [
|
||||
'src/desktop-trampoline.c',
|
||||
'src/socket.c'
|
||||
],
|
||||
'include_dirs': [
|
||||
'<!(node -p "require(\'node-addon-api\').include_dir")',
|
||||
'include'
|
||||
@@ -42,14 +35,50 @@
|
||||
'msvs_settings': {
|
||||
'VCCLCompilerTool': { 'ExceptionHandling': 1 },
|
||||
},
|
||||
'conditions': [
|
||||
['OS=="win"', { 'defines': [ 'WINDOWS' ] }]
|
||||
]
|
||||
},
|
||||
'targets': [
|
||||
{
|
||||
'target_name': 'desktop-askpass-trampoline',
|
||||
'type': 'executable',
|
||||
'sources': [
|
||||
'src/desktop-trampoline.c',
|
||||
'src/socket.c'
|
||||
],
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
'defines': [ 'WINDOWS' ],
|
||||
'link_settings': {
|
||||
'libraries': [ 'Ws2_32.lib' ]
|
||||
}
|
||||
}]
|
||||
]
|
||||
},
|
||||
{
|
||||
'target_name': 'desktop-credential-helper-trampoline',
|
||||
'type': 'executable',
|
||||
'defines': [
|
||||
'CREDENTIAL_HELPER'
|
||||
],
|
||||
'sources': [
|
||||
'src/desktop-trampoline.c',
|
||||
'src/socket.c'
|
||||
],
|
||||
'conditions': [
|
||||
['OS=="win"', {
|
||||
'link_settings': {
|
||||
'libraries': [ 'Ws2_32.lib' ]
|
||||
}
|
||||
}]
|
||||
]
|
||||
},
|
||||
{
|
||||
'target_name': 'ssh-wrapper',
|
||||
'type': 'executable',
|
||||
'sources': [
|
||||
'src/ssh-wrapper.c'
|
||||
],
|
||||
},
|
||||
],
|
||||
}
|
||||
|
||||
10
index.d.ts
vendored
10
index.d.ts
vendored
@@ -1,2 +1,8 @@
|
||||
export function getDesktopTrampolinePath(): string
|
||||
export function getDesktopTrampolineFilename(): string
|
||||
export function getDesktopAskpassTrampolinePath(): string
|
||||
export function getDesktopAskpassTrampolineFilename(): string
|
||||
|
||||
export function getDesktopCredentialHelperTrampolinePath(): string
|
||||
export function getDesktopCredentialHelperTrampolineFilename(): string
|
||||
|
||||
export function getSSHWrapperPath(): string
|
||||
export function getSSHWrapperFilename(): string
|
||||
|
||||
41
index.js
41
index.js
@@ -1,21 +1,48 @@
|
||||
const Path = require('path')
|
||||
|
||||
function getDesktopTrampolinePath() {
|
||||
function getDesktopAskpassTrampolinePath() {
|
||||
return Path.join(
|
||||
__dirname,
|
||||
'build',
|
||||
'Release',
|
||||
getDesktopTrampolineFilename()
|
||||
getDesktopAskpassTrampolineFilename()
|
||||
)
|
||||
}
|
||||
|
||||
function getDesktopTrampolineFilename() {
|
||||
function getDesktopAskpassTrampolineFilename() {
|
||||
return process.platform === 'win32'
|
||||
? 'desktop-trampoline.exe'
|
||||
: 'desktop-trampoline'
|
||||
? 'desktop-askpass-trampoline.exe'
|
||||
: 'desktop-askpass-trampoline'
|
||||
}
|
||||
|
||||
function getDesktopCredentialHelperTrampolinePath() {
|
||||
return Path.join(
|
||||
__dirname,
|
||||
'build',
|
||||
'Release',
|
||||
getDesktopCredentialHelperTrampolineFilename()
|
||||
)
|
||||
}
|
||||
|
||||
function getDesktopCredentialHelperTrampolineFilename() {
|
||||
return process.platform === 'win32'
|
||||
? 'desktop-credential-helper-trampoline.exe'
|
||||
: 'desktop-credential-helper-trampoline'
|
||||
}
|
||||
|
||||
function getSSHWrapperPath() {
|
||||
return Path.join(__dirname, 'build', 'Release', getSSHWrapperFilename())
|
||||
}
|
||||
|
||||
function getSSHWrapperFilename() {
|
||||
return process.platform === 'win32' ? 'ssh-wrapper.exe' : 'ssh-wrapper'
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
getDesktopTrampolinePath,
|
||||
getDesktopTrampolineFilename,
|
||||
getDesktopAskpassTrampolinePath,
|
||||
getDesktopAskpassTrampolineFilename,
|
||||
getDesktopCredentialHelperTrampolinePath,
|
||||
getDesktopCredentialHelperTrampolineFilename,
|
||||
getSSHWrapperPath,
|
||||
getSSHWrapperFilename,
|
||||
}
|
||||
|
||||
22
package.json
22
package.json
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "desktop-trampoline",
|
||||
"version": "0.9.6",
|
||||
"version": "0.9.11",
|
||||
"main": "index.js",
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
@@ -15,9 +15,9 @@
|
||||
"test": "jest",
|
||||
"lint": "prettier -c **/*.js **/*.md",
|
||||
"lint:fix": "prettier --write **/*.js **/*.md",
|
||||
"prebuild-napi-x64": "prebuild -t 3 -r napi -a x64 --strip --include-regex \"desktop-trampoline(\\.exe)?$\"",
|
||||
"prebuild-napi-ia32": "prebuild -t 3 -r napi -a ia32 --strip --include-regex \"desktop-trampoline(\\.exe)?$\"",
|
||||
"prebuild-napi-arm64": "prebuild -t 3 -r napi -a arm64 --strip --include-regex \"desktop-trampoline(\\.exe)?$\"",
|
||||
"prebuild-napi-x64": "prebuild -t 3 -r napi -a x64 --strip --include-regex \"(desktop-(askpass|credential-helper)-trampoline|ssh-wrapper)(\\.exe)?$\"",
|
||||
"prebuild-napi-ia32": "prebuild -t 3 -r napi -a ia32 --strip --include-regex \"(desktop-(askpass|credential-helper)-trampoline|ssh-wrapper)(\\.exe)?$\"",
|
||||
"prebuild-napi-arm64": "prebuild -t 3 -r napi -a arm64 --strip --include-regex \"(desktop-(askpass|credential-helper)-trampoline|ssh-wrapper)(\\.exe)?$\"",
|
||||
"prebuild-all": "yarn prebuild-napi-x64 && yarn prebuild-napi-ia32 && yarn prebuild-napi-arm64",
|
||||
"upload": "node ./script/upload.js"
|
||||
},
|
||||
@@ -30,15 +30,15 @@
|
||||
},
|
||||
"homepage": "https://github.com/desktop/desktop-trampoline#readme",
|
||||
"dependencies": {
|
||||
"node-addon-api": "^3.1.0",
|
||||
"prebuild-install": "^6.0.0"
|
||||
"node-addon-api": "^4.3.0",
|
||||
"prebuild-install": "^7.1.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jest": "^26.4.2",
|
||||
"node-gyp": "^7.1.0",
|
||||
"prebuild": "^10.0.1",
|
||||
"prettier": "^2.1.2",
|
||||
"split2": "^3.2.2"
|
||||
"jest": "^27.5.0",
|
||||
"node-gyp": "^10.1.0",
|
||||
"prebuild": "^13.0.1",
|
||||
"prettier": "^2.5.1",
|
||||
"split2": "^4.1.0"
|
||||
},
|
||||
"binary": {
|
||||
"napi_versions": [
|
||||
|
||||
@@ -1,36 +0,0 @@
|
||||
# This script can be removed as soon as official Windows arm64 builds are published:
|
||||
# https://github.com/nodejs/build/issues/2450#issuecomment-705853342
|
||||
|
||||
$nodeVersion = $args[0]
|
||||
$fallbackVersion = $args[1]
|
||||
|
||||
If ($null -eq $nodeVersion -Or $null -eq $fallbackVersion) {
|
||||
Write-Error "No NodeJS version given as argument to this file. Run it like download-nodejs-win-arm64.ps1 NODE_VERSION NODE_FALLBACK_VERSION"
|
||||
exit 1
|
||||
}
|
||||
|
||||
$url = "https://unofficial-builds.nodejs.org/download/release/v$nodeVersion/win-arm64/node.lib"
|
||||
$fallbackUrl = "https://unofficial-builds.nodejs.org/download/release/v$fallbackVersion/win-arm64/node.lib"
|
||||
|
||||
# Always write to the $nodeVersion cache folder, even if we're using the fallbackVersion
|
||||
$cacheFolder = "$env:TEMP\prebuild\napi\$nodeVersion\arm64"
|
||||
|
||||
If (!(Test-Path $cacheFolder)) {
|
||||
New-Item -ItemType Directory -Force -Path $cacheFolder
|
||||
}
|
||||
|
||||
$output = "$cacheFolder\node.lib"
|
||||
$start_time = Get-Date
|
||||
|
||||
Try {
|
||||
Invoke-WebRequest -Uri $url -OutFile $output
|
||||
$downloadedNodeVersion = $nodeVersion
|
||||
} Catch {
|
||||
If ($_.Exception.Response -And $_.Exception.Response.StatusCode -eq "NotFound") {
|
||||
Write-Output "No arm64 node.lib found for Node Windows $nodeVersion, trying fallback version $fallbackVersion..."
|
||||
Invoke-WebRequest -Uri $fallbackUrl -OutFile $output
|
||||
$downloadedNodeVersion = $fallbackVersion
|
||||
}
|
||||
}
|
||||
|
||||
Write-Output "Downloaded arm64 NodeJS lib v$downloadedNodeVersion to $output in $((Get-Date).Subtract($start_time).Seconds) second(s)"
|
||||
@@ -1,14 +0,0 @@
|
||||
// to ensure that env not in the CI server log
|
||||
|
||||
const path = require('path')
|
||||
const { spawnSync } = require('child_process')
|
||||
|
||||
spawnSync(
|
||||
path.join(
|
||||
__dirname,
|
||||
'../node_modules/.bin/prebuild' +
|
||||
(process.platform === 'win32' ? '.cmd' : '')
|
||||
),
|
||||
['--upload-all', process.env.GITHUB_AUTH_TOKEN],
|
||||
{ stdio: 'inherit' }
|
||||
)
|
||||
@@ -9,6 +9,13 @@
|
||||
#define BUFFER_LENGTH 4096
|
||||
#define MAXIMUM_NUMBER_LENGTH 33
|
||||
|
||||
#ifdef CREDENTIAL_HELPER
|
||||
#define DESKTOP_TRAMPOLINE_IDENTIFIER "CREDENTIALHELPER"
|
||||
#else
|
||||
#define DESKTOP_TRAMPOLINE_IDENTIFIER "ASKPASS"
|
||||
#endif
|
||||
|
||||
|
||||
#define WRITE_STRING_OR_EXIT(dataName, dataString) \
|
||||
if (writeSocket(socket, dataString, strlen(dataString) + 1) != 0) { \
|
||||
printSocketError("ERROR: Couldn't send " dataName); \
|
||||
@@ -17,12 +24,9 @@ if (writeSocket(socket, dataString, strlen(dataString) + 1) != 0) { \
|
||||
|
||||
// This is a list of valid environment variables that GitHub Desktop might
|
||||
// send or expect to receive.
|
||||
#define NUMBER_OF_VALID_ENV_VARS 4
|
||||
#define NUMBER_OF_VALID_ENV_VARS 1
|
||||
static const char *sValidEnvVars[NUMBER_OF_VALID_ENV_VARS] = {
|
||||
"DESKTOP_TRAMPOLINE_IDENTIFIER",
|
||||
"DESKTOP_TRAMPOLINE_TOKEN",
|
||||
"DESKTOP_USERNAME",
|
||||
"DESKTOP_ENDPOINT",
|
||||
};
|
||||
|
||||
/** Returns 1 if a given env variable is valid, 0 otherwise. */
|
||||
@@ -83,8 +87,9 @@ int runTrampolineClient(SOCKET *outSocket, int argc, char **argv, char **envp) {
|
||||
}
|
||||
|
||||
// Get the number of environment variables
|
||||
char *validEnvVars[NUMBER_OF_VALID_ENV_VARS];
|
||||
int envc = 0;
|
||||
char *validEnvVars[NUMBER_OF_VALID_ENV_VARS + 1];
|
||||
validEnvVars[0] = "DESKTOP_TRAMPOLINE_IDENTIFIER=" DESKTOP_TRAMPOLINE_IDENTIFIER;
|
||||
int envc = 1;
|
||||
for (char **env = envp; *env != 0; env++) {
|
||||
if (isValidEnvVar(*env)) {
|
||||
validEnvVars[envc] = *env;
|
||||
@@ -102,7 +107,15 @@ int runTrampolineClient(SOCKET *outSocket, int argc, char **argv, char **envp) {
|
||||
WRITE_STRING_OR_EXIT("environment variable", validEnvVars[idx]);
|
||||
}
|
||||
|
||||
// TODO: send stdin stuff?
|
||||
char stdinBuffer[BUFFER_LENGTH + 1];
|
||||
int stdinBytes = 0;
|
||||
|
||||
#ifdef CREDENTIAL_HELPER
|
||||
stdinBytes = fread(stdinBuffer, sizeof(char), BUFFER_LENGTH, stdin);
|
||||
#endif
|
||||
|
||||
stdinBuffer[stdinBytes] = '\0';
|
||||
WRITE_STRING_OR_EXIT("stdin", stdinBuffer);
|
||||
|
||||
char buffer[BUFFER_LENGTH + 1];
|
||||
size_t totalBytesRead = 0;
|
||||
|
||||
37
src/ssh-wrapper.c
Normal file
37
src/ssh-wrapper.c
Normal file
@@ -0,0 +1,37 @@
|
||||
#ifdef WINDOWS
|
||||
|
||||
int main(int argc, char **argv) {
|
||||
// Not needed on Windows, this will just create a dummy executable
|
||||
return -1;
|
||||
}
|
||||
|
||||
#else
|
||||
|
||||
#include <unistd.h>
|
||||
#include <stdio.h>
|
||||
|
||||
/**
|
||||
* This is a wrapper for the ssh command. It is used to make sure ssh runs without
|
||||
* a tty on macOS, allowing GitHub Desktop to intercept different prompts from
|
||||
* ssh (e.g. passphrase, adding a host to the list of known hosts...).
|
||||
* This is not necessary on more recent versions of OpenSSH (starting with v8.3)
|
||||
* which include support for the SSH_ASKPASS_REQUIRE environment variable.
|
||||
*/
|
||||
int main(int argc, char **argv) {
|
||||
pid_t child = fork();
|
||||
|
||||
if (child < 0) {
|
||||
fprintf(stderr, "Failed to fork\n");
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (child != 0) {
|
||||
// This is the parent process. Just exit.
|
||||
return 0;
|
||||
}
|
||||
|
||||
setsid();
|
||||
return execvp("ssh", argv);
|
||||
}
|
||||
|
||||
#endif
|
||||
153
test/desktop-trampoline.test.js
Normal file
153
test/desktop-trampoline.test.js
Normal file
@@ -0,0 +1,153 @@
|
||||
const { stat, access } = require('fs').promises
|
||||
const { constants } = require('fs')
|
||||
const { execFile } = require('child_process')
|
||||
const { promisify } = require('util')
|
||||
const {
|
||||
getDesktopAskpassTrampolinePath,
|
||||
getDesktopCredentialHelperTrampolinePath,
|
||||
} = require('../index')
|
||||
const split2 = require('split2')
|
||||
const { createServer } = require('net')
|
||||
|
||||
const askPassTrampolinePath = getDesktopAskpassTrampolinePath()
|
||||
const helperTrampolinePath = getDesktopCredentialHelperTrampolinePath()
|
||||
const run = promisify(execFile)
|
||||
|
||||
describe('desktop-trampoline', () => {
|
||||
it('exists and is a regular file', async () =>
|
||||
expect((await stat(askPassTrampolinePath)).isFile()).toBe(true))
|
||||
|
||||
it('can be executed by current process', () =>
|
||||
access(askPassTrampolinePath, constants.X_OK))
|
||||
|
||||
it('fails when required environment variables are missing', () =>
|
||||
expect(run(askPassTrampolinePath, ['Username'])).rejects.toThrow())
|
||||
|
||||
const captureSession = () => {
|
||||
const output = []
|
||||
let resolveOutput = null
|
||||
|
||||
const outputPromise = new Promise(resolve => {
|
||||
resolveOutput = resolve
|
||||
})
|
||||
|
||||
const server = createServer(socket => {
|
||||
let timeoutId = null
|
||||
socket.pipe(split2(/\0/)).on('data', data => {
|
||||
output.push(data.toString('utf8'))
|
||||
|
||||
// Hack: consider the session finished after 100ms of inactivity.
|
||||
// In a real-world scenario, you'd have to parse the data to know when
|
||||
// the session is finished.
|
||||
if (timeoutId !== null) {
|
||||
clearTimeout(timeoutId)
|
||||
timeoutId = null
|
||||
}
|
||||
timeoutId = setTimeout(() => {
|
||||
resolveOutput(output)
|
||||
socket.end()
|
||||
server.close()
|
||||
}, 100)
|
||||
})
|
||||
})
|
||||
|
||||
const serverPortPromise = new Promise((resolve, reject) => {
|
||||
server.on('error', e => reject(e))
|
||||
server.listen(0, '127.0.0.1', () => {
|
||||
resolve(server.address().port)
|
||||
})
|
||||
})
|
||||
|
||||
return [serverPortPromise, outputPromise]
|
||||
}
|
||||
|
||||
it('forwards arguments and valid environment variables correctly', async () => {
|
||||
const [portPromise, outputPromise] = captureSession()
|
||||
const port = await portPromise
|
||||
|
||||
const env = {
|
||||
DESKTOP_TRAMPOLINE_TOKEN: '123456',
|
||||
DESKTOP_PORT: port,
|
||||
INVALID_VARIABLE: 'foo bar',
|
||||
}
|
||||
const opts = { env }
|
||||
|
||||
await run(askPassTrampolinePath, ['baz'], opts)
|
||||
|
||||
const output = await outputPromise
|
||||
const outputArguments = output.slice(1, 2)
|
||||
expect(outputArguments).toStrictEqual(['baz'])
|
||||
// output[2] is the number of env variables
|
||||
const envc = parseInt(output[2])
|
||||
const outputEnv = output.slice(3, 3 + envc)
|
||||
expect(outputEnv).toHaveLength(2)
|
||||
expect(outputEnv).toContain('DESKTOP_TRAMPOLINE_TOKEN=123456')
|
||||
expect(outputEnv).toContain('DESKTOP_TRAMPOLINE_IDENTIFIER=ASKPASS')
|
||||
})
|
||||
|
||||
it('forwards stdin when running in credential-helper mode', async () => {
|
||||
const [portPromise, outputPromise] = captureSession()
|
||||
const port = await portPromise
|
||||
|
||||
const cp = run(helperTrampolinePath, ['get'], {
|
||||
env: { DESKTOP_PORT: port },
|
||||
})
|
||||
cp.child.stdin.end('oh hai\n')
|
||||
|
||||
await cp
|
||||
|
||||
const output = await outputPromise
|
||||
expect(output.at(-1)).toBe('oh hai\n')
|
||||
})
|
||||
|
||||
it("doesn't forward stdin when running in askpass mode", async () => {
|
||||
const [portPromise, outputPromise] = captureSession()
|
||||
const port = await portPromise
|
||||
|
||||
const cp = run(askPassTrampolinePath, ['get'], {
|
||||
env: { DESKTOP_PORT: port },
|
||||
})
|
||||
cp.child.stdin.end('oh hai\n')
|
||||
|
||||
await cp
|
||||
|
||||
const output = await outputPromise
|
||||
expect(output.at(-1)).toBe('')
|
||||
})
|
||||
|
||||
it('askpass handler ignores the DESKTOP_TRAMPOLINE_IDENTIFIER env var', async () => {
|
||||
const [portPromise, outputPromise] = captureSession()
|
||||
const port = await portPromise
|
||||
|
||||
const cp = run(askPassTrampolinePath, ['get'], {
|
||||
env: { DESKTOP_PORT: port, DESKTOP_TRAMPOLINE_IDENTIFIER: 'foo' },
|
||||
})
|
||||
cp.child.stdin.end('oh hai\n')
|
||||
|
||||
await cp
|
||||
|
||||
const output = await outputPromise
|
||||
const envc = parseInt(output[2])
|
||||
const outputEnv = output.slice(3, 3 + envc)
|
||||
expect(outputEnv).toContain('DESKTOP_TRAMPOLINE_IDENTIFIER=ASKPASS')
|
||||
})
|
||||
|
||||
it('credential handler ignores the DESKTOP_TRAMPOLINE_IDENTIFIER env var', async () => {
|
||||
const [portPromise, outputPromise] = captureSession()
|
||||
const port = await portPromise
|
||||
|
||||
const cp = run(helperTrampolinePath, ['get'], {
|
||||
env: { DESKTOP_PORT: port, DESKTOP_TRAMPOLINE_IDENTIFIER: 'foo' },
|
||||
})
|
||||
cp.child.stdin.end('oh hai\n')
|
||||
|
||||
await cp
|
||||
|
||||
const output = await outputPromise
|
||||
const envc = parseInt(output[2])
|
||||
const outputEnv = output.slice(3, 3 + envc)
|
||||
expect(outputEnv).toContain(
|
||||
'DESKTOP_TRAMPOLINE_IDENTIFIER=CREDENTIALHELPER'
|
||||
)
|
||||
})
|
||||
})
|
||||
@@ -1,66 +0,0 @@
|
||||
const { stat, access } = require('fs').promises
|
||||
const { constants } = require('fs')
|
||||
const { execFile } = require('child_process')
|
||||
const { promisify } = require('util')
|
||||
const { getDesktopTrampolinePath } = require('../index')
|
||||
const split2 = require('split2')
|
||||
const { createServer } = require('net')
|
||||
|
||||
const trampolinePath = getDesktopTrampolinePath()
|
||||
const run = promisify(execFile)
|
||||
|
||||
describe('desktop-trampoline', () => {
|
||||
it('exists and is a regular file', async () =>
|
||||
expect((await stat(trampolinePath)).isFile()).toBe(true))
|
||||
|
||||
it('can be executed by current process', () =>
|
||||
access(trampolinePath, constants.X_OK))
|
||||
|
||||
it('fails when required environment variables are missing', () =>
|
||||
expect(run(trampolinePath, ['Username'])).rejects.toThrow())
|
||||
|
||||
it('forwards arguments and valid environment variables correctly', async () => {
|
||||
const output = []
|
||||
const server = createServer(socket => {
|
||||
socket.pipe(split2(/\0/)).on('data', data => {
|
||||
output.push(data.toString('utf8'))
|
||||
})
|
||||
|
||||
// Don't send anything and just close the socket after the trampoline is
|
||||
// done forwarding data.
|
||||
socket.end()
|
||||
})
|
||||
server.unref()
|
||||
|
||||
const startTrampolineServer = async () => {
|
||||
return new Promise((resolve, reject) => {
|
||||
server.on('error', e => reject(e))
|
||||
server.listen(0, '127.0.0.1', () => {
|
||||
resolve(server.address().port)
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
const port = await startTrampolineServer()
|
||||
const env = {
|
||||
DESKTOP_TRAMPOLINE_IDENTIFIER: '123456',
|
||||
DESKTOP_PORT: port,
|
||||
DESKTOP_USERNAME: 'sergiou87',
|
||||
DESKTOP_USERNAME_FAKE: 'fake-user',
|
||||
INVALID_VARIABLE: 'foo bar',
|
||||
}
|
||||
const opts = { env }
|
||||
|
||||
await run(trampolinePath, ['baz'], opts)
|
||||
|
||||
const outputArguments = output.slice(1, 2)
|
||||
expect(outputArguments).toStrictEqual(['baz'])
|
||||
// output[2] is the number of env variables
|
||||
const outputEnv = output.slice(3)
|
||||
expect(outputEnv).toHaveLength(2)
|
||||
expect(outputEnv).toContain('DESKTOP_TRAMPOLINE_IDENTIFIER=123456')
|
||||
expect(outputEnv).toContain(`DESKTOP_USERNAME=sergiou87`)
|
||||
|
||||
server.close()
|
||||
})
|
||||
})
|
||||
42
test/ssh-wrapper.test.js
Normal file
42
test/ssh-wrapper.test.js
Normal file
@@ -0,0 +1,42 @@
|
||||
const { stat, access } = require('fs').promises
|
||||
const { constants } = require('fs')
|
||||
const { execFile } = require('child_process')
|
||||
const { promisify } = require('util')
|
||||
const { getSSHWrapperPath } = require('../index')
|
||||
|
||||
const sshWrapperPath = getSSHWrapperPath()
|
||||
const run = promisify(execFile)
|
||||
|
||||
describe('ssh-wrapper', () => {
|
||||
it('exists and is a regular file', async () =>
|
||||
expect((await stat(sshWrapperPath)).isFile()).toBe(true))
|
||||
|
||||
// On Windows, the binary generated is just useless, so no point to test it.
|
||||
// Also, this won't be used on Linux (for now at least), so don't bother to
|
||||
// run the tests there.
|
||||
if (process.platform !== 'darwin') {
|
||||
return
|
||||
}
|
||||
|
||||
it('can be executed by current process', () =>
|
||||
access(sshWrapperPath, constants.X_OK))
|
||||
|
||||
it('attempts to use ssh-askpass program', async () => {
|
||||
// Try to connect to github.com with a non-existent known_hosts file to force
|
||||
// ssh to prompt the user and use askpass.
|
||||
const result = await run(
|
||||
sshWrapperPath,
|
||||
['-o', 'UserKnownHostsFile=/path/to/fake/known_hosts', 'git@github.com'],
|
||||
{
|
||||
env: {
|
||||
SSH_ASKPASS: '/path/to/fake/ssh-askpass',
|
||||
DISPLAY: '.',
|
||||
},
|
||||
}
|
||||
)
|
||||
|
||||
expect(result.stderr).toMatch(
|
||||
/ssh_askpass: exec\(\/path\/to\/fake\/ssh-askpass\): No such file or directory/
|
||||
)
|
||||
})
|
||||
})
|
||||
Reference in New Issue
Block a user