-
Notifications
You must be signed in to change notification settings - Fork 18
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
Eliminate whitespace and commas from MongoDB match candidates (and resulting fingerprints). #554
Conversation
Where is this documented in the release notes? Also, please note the update I made to this PR, let's try to be a bit more descriptive. |
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.
🕐
I first open the PR and do a second commit adding the releasehistory to get the #. I will also update the releasehistory with that. In reply to: 915524691 |
Here's the title I chose: Eliminate whitespace and commas from MongoDB match candidates (and resulting fingerprints). If we work together on good titles, these also serve as good candidates for the release notes documentation. In reply to: 915524691 |
Src/ReleaseHistory.md
Outdated
`SEC101/036.MySqlCredential`, `SEC101/037.SqlCredentials`, | ||
`SEC101/038.PostgreSqlCredentials` won't accept spaces in `id` and `secret`. | ||
[#550](https://github.com/microsoft/sarif-pattern-matcher/pull/550) | ||
- FPC: Improving MongoDB regular expression removing hosts that contain `\s` or | ||
`,` characters. |
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.
'Eliminate whitespace and characters from MongoDB host matches (and resulting fingerprints)'.
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.
Changes
Please provide a brief description of the changes here.
For significant contributions please make sure you have completed the following items:
ReleaseHistory.md
updated for non-trivial changes