-
Notifications
You must be signed in to change notification settings - Fork 38
Open
Description
While working on https://bugzilla.mozilla.org/show_bug.cgi?id=1714690 I found grizzly-framework still uses six indirectly as seen at https://searchfox.org/mozilla-central/source/tools/fuzzing/smoke/grizzly_requirements.txt#214-221.
six==1.16.0 \
--hash=sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926 \
--hash=sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254
# via
# cssbeautifier
# fasteners
# fuzzmanager
# jsbeautifier
I couldn't find source for cssbeatifier and jsbeautifier but they are MIT licensed and owned by https://github.com/bitwiseman.
fuzzmanager is by MozillaSecurity so will create a separate ticket there.
fasteners doesn't seem to use six not sure why it's used. Maybe an older version of it had six and it's used in above dependencies.
Hopefully, this ticket can be tracker for this repo.
Metadata
Metadata
Assignees
Labels
No labels