Open depfu[bot] opened 7 months ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Comments | Updated (UTC) |
---|---|---|---|---|
client-cra | ❌ Failed (Inspect) | Mar 17, 2024 0:56am | ||
mussia12 | ❌ Failed (Inspect) | Mar 17, 2024 0:56am |
Injection flaws, such as SQL, NoSQL, OS, and LDAP injection, occur when untrusted data is sent to an interpreter as part of a command or query. The attacker’s hostile data can trick the interpreter into executing unintended commands or accessing data without proper authorization. Source: https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project
Session-related but not session-based, this attack is based on the ability of an attacker to force an action on a user’s browser (commonly in the form of a POST request) to perform an unauthorized action on behalf of the user. This can often occur without the user even noticing it… or only noticing when it is too late. The root cause is that browsers automatically send session cookies with all requests to a given domain, regardless of where the source of the request came from, and the application server cannot differentiate between a request that came from pages it served or a request that came from an unrelated page.
Many web applications and APIs do not properly protect sensitive data, such as financial, healthcare, and PII. Attackers may steal or modify such weakly protected data to conduct credit card fraud, identity theft, or other crimes. Sensitive data may be compromised without extra protection, such as encryption at rest or in transit, and requires special precautions when exchanged with the browser. Source: https://www.owasp.org/index.php/Category:OWASP_Top_Ten_Project
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
🚨 Your current dependencies have known security vulnerabilities 🚨
This dependency update fixes known security vulnerabilities. Please see the details below and assess their impact carefully. We recommend to merge and deploy this as soon as possible!
Here is everything you need to know about this upgrade. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ axios (0.24.0 → 1.6.8) · Repo · Changelog
Security Advisories 🚨
🚨 Axios Cross-Site Request Forgery Vulnerability
🚨 Axios Cross-Site Request Forgery Vulnerability
Release Notes
Too many releases to show here. View the full release notes.
Commits
See the full diff on Github. The new version differs by more commits than we can show here.
↗️ follow-redirects (indirect, 1.14.4 → 1.15.6) · Repo
Security Advisories 🚨
🚨 follow-redirects' Proxy-Authorization header kept across hosts
🚨 Follow Redirects improperly handles URLs in the url.parse() function
🚨 Exposure of Sensitive Information to an Unauthorized Actor in follow-redirects
🚨 Exposure of sensitive information in follow-redirects
Commits
See the full diff on Github. The new version differs by 45 commits:
Release version 1.15.6 of the npm package.
Drop Proxy-Authorization across hosts.
Use GitHub for disclosure.
Release version 1.15.5 of the npm package.
Preserve fragment in responseUrl.
Release version 1.15.4 of the npm package.
Disallow bracketed hostnames.
Prefer native URL instead of deprecated url.parse.
Prefer native URL instead of legacy url.resolve.
Simplify _processResponse error handling.
Add bracket tests.
Do not directly set Error properties.
Release version 1.15.3 of the npm package.
Fix resource leak on destroy.
Split linting and testing.
build: harden ci.yml permissions
Release version 1.15.2 of the npm package.
Default to localhost if no host given.
Throw invalid URL error on relative URLs.
Use type functions.
ternary operator syntax fix
HTTP header lines are separated by CRLF.
Create SECURITY.md (#202)
Release version 1.15.1 of the npm package.
Use for ... of.
Fix redirecting to relative URL when using proxy
Release version 1.15.0 of the npm package.
Add headers to request details
Pass status & request details to beforeRedirect (#198)
Test on Node 18.
refactor: replace deprecated String.prototype.substr() (#196)
Release version 1.14.9 of the npm package.
Keep headers when upgrading from HTTP to HTTPS.
Reduce nesting.
Release version 1.14.8 of the npm package.
Drop confidential headers across schemes.
Release version 1.14.7 of the npm package.
Drop Cookie header across domains.
Release version 1.14.6 of the npm package.
Ignore null headers.
Release version 1.14.5 of the npm package.
Make compatible with Node 17.
Fix: clear internal timer on request abort to avoid leakage
Keep Authorization header on subdomain redirects.
Carry over Host header on relative redirects (#172)
🗑️ aws-sdk (removed)
🗑️ jmespath (removed)
🗑️ xml2js (removed)
🗑️ xmlbuilder (removed)
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands