/
githubmirror
/
angular-cli
Обзор
Документация
Войти
/
githubmirror
/
angular-cli
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
packages/angular/ssr/node/public_api.ts
20 строк
691 B
Alan Agius
fix(@angular/ssr): validate host headers to prevent header-based SSRF
23 фев 2026, 12:08
Не верифицирован
23 фев 2026, 12:08
6cf621c
Код
Авторство
О чём код?
/** * @license * Copyright Google LLC All Rights Reserved. * * Use of this source code is governed by an MIT-style license that can be * found in the LICENSE file at https://angular.dev/license */ export { CommonEngine, type CommonEngineRenderOptions, type CommonEngineOptions, } from './src/common-engine/common-engine'; export { AngularNodeAppEngine, type AngularNodeAppEngineOptions } from './src/app-engine'; export { createNodeRequestHandler, type NodeRequestHandlerFunction } from './src/handler'; export { writeResponseToNodeResponse } from './src/response'; export { createWebRequestFromNodeRequest } from './src/request'; export { isMainModule } from './src/module';