Adding shebangs to typescript files leads to CodeQL being unable to process those files.
Example:
#!/usr/bin/env bun
Leas to that file not being processed.
This can lead to security errors persisting since this is silently failing to scan a file due to the shebang.
Other files are not impacted and will be scanned in full.
Adding shebangs to typescript files leads to CodeQL being unable to process those files.
Example:
#!/usr/bin/env bunLeas to that file not being processed.
This can lead to security errors persisting since this is silently failing to scan a file due to the shebang.
Other files are not impacted and will be scanned in full.