fix(build-security): do not expose hostname to build framents (#7491)

Refs #7446
This commit is contained in:
Vladimir Gorej
2021-09-10 13:29:42 +03:00
committed by GitHub
parent 5029b81560
commit fdef4ead7a
2 changed files with 1 additions and 3 deletions

View File

@@ -69,7 +69,6 @@ export default function buildConfig(
PACKAGE_VERSION: pkg.version,
GIT_COMMIT: gitInfo.hash,
GIT_DIRTY: gitInfo.dirty,
HOSTNAME: os.hostname(),
BUILD_TIME: new Date().toUTCString(),
}),
}),