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.
A simple dev HTTP/HTTPS proxy for replacing CORS headers.
Other new features you can find in roadmap.
Full documentation you can found on wiki pages.
You can install the application in one of the following ways:
brew install evg4b/tap/uncors
scoop bucket add evg4b https://github.com/evg4b/scoop-bucket.git
scoop install evg4b/uncors
npm install uncors --save-dev
# OR
yarn add uncors --dev
# OR
pnpm add -D uncors
docker run -p 80:3000 evg4b/uncors --from 'http://local.github.com' --to 'https://github.com'
stew install evg4b/uncors
Or find more installation methods in uncors wiki.
The following command can be used to start the UNCORS proxy server:
uncors --from 'http://localhost' --to 'https://github.com' --http-port 8080
More information about configuration and usage you can find on UNCORS wiki.
Please note that removing or replacing CORS headers can pose potential security vulnerabilities. This tool is specifically designed to streamline the development and testing workflow and should not be used in a production environment or as a remote proxy server. It has not undergone a thorough security review, so caution should be exercised when utilizing it.
FAQs
A simple dev HTTP/HTTPS reverse proxy for replacing CORS headers.
The npm package uncors receives a total of 269 weekly downloads. As such, uncors popularity was classified as not popular.
We found that uncors demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 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
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.