-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Noseyparker version 16 and 22 support for git history and without git history scans #11615
Conversation
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 6.0.7 to 6.0.9. - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v6.0.9/packages/vite) --- updated-dependencies: - dependency-name: vite dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update changelog 2.42.2 * add additional 2.42.1 features --------- Co-authored-by: Paul Osinski <[email protected]>
DryRun Security SummaryThe code changes update the Expand for full summarySummary: The code changes in this pull request update the
From an application security perspective, these changes are positive, as they improve the handling and reporting of secrets detected in Git repositories, providing more accurate and actionable information to the users of the tool. Files Changed:
Code AnalysisWe ran |
@@ -17,85 +17,158 @@ def get_label_for_scan_types(self, scan_type): | |||
|
|||
def get_description_for_scan_types(self, scan_type): | |||
return "Nosey Parker report file can be imported in JSON Lines format (option --jsonl). " \ | |||
"Supports v0.16.0 of https://github.com/praetorian-inc/noseyparker" | |||
"Supports v0.16.0 and v0.22.0 of https://github.com/praetorian-inc/noseyparker" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @Himan10 ,
I suggest to close this PR and you just review mine. Reviews are welcome and I will add your suggestions. This PR also targets branch master which is not the right target.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay but could you give me permissions to push changes to your PR ? It looks like I don't have permissions. I reviewed your changes tho but it was failing with scans where --git-history
was set to none.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just add a comment in the code inside the PR and submit the review. (Do a code review)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@manuel-sommer 👍 on keeping the original #11565 open and closing this one
This can be closed @mtesauro The functionality is covered in my PR |
Closing - work will happen in #11565 |
ISSUE: #11535
@manuel-sommer also has pushed some changes to a different PR regarding the support for version 22, I've added a comment in this PR as well with regards to issues I've encountered with his code. The reason to create a new PR for this because I was not able to push changes to manuel's PR, so I've attached his PR as well in case if anyone wants to check out the previous changes
Manuel's PR: #11565
Reason: