Jacob Taylor-Hindle
Jacob Taylor-Hindle
The same seems to happen with `deriveEncoder` & `deriveDecoder` from the semiauto package. For now I have suppressed the warnings using `@nowarn`.
This seems to crop up after running the Cpg2Scpg enhancements. Running irssi through `./joern-parse` with `--noenhance` and running the above query results in: ``` joern> cpg.method.fullName("CHAT.*query_create.*").fullName.p res1: List[String] = List()...
Ok, I believe this line is causing the issue: https://github.com/ShiftLeftSecurity/fuzzyc2cpg/blob/master/src/main/scala/io/shiftleft/fuzzyc2cpg/astnew/AstToCpgConverter.scala#L347 Is this something we'd want to remove? Everything else is also escaped CC @fabsx00