noseyparker icon indicating copy to clipboard operation
noseyparker copied to clipboard

Nosey Parker is a command-line program that finds secrets and sensitive information in textual data and Git history.

Results 29 noseyparker issues
Sort by recently updated
recently updated
newest added

Nosey Parker has a formula is Homebrew now, as of the v0.16.0 release: https://github.com/Homebrew/homebrew-core/blob/master/Formula/n/noseyparker.rb. With the v0.17.0 release of Nosey Parker, manpages are included in the prebuilt releases. The manpages...

documentation
enhancement
help wanted
packaging

The progress bar [comment mentions an issue](https://github.com/praetorian-inc/noseyparker/blob/main/crates/progress/src/lib.rs#L8-L14) with the `indicatif` estimation algorithm for ETA and the throughput. The [PR linked in the comment](https://github.com/console-rs/indicatif/issues/394) with the fix for the issue was...

enhancement
ux

Hello, Since my company is actually working with Bitbucket, I would be glad to work in order to add the same features for Github to Bitbucket. For example listing Bitbucket...

enhancement
help wanted
content discovery
integration

SARIF support was recently added (#33, #4), adding a new output format to Nosey Parker's `report` command. This support is preliminary, but good enough that viewers like the [VSCode SARIF...

enhancement
help wanted
reporting

[pre-commit](https://pre-commit.com/) is a popular tool for managing client-side [Git pre-commit hooks](https://git-scm.com/book/en/v2/Customizing-Git-Git-Hooks). It would be useful for developers and defensive security purposes if Nosey Parker provided a pre-commit hook that would...

enhancement
help wanted
integration

In [a comment by @Azathothas](https://github.com/praetorian-inc/noseyparker/issues/100#issuecomment-1854278243), a couple incantations were shared that seem to generate statically-linked `noseyparker` binaries: ```bash !# cross git clone --filter "blob:none" "https://github.com/praetorian-inc/noseyparker" && cd "./noseyparker" cargo install...

help wanted
packaging

**Describe the bug** Unable to cross compile for x86_64 on an ARM64 host (docker Apple M2) **To Reproduce** 1. rustup target add x86_64-unknown-linux-gnu 2. apt install crossbuild-essential-amd64 3. cargo build...

bug
help wanted
packaging

The prebuilt Docker images for releases do not include all the metadata one would like. See here, for example: https://github.com/praetorian-inc/noseyparker/pkgs/container/noseyparker/137062442?tag=v0.15.0. No labels!

bug
help wanted
packaging

It would be useful if Nosey Parker would build and run on Windows. The releases should also include prebuilt Windows binary releases. I've not tried building on Windows. It should...

enhancement
help wanted
packaging

The `scan` command currently has a `--ignore FILENAME` option, which allows one to specify a gitignore-style rules files for paths to ignore when scanning. Those ignore rules are only applied...

enhancement
content discovery