-
Hi, this package is very similar to our rule in `shipmonk/phpstan-rules` under [forbidCustomFunctions](https://github.com/shipmonk-rnd/phpstan-rules?tab=readme-ov-file#forbidcustomfunctions-)
I was…
-
0xDetermination
Medium
# In rare cases `claimSignersFor()` can inappropriately set the Safe threshold and cause DoS of Safe transactions
### Summary
`claimSignersFor()` lacks a success check for a…
-
`composer require --dev spaze/phpstan-disallowed-calls`
I see
```
malukenho/mcbumpface is updating spaze/phpstan-disallowed-calls dev package from version (*) to (^v2.16.1)
```
in the outp…
-
### Description
Asynchronous ZipArchive stream methods still call synchronous methods of the underlying stream:
using (var zip = new ZipArchive(/*new WriteOnlyStreamWrapper(*/httpContext.Response.…
-
Jira Link: [DB-3446](https://yugabyte.atlassian.net/browse/DB-3446)
We don't support the `GROUP BY` clause in YCQL (only in YSQL) but it is allowed in the syntax (presumably by mistake).
I think…
-
This is a tracking issue for the RFC "Support defining C-compatible variadic functions in Rust" (rust-lang/rfcs#2137).
**Steps:**
- [x] Implement the RFC (PR https://github.com/rust-lang/rust/pull/5…
-
**Enhancement description**
phpat currently reports errors to PHPStan without error identifiers. This means that in order to ignore a phpat error for whatever reason, it is currently required to use …
-
Hello,
I am using PHPSandbox and have a specific requirement regarding function and method calls within the sandbox. Specifically, I would like to allow certain methods of a class to execute, even …
-
I can not get the validator to accept mathml tags.
Example:
```
import 'dart:html';
void main() {
var validator = new NodeValidatorBuilder();
validator.allowElement('math');
val…
-
Currently, JDK 21 and newer produce the following deprecation warning when visualizing recursive functions with dendroloj:
```
WARNING: A Java agent has been loaded dynamically ()
WARNING: If a ser…