-
With the following `psalm.xml`:
```xml
```
...and the following `file.php`:
```php
-
given:
https://psalm.dev/r/1a0c4d8202
I tried:
```
/**
* @psalm-taint-source input
*/
function getLogs(): Task
```
```
/**
* @psalm-taint-source input
*/
class Task {
```
```
…
-
Hi Infer devs!
I tried to use Infer for implementation custom taint analysis and faced with some issues of virtual call handling. Could you clarify the current status of the taint tracking features…
yuske updated
3 years ago
-
Is there a taint analysis algorithm implemented by c or c++?And it supports backward and forward analysis.
-
See https://bugzilla.mozilla.org/show_bug.cgi?id=1187897 . The errors are:
Insecure dependency in eval while running with -T switch at /usr/local/share/perl5/Crypt/OpenPGP/Util.pm line 107.
at /usr/…
-
Hi
Probably not a bug but a different behavior between ol version ?
Error :
Failed to execute 'toDataURL' on 'HTMLCanvasElement': Tainted canvases may not be exported.
at n.< anonymous >
t…
-
### What change in documentation do you suggest?
In the JSON log of `dafny measure-complexity --isolated-assertions`, are `vcResults` assigned a `vcNum` according to their verification order? For exa…
-
### Description
**Observed Behavior**:
When using Admission controller: **ExtendedResourceToleration** functionality it causes Karpenter to fail to schedule nodes.
It is defined via a resource re…
-
Add a policy that evicts tainted pods after some configurable period has elapsed
https://kubernetes.io/docs/tasks/administer-cluster/safely-drain-node/#the-eviction-api
-
It seem clear from [§5. Security Considerations](https://w3c.github.io/mediacapture-fromelement/#security-considerations) element capture expressly supports tainted tracks: _"Media elements can render…