
Research
/Security News
Critical Vulnerability in NestJS Devtools: Localhost RCE via Sandbox Escape
A flawed sandbox in @nestjs/devtools-integration lets attackers run code on your machine via CSRF, leading to full Remote Code Execution (RCE).
http-ie-helper
Advanced tools
[](https://badge.fury.io/js/http-ie-helper), [](https://travis-ci.org/liuy97/http-ie-helper) [ module for which you should end up with the code similar to (notice HttpIEHelperModule .forRoot()
):
import { HttpIEHelperModule, HttpIEHelperInterceptor } from 'http-ie-helper';
@NgModule({
declarations: [AppComponent, ...],
imports: [HttpIEHelperModule.forRoot(), ...],
providers: [{ provide: HTTP_INTERCEPTORS, useClass: HttpIEHelperInterceptor, multi: true }],
bootstrap: [AppComponent]
})
export class AppModule {
}
Other modules in your application can simply import HttpIEHelperModule
and provide HttpIEHelperInterceptor:
import { HttpIEHelperModule, HttpIEHelperInterceptor } from 'http-ie-helper';
@NgModule({
declarations: [OtherComponent, ...],
imports: [HttpIEHelperModule, ...],
providers: [{ provide: HTTP_INTERCEPTORS, useClass: HttpIEHelperInterceptor, multi: true }],
})
export class OtherModule {
}
Copyright (c) 2018 Yong Liu. Licensed under the MIT License (MIT)
FAQs
[](https://badge.fury.io/js/http-ie-helper), [](https://travis-ci.org/liuy97/http-ie-helper) [.
Product
Customize license detection with Socket’s new license overlays: gain control, reduce noise, and handle edge cases with precision.
Product
Socket now supports Rust and Cargo, offering package search for all users and experimental SBOM generation for enterprise projects.