-
Updated
Apr 9, 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
Apr 5, 2022 - Python
-
Updated
Apr 10, 2022 - TypeScript
https://github.com/Vulnogram/Vulnogram/blob/d810dba30756279d3564da1b09db12f27f66d8e4/default/cve5/script.js#L682-L685
seems to expect that a GET request to the /api/cve-id endpoint will retrieve all CVE IDs owned by the organization. The API service uses pagination. If the response to the GET request includes a pageCount key, then the client is responsible for making additional similar requests t
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
Jan 31, 2021 - Python
-
Updated
Apr 11, 2022
-
Updated
Mar 24, 2022 - Shell
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Mar 8, 2022 - Python
-
Updated
Apr 9, 2022 - Java
-
Updated
Sep 15, 2021 - Python
-
Updated
Apr 7, 2022 - JavaScript
-
Updated
Oct 5, 2021 - Python
-
Updated
Mar 8, 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
Apr 8, 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