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
which means that we will execute arbitrary code if
nimscripter or docopt are re-tagged
or any dependency of nimscripter ( assume, balls, grok, ups, npeg, sync) or docopt (regex, unicodedb) receive a new release.
Ideally, we'd use a Nimble lock file. The current Nim stable release (1.6.6) supports the Nimble version that supports lock files, but does not yet ship with such a Nimble.
Follow-up for #37 (comment)
Currently, our
.nimble
file contains:nim-representer/nim_representer.nimble
Lines 13 to 15 in 34ff2b0
which means that we will execute arbitrary code if
nimscripter
ordocopt
are re-taggednimscripter
(assume
,balls
,grok
,ups
,npeg
,sync
) ordocopt
(regex
,unicodedb
) receive a new release.Ideally, we'd use a Nimble lock file. The current Nim stable release (1.6.6) supports the Nimble version that supports lock files, but does not yet ship with such a Nimble.
The
.nimble
files of our Nimble dependencies:The text was updated successfully, but these errors were encountered: