You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…lopsled#671)
Modern maintained checksec >2.0 requires to use "--file=arg" which
we try to detect. The command call is cached anyway so lets try
to find out what version is running.
In case we can't find a verbose variant, we just fall back to the
common old fessioned "--file arg" variant as if nothing has happened.
FixesGallopsled#662
Currently, our Shellcraft templates are excluded from coverage, because there's no way for coverage.py to know about the generated Python.
Apparently there is a coverage.py plugin for Mako:
https://bitbucket.org/ned/coverage-mako-plugin
We should investigate using it, so that we can get coverage for shellcraft templates.
The text was updated successfully, but these errors were encountered: