whispers icon indicating copy to clipboard operation
whispers copied to clipboard

Identify hardcoded secrets in static structured text

Results 85 whispers issues
Sort by recently updated
recently updated
newest added

Bumps [astroid](https://github.com/PyCQA/astroid) from 2.8.3 to 2.12.2. Changelog Sourced from astroid's changelog. What's New in astroid 2.12.2? Release date: 2022-07-12 Fixed crash in modulo operations for divisions by zero. Closes #1700...

dependencies

Bumps [lxml](https://github.com/lxml/lxml) from 4.6.3 to 4.9.1. Changelog Sourced from lxml's changelog. 4.9.1 (2022-07-01) Bugs fixed A crash was resolved when using iterwalk() (or canonicalize()) after parsing certain incorrect input. Note...

dependencies

{ "errorMessage": "module 'typing' has no attribute '_ClassVar'", "errorType": "AttributeError", "requestId": "ac8561f5-dc64-42e5-af44-9f3c942ef80d", "stackTrace": [ " File \"/var/task/lambda_function.py\", line 13, in lambda_handler\n for secret in whispers.secrets(args):\n", " File \"/opt/python/whispers/__init__.py\", line 14,...

Let's say I have a file that contains: `password: $ecret ` And I use the following rule: ``` password: description: Variable names referring to passwords message: Password severity: CRITICAL key:...

Bumps [beautifulsoup4](https://www.crummy.com/software/BeautifulSoup/bs4/) from 4.10.0 to 4.11.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=beautifulsoup4&package-manager=pip&previous-version=4.10.0&new-version=4.11.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...

dependencies

File "/usr/local/lib/python3.9/dist-packages/whispers/utils.py", line 104, in find_line_number for line_number, line in enumerate(filepath.open().readlines(), 1): File "/usr/lib/python3.9/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte...

### Brief description of your issue [00:00] Building SystemInformer (x32)... [04:53] Building SystemInformer (x64)... [09:26] Building Plugins (x32)... [ERROR] (1) C:\projects\systeminformer\plugins\ExtendedTools\gpudetails.c(162,40): error C2065: 'KMT_DRIVERVERSION_WDDM_3_1': undeclared identifier [C:\projects\systeminformer\plugins\ExtendedTools\ExtendedTools.vcxproj]C:\projects\systeminformer\plugins\ExtendedTools\gpudetails.c(162,1): error C2051: case...

bug
needs investigation

The project is under maintenance while we migrate from Process Hacker to System Informer. We ask the community have patience while we migrate. - Process Hacker is being renamed to...

### Brief description of your issue Following process memory statistics contain incorrect information: - Shared commit - Private commit - Peak private commit They are displayed only if process is...

bug

**Describe the bug** The status-bar fields take ~4 seconds to display (compared to ~1 second in v2.39). **To Reproduce** Steps to reproduce the behavior: 1. Run the latest Nightly. 2....

enhancement