Nakul Bharti
Nakul Bharti
Added the canvas layout for the connectivity weight matrix
Intermittent Error 8: Operation Not Permitted when doing update for multiple devices simultaneously
With iPhone 15, When updating multiple BLE devices simultaneously, we have observed an intermittent `Error 8: Operation not permitted` issue. The firmware update zip package has a size of around...
## Proposed changes ## Checklist - [x] Pull request is created against the [dev](https://github.com/projectdiscovery/nuclei/tree/dev) branch - [x] All checks passed (lint, unit/integration/regression tests etc.) with my changes - [ ]...
## Proposed changes ## Checklist - [ ] Pull request is created against the [dev](https://github.com/projectdiscovery/nuclei/tree/dev) branch - [ ] All checks passed (lint, unit/integration/regression tests etc.) with my changes -...
- Added shared parsed and compiled caches to the parser for improved performance across engines. - Introduced `getSharedParser` function to initialize a shared parser instance. - Updated `NucleiEngine` initialization to...
closes: https://github.com/projectdiscovery/interactsh/issues/1245 in nuclei tests during parallel execution we had observed server and client package getting flagged as goroutine leaks. it was reproducible from the issue https://github.com/projectdiscovery/interactsh/issues/1245 added cleanup and...
### Interactsh version: - v1.2.4 (and main) ### Current Behavior: Client: New() starts a keepalive goroutine when KeepAliveInterval > 0. If Close() isn’t called (e.g., short-lived tests), the goroutine leaks...