doyensec / inql

InQL is a robust, open-source Burp Suite extension for advanced GraphQL testing, offering intuitive vulnerability detection, customizable scans, and seamless Burp integration.
https://doyensec.com/
Apache License 2.0
1.53k stars 158 forks source link

Added support for determining version from pwd during make #49

Closed hlein closed 2 years ago

hlein commented 2 years ago

When packaging a specific tagged release, it is common to fetch the versioned tarball from GitHub. In that case, there will be no .git/ directory, but pwd will by default be named after the current release tag.

Signed-off-by: Hank Leininger hlein@korelogic.com

hlein commented 2 years ago

Thanks!