
Research
Malicious npm Packages Impersonate Flashbots SDKs, Targeting Ethereum Wallet Credentials
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
@qpoint/mask-urls
Advanced tools
A Qpoint adapter for masking URLs behind a reverse proxy
When proxying requests upstream, html links are generated for the upstream location.
Consider the following:
An app hosted on vercel would likely produce html with a link URL: https://qpoint-site.vercel.app/about-us
The proxy needs to mask the url to match the outer domain URL: https://qpoint.io/about-us
import Endpoint from "@qpoint/endpoint";
import proxy from "@qpoint/proxy";
import maskUrls from "@qpoint/mask-urls";
import rewriteHtml from "@qpoint/rewrite-html";
export default new Endpoint()
// proxy to qpoint.io
.use(proxy({ appUrl: "https://qpoint.io" }))
// mask the urls to match the proxy endpoint
.use(maskUrls())
// activate the rewrite
.use(rewriteHtml())
npm add @qpoint/mask-urls
basePath
can be provided with the config if the upstream app is nested within the path.
FAQs
A Qpoint adapter for masking URLs behind a reverse proxy
The npm package @qpoint/mask-urls receives a total of 0 weekly downloads. As such, @qpoint/mask-urls popularity was classified as not popular.
We found that @qpoint/mask-urls demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Four npm packages disguised as cryptographic tools steal developer credentials and send them to attacker-controlled Telegram infrastructure.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.