
Security News
The Hidden Blast Radius of the Axios Compromise
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.
office-addin-https-reverse-proxy
Advanced tools
For create https reverse proxy when developing Office Add-ins.
This package can be used to create HTTPS reverse proxy for development server using https://localhost.
npm install office-addin-https-reverse-proxy
Before use this package, please make sure you have HTTPS certificate created. If not, you could run
npx office-addin-dev-certs install --days 365
to create certificate. The tool will create certificates under the profile folder, such as C:\Users\<username>\.office-addin-dev-certs.
localhost.crt
localhost.key
Usage: office-addin-https-reverse-proxy [options]
Options:
-p, --port <port> HTTPS port (default: 443)
-c, --certfile <certfile> certificiate file path (default:
"<profile-home-directory>/.office-addin-dev-certs/localhost.crt")
-k, --keyfile <keyfile> certificate key file path (default:
"<profile-home-directory>/.office-addin-dev-certs\\localhost.key")
-u, --url <url> target url (default: "http://localhost:8888")
-h, --help display help for command
FAQs
For create https reverse proxy when developing Office Add-ins.
We found that office-addin-https-reverse-proxy demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.

Security News
The Axios compromise shows how time-dependent dependency resolution makes exposure harder to detect and contain.

Research
A supply chain attack on Axios introduced a malicious dependency, plain-crypto-js@4.2.1, published minutes earlier and absent from the project’s GitHub releases.

Research
Malicious versions of the Telnyx Python SDK on PyPI delivered credential-stealing malware via a multi-stage supply chain attack.