-
Updated
Dec 8, 2020 - OCaml
taint-analysis
Here are 46 public repositories matching this topic...
-
Updated
Dec 8, 2020 - PHP
-
Updated
Dec 4, 2020 - C++
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
Dec 7, 2020 - OCaml
-
Updated
Nov 17, 2020 - OCaml
-
Updated
Nov 3, 2020 - C++
-
Updated
Feb 14, 2020 - C
-
Updated
Apr 22, 2020 - LLVM
-
Updated
Aug 4, 2020 - C
-
Updated
Jun 1, 2017 - C
-
Updated
Apr 2, 2019 - C++
-
Updated
Oct 23, 2017 - C++
-
Updated
Jul 17, 2020 - C
-
Updated
Mar 30, 2020 - C
-
Updated
Jun 25, 2019 - Go
-
Updated
Jul 1, 2017 - C++
-
Updated
Apr 1, 2018 - C
-
Updated
Jul 9, 2019 - C++
-
Updated
Dec 6, 2020 - PHP
-
Updated
Mar 30, 2020 - C++
-
Updated
Apr 1, 2018 - C
-
Updated
Sep 5, 2018 - JavaScript
-
Updated
Sep 7, 2020 - C++
-
Updated
Dec 15, 2017 - JavaScript
-
Updated
Sep 27, 2020 - C
-
Updated
Apr 9, 2020 - TypeScript
Aura has currently an experimental cache system that cache all the input data - package/url downloads or copies from offline pypi mirror. However the cache is never cleaned up right now and must be done to do so manually.
This feature adds an automatic cleanup system that would purge old entries from the cache under specific conditions such as:
- removing entries older than X days
- removin
-
Updated
Jan 30, 2019 - TeX
Improve this page
Add a description, image, and links to the taint-analysis topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the taint-analysis topic, visit your repo's landing page and select "manage topics."
I wrote some of the code to do this in a branch https://github.com/python-security/pyt/compare/class_based_views, but since I'm working on other things and this feature seems cool and important I'm making this issue👍
Let me know if you would like any help in implementing.