Open 2lambda123 opened 2 weeks ago
Thanks @2lambda123 for opening this issue!
For COLLABORATOR only :
To add labels, comment on the issue
/label add label1,label2,label3
To remove labels, comment on the issue
/label remove label1,label2,label3
@2lambda123! Thank you for your contribution to this repository! We appreciate your effort in opening issue. Happy coding!
First issue by @2lambda123
Issues Details of @2lambda123 in dragonflyoss-Dragonfly2 : | OPEN | CLOSED | TOTAL |
---|---|---|---|
1 | 0 | 1 |
Your organization has reached the subscribed usage limit. You can upgrade your account by purchasing a subscription at Stripe payment link
Not Found
HTTP injection occurs when an application uses unsafe inputs within HTTP headers. This may allow an attacker to add or modify headers in the resulting HTTP response and therefore alter what is shown, inject arbitrary contents or poison intermediary caches.
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
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
Displaying too much information without proper access-control can lead to sensitive data being revealed that could be of value to an attacker directly or useful in a subsequent attack.
Not Found
Not Found
A race condition is a flaw that produces an unexpected result when the timing of actions impact other actions.
Not Found
Tracking issue for: