Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
azure-app-proxy-manager
Advanced tools
This tool allows you to manage Azure AD Application Proxy applications from a YAML file. It is based on the Configure Application Proxy using the Microsoft Graph API tutorial by Microsoft.
Its goal is to allow you to completely manage your application proxy applications in a declarative way.
Directory.ReadWrite.All
Graph API permission.See Azure Active Directory Application Proxy Implementation
Create a YAML file with your applications in it. See the sample to get started.
yarn dlx azure-app-proxy-manager --config apps.yaml
There is a JSON schema provided at apps.schema.json This is the quickest and easiest way to configure an app with autocompletion and documentation on the properties.
IDE Configuration:
You can run this locally with:
yarn install
yarn build
yarn node --enable-source-maps lib/main.js --config apps.yaml
Login to Azure with an account that has the Application Administrator role in the tenant. It's recommended you use a sandbox tenant (e.g. E5 SANDBOX) for this.
Then run:
yarn test
Code pushed to the main branch is not published as a new release by default. Once your Pull Request has been merged, draft a new release. Once the release is published a Github Action is triggered to push the latest version to NPM.
FAQs
Unknown package
We found that azure-app-proxy-manager demonstrated a healthy version release cadence and project activity because the last version was released less than 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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.