8000 Error while running the scan · Issue #33 · Skyscanner/whispers · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
Error while running the scan #33
Closed
@stevieg27

Description

@stevieg27

Following error appeared while running the scan in CLI mode against a java application used the default config.yaml file provided.

ERROR


File "/usr/local/bin/whispers", line 8, in
sys.exit(cli())
File "/usr/local/lib/python3.8/dist-packages/whispers/cli.py", line 50, in cli
for secret in run(args):
File "/usr/local/lib/python3.8/dist-packages/whispers/core.py", line 88, in run
for secret in whispers.scan(filename):
File "/usr/local/lib/python3.8/dist-packages/whispers/secrets.py", line 91, in scan
for ret in plugin.pairs():
File "/usr/local/lib/python3.8/dist-packages/whispers/plugins/init.py", line 83, in pairs
yield from self.plugin.pairs(self.filepath)
File "/usr/local/lib/python3.8/dist-packages/whispers/plugins/javascript.py", line 8, in pairs
for line in filepath.open("r").readlines():
File "/usr/lib/python3.8/codecs.py", line 322, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xb4 in position 100: invalid start byte


Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0