-
### Nuclei version: 3.1.2
### Current Behavior:
When I was using a template matching vulnerability, I found that when I used a fixed string, nuclei could match the vulnerability. If I used the s…
-
the "hasProperty" matcher lets you convert from `__.assertThat('hello'.length, __.greaterThan(3))` to `assertThat('hello', hasProperty('length', __.greaterThan(3))`
can we extend this idea to arbit…
-
I have a source file that uses cgo a lot, and running it through `dst` causes (some) empty lines in structs/functions to be removed.
I tried some testing, and I am not entirely sure what causes the…
-
Right now, we treat the filters for hydration errors and `ChunkLoadError`s as their own things in the UI, but under the hood, they're just [adding entries to the messages filter](https://github.com/ge…
-
In a pact-node consumer test, I have -
```
describe('edit a policy', () => {
const REQUEST_BODY = {
name: 'account-holder',
version: '2020-07-10T01:22:09.488Z',
};
cons…
-
In discussions on how to route URLs, the suggestion came up to have generic [predicate dispatch](http://www.youtube.com/watch?v=iCl9rB1tyxo) functionality; the URL patterns would be the predicates in …
-
Compile `llvm-test-suite/MicroBenchmarks/LCALS/LCALSSuite.cxx` for arm64 at -O3. On a debug build of clang on my machine:
```
real 0m48.560s
user 0m48.178s
sys 0m0.345s
```
With the IR outli…
-
When I use closure compiler to minify `Autolinker.js`, the output is broken JavaScript that throws an error when loaded.
For the input file, go here: https://github.com/gregjacobs/Autolinker.js/rele…
-
Hi,
I compiled successfully (I guess...) Boost for BB10, but when my program is linking, I get the next 3 errors:
In function `bool boost::regex_match(__gnu_cxx::__normal_iterator, __gnu_cxx::__no…
-
Is it possible to know/display the `ReplacementRule` if the `replace()` is able apply the rule?