Jaroslav Lobačevski
Jaroslav Lobačevski
Forgot to mention it is from tokenizer: ``` Esprima.dll!Esprima.ErrorHandler.ThrowError(int index = 427, int line = 15, int column = 18, string message = "Unexpected token ILLEGAL") Line 37 C# Symbols...
I got it in Esprima.Sample as you can see from the [call stack.](https://github.com/sebastienros/esprima-dotnet/issues/44#issuecomment-425156368) ```cs [Fact] public void ShouldRegularExpressionGH44() { var scanner = new Scanner(@"var isHtml = /\.html$/"); var tokens =...
@Anu-Ujin @Ariukasq1 @batamar @batorshih @Buyantogtokh @Enkhtuvshin0513 @ganzorig @Mambatukaa @mendorshikh @munkhjin0223 @soyombo-baterdene I have sent you an invite to a private repo where you can read the report. It should be...
This has been assigned CVE-2021-32853
The report is public https://securitylab.github.com/advisories/GHSL-2021-103-erxes/
Ran into the issue again. This time tried running `codeQL.checkForUpdatesToCLI` explicitly to repair the installation. It worked.
Maybe algorithm can be changed... From the error message it sounds like it tries to create a single huge string.
That's the point. The controller can be any class suffixed with Controller and it is convenient, but not obligatory to be in the root folder. See the project attached. There...
> @JarLob Can you point me to some documentation on convention based controllers? We would need to implement the same logic for controller lookup that asp.net core does. I assume...