Add asset-name support to GHReleaseDownloader#107
Merged
Conversation
2 tasks
tarunKoyalwar
approved these changes
Mar 16, 2023
Member
tarunKoyalwar
left a comment
There was a problem hiding this comment.
lgtm !
./tlsx -up
_____ _ _____ __
|_ _| | / __\ \/ /
| | | |__\__ \> <
|_| |____|___/_/\_\ v1.0.5
projectdiscovery.io
7.60 MiB / 7.60 MiB [--------------------------------------------------------] 100.00% 25.71 MiB p/s
[INF] tlsx sucessfully updated 1.0.5 -> 1.0.6 (latest)
## What's Changed
• Added version check with self update option by @RamanaReddy0M in
https://github.com/projectdiscovery/tlsx/pull/197
-up, -update update tlsx to latest version
• Added untrusted certificate misconfig detection by @ShubhamRasal in
https://github.com/projectdiscovery/tlsx/pull/211
-un, -untrusted display host with untrusted certificate
• Added certificate serial in output by @RamanaReddy0M in
https://github.com/projectdiscovery/tlsx/pull/212
-se, -serial display certificate serial number
• Added cipher enumeration based on security level by @tarunKoyalwar in
https://github.com/projectdiscovery/tlsx/pull/177
-ct, -cipher-type value ciphers types to enumerate
(all/secure/insecure/weak) (default all)
• Added reverse PTR SNI support by @Mzack9999 in
https://github.com/projectdiscovery/tlsx/pull/175
• Fixed data race crash in cert revoke check by @tarunKoyalwar in
https://github.com/projectdiscovery/tlsx/pull/213
• Fixed openssl tls version selection by @Mzack9999 in
https://github.com/projectdiscovery/tlsx/pull/204
• Fixed asnmap + mapcidr deps by @Mzack9999 in
https://github.com/projectdiscovery/tlsx/pull/182
## New Contributors
• @RamanaReddy0M made their first contribution in
https://github.com/projectdiscovery/tlsx/pull/197
Full Changelog:
https://github.com/projectdiscovery/tlsx/compare/v1.0.5...v1.0.6
Mzack9999
approved these changes
Mar 16, 2023
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description:
Add the
AssetNamefield to GHReleaseDownloader structuse
AssetNameto get AssetId instead ToolNameReference:
utils/update/gh.go
Line 33 in 87a8261