-
Updated
Jun 19, 2021 - Python
owasp
Here are 396 public repositories matching this topic...
-
Updated
Nov 11, 2020
-
Updated
Jun 15, 2021 - Python
-
Updated
Jun 12, 2021 - Go
⭐ Challenge idea
Description
Several users originally missing security question answers - most notably bjoern.k
-
Updated
Apr 12, 2021 - PHP
-
Updated
Jun 7, 2021 - Ruby
What's the issue?
Overwritten test scenario, can be summarized and link to payload lists from other repos
How do we solve it?
Chop down the content to the required and needed information, link to payload lists instead of enumerating all possible usernames and passwords, provide further guidance on how to test.
If no one is up to handle it, I can take care of it
-
Updated
Jun 17, 2021 - Go
-
Updated
Dec 30, 2020 - Python
Safety parser relly on a DB of vulnerabilities with CVE infos. This databases is upgraded/modified every month.
This pb is that our unit tests relly on this changing file.
We need to do one of these options:
- fix the DB file for unit tests
- remove completely this feature and wait that the CVE info come from the report (I pushed a pull request upstream to have CVE directly in the JSON rep
Description
BeanUtils is a library that is doing automatic mapping to Java object.
It can cause arm when the attack controls part of the list of properties being sets. BeanUtils does not blacklist properties like class, classloader or other objects that are likely to load arbitrary classes and possibly run code.
Code
import org.apache.commons.beanutils.BeanUtils;
public-
Updated
May 9, 2021 - JavaScript
-
Updated
Jun 17, 2021 - Python
-
Updated
Jun 13, 2021 - HTML
-
Updated
Jun 13, 2021 - C
-
Updated
Jun 18, 2021 - Python
-
Updated
Oct 1, 2020
Current Behavior:
When viewing vulns in the Audit Vulnerabilities tab. the Analysis column appears to contain code (enum?) names, e.g. NOT_SET, FALSE_POSITIVE. This problem also occurs in Policy Violations tab.
Steps to Reproduce:
Open the Audit Vulnerabilities tab.
Expected Behavior:
The Analysis column contains language specific analysis values, e.g. Not Set, False Positive
-
Updated
Jun 7, 2021 - Raku
-
Updated
Feb 24, 2021 - Python
-
Updated
Jun 20, 2021 - Java
-
Updated
Jun 15, 2021
https://github.com/OWASP/www-community/blob/master/pages/CRV2_AppThreatModeling.md
Contains a bunch of HTML based tables that need attention. They did not auto-migrate well and at a certain point break the rendering of the majority of the page.
Improve this page
Add a description, image, and links to the owasp topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the owasp topic, visit your repo's landing page and select "manage topics."


Decimal numbers like
52.5702100309281,trigger the PII scan rule, and they shouldnt.Example page: https://www.discoverireland.ie/limerick/glin-heritage-trails-knight-s-walk
They could be excluded using a similar check to https://github.com/zaproxy/zap-extensions/blob/master/addOns/pscanrulesBeta/src/main/java/org/zaproxy/zap/extension/pscanrulesBeta/PiiScanRule.java#L118-L139
cc @HugoBar