-
Updated
May 4, 2022 - JavaScript
cwe
Here are 37 public repositories matching this topic...
-
Updated
May 28, 2021 - Python
I noticed you have a plugin for Ghidra, but it is not the only one FOSS tool available.
Rizin is a highly-portable cross-platform reverse engineering framework and a toolkit without dependencies. It has support for analyzing binaries, disassembling code, debugging programs, attaching to remote GDB/LLDB, WinDbg servers, rich plugin system (see rz-pm), and in
-
Updated
May 4, 2022 - Python
-
Updated
Apr 26, 2022 - TypeScript
-
Updated
May 6, 2022 - JavaScript
It would be very handy for us if we could target specific package versions in the --module-ignore flag so that we don't have to come back and manually update our whitelists once we update problematic package versions. For example:
1. We have included package_A v1.2.3.
2. better-npm-audit audit -l high fails because of an issue with a subpackage of package_A v1.2.3.
3. We exclude it using
-
Updated
May 7, 2022
-
Updated
Jan 31, 2021 - Python
-
Updated
May 4, 2022 - Shell
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Mar 8, 2022 - Python
-
Updated
May 6, 2022 - Java
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Sep 15, 2021 - Python
-
Updated
Oct 5, 2021 - Python
-
Updated
Apr 19, 2022 - C#
-
Updated
Nov 19, 2021
-
Updated
Apr 3, 2022 - TypeScript
-
Updated
Apr 5, 2022 - Jupyter Notebook
-
Updated
Dec 11, 2018 - JavaScript
-
Updated
Nov 29, 2020 - JavaScript
-
Updated
May 7, 2022 - Jupyter Notebook
-
Updated
May 13, 2018 - R
Improve this page
Add a description, image, and links to the cwe topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cwe topic, visit your repo's landing page and select "manage topics."
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