-
The Properties class is some weird custom code/inherited HashMap amalgamation. It mostly behaves the same, but during debugging crashing dacapo benchmarks, I found the following incompatibility:
In…
leeN updated
2 months ago
-
Checkup for taints and fix them.
This will be here sitting long, as LolzenUi has many features planned to be integrated.
Tho i will not ignore this issue.
-
Hey guys,
I've got an AWS instance resource for my workers in a module (`mymodule`):
``` bash
resource "aws_instance" "worker" {
count = "12"
...
}
```
Is it possible to taint all 12 resources? …
-
Given a function that takes in an object and uses one of its attributes in a taint sink, is there any way to set it as a taint source assuming it contains parameters that are user-supplied?
-
While changing the default configuration of ppp in yocto linux, I noticed, that as soon as I change some configure flags, it results in linker errors. After troubleshooting a bit, I noticed it only fa…
-
### Guidelines
- [X] By checking this box, I am saying that I have read the guidelines and believe to be following them to the best of my ability
### Description of feature request
since snow mans …
-
i did all the steps and downloaded the firmware but got this
fluffy-dragon@fluffy:~$ sudo dmesg | grep mt7902
[ 2.511568] mt7902_common: loading out-of-tree module taints kernel.
[ 2.511578…
-
Hello,
It is stated in your paper that Lif "cannot transform a program that contains memory indexation data dependent on secret inputs", since such code is not publicly safe and cannot be made data…
-
Hello,
I'm trying my query on a simple code before moving to my main codebase. Basically, I would like to track all the local taints from all the function arguments to the LocalVariables in that fu…
-
I ran into an issue where FlowDroid misses a leak if some statements that don't affect the propagation are added.
Please consider the following example-code where FlowDroid misses the sink at the e…