-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
Enhancements #53
Enhancements #53
Conversation
|
GitGuardian id | Secret | Commit | Filename | |
---|---|---|---|---|
9214336 | Telegram Bot Token | fb138bc | src/Tests/Integration/PoshGram-Infra.Tests.ps1 | View secret |
9214336 | Telegram Bot Token | 86d942f | src/Tests/Integration/PoshGram-Infra.Tests.ps1 | View secret |
🛠 Guidelines to remediate hardcoded secrets
- Understand the implications of revoking this secret by investigating where it is used in your code.
- Replace and store your secrets safely. Learn here the best practices.
- Revoke and rotate these secrets.
- If possible, rewrite git history. Rewriting git history is not a trivial act. You might completely break other contributing developers' workflow and you risk accidentally deleting legitimate data.
To avoid such incidents in the future consider
- following these best practices for managing and storing secrets including API keys and other credentials
- install secret detection on pre-commit to catch secret before it leaves your machine and ease remediation.
🦉 GitGuardian detects secrets in your source code to help developers and security teams secure the modern development process. You are seeing this because you or someone else with access to this repository has authorized GitGuardian to scan your pull request.
Our GitHub checks need improvements? Share your feedbacks!
Pull Request
Description
Description of changes:
pwshEmojiExplorer
moduleSend-TelegramTextMessage
- BREAKING CHANGES INTRODUCEDDisablePreview
parameter with three new parameters due to Telegram replacing the field disable_web_page_preview with link_preview_optionsLinkPreviewURL
LinkPreviewOption
LinkPreviewAboveText
Get-TelegramStickerPackInfo
- potential breaking changepwshEmojiExplorer
module to retrieve an updated standardized list of emoji information based on public Unicode data sets.Group
,SubGroup
,pwshEscapedFormat
Send-TelegramSticker
- potential breaking changeShortCode
to use ArgumentCompletions instead of a validate set with a new set of suggested emoji shortcode completions. The old validate set with old list of shortcodes has been removed.Get-TelegramCustomEmojiStickerInfo
which is currently experimental.-HasSpoiler
switch toSend-TelegramLocalPhoto
,Send-TelegramLocalVideo
,Send-TelegramLocalAnimation
-Emoji
parameter toSend-TelegramLocalSticker
which enables you to specify an emoji for a newly uploaded sticker.aws/codebuild/standard:6.0
toaws/codebuild/standard:7.0
pipeline
branch and automated CodePipeline process for easier AWS infra updates.CHANGELOG.md
from.github
todocs
install_modules.ps1
- bumped module versions to latestsettings.json
for tab requirements to support Readthedocsextensions.json
with recommended extensions for working with this repoSECURITY.md
LICENSE
yearLicense
By submitting this pull request, I confirm that my contribution is made under the terms of the MIT license.