Skip to content

Commit

Permalink
fix(app-service): fix security risk for expose process.env
Browse files Browse the repository at this point in the history
  • Loading branch information
maslow committed Jun 6, 2022
1 parent f8df39b commit d3004b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app-service/src/support/function-engine/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ export class FunctionEngine {
clearInterval: clearInterval,
setTimeout: setTimeout,
clearTimeout: clearTimeout,
process: { env: process.env }
process: { env: {} }
}
}

Expand Down

0 comments on commit d3004b3

Please sign in to comment.