-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
Upgrade Link Checker #1956
Upgrade Link Checker #1956
Conversation
* sh3llc0d3r.com links replaced with web archive sh3llc0d3r.com stopped resolving replaced links with web archive links. * converting http to https * stingray technologies correcting url stingray technologies url has shifted.
Now using |
@@ -47,5 +47,6 @@ | |||
], | |||
"retryOn429": true, | |||
"fallbackRetryDelay": "30s", | |||
"aliveStatusCodes": [200, 403], |
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.
@cpholguera would suggest to keep it as 200 only. 403 is caused on specific links as they sit behind cloudflare or simmilar checks and they cause the test page to appear. blanket marking 403 as alive would pose different challenges for us.
@@ -129,7 +129,7 @@ A language.lproj folder exists for each language that the application supports. | |||
|
|||
![OWASP MSTG](Images/Chapters/0x06a/iOS_project_folder.png) \ | |||
|
|||
On a jailbroken device, you can recover the IPA for an installed iOS app using different tools that allow decrypting the main app binary and reconstruct the IPA file. Similarly, on a jailbroken device you can install the IPA file with [IPA Installer](https://github.com/autopear/ipainstaller "IPA Installer"). During mobile security assessments, developers often give you the IPA directly. They can send you the actual file or provide access to the development-specific distribution platform they use, e.g., [HockeyApp](https://hockeyapp.net/ "HockeyApp") or [TestFlight](https://developer.apple.com/testflight/ "TestFlight"). | |||
On a jailbroken device, you can recover the IPA for an installed iOS app using different tools that allow decrypting the main app binary and reconstruct the IPA file. Similarly, on a jailbroken device you can install the IPA file with [IPA Installer](https://github.com/autopear/ipainstaller "IPA Installer"). During mobile security assessments, developers often give you the IPA directly. They can send you the actual file or provide access to the development-specific distribution platform they use, e.g. [TestFlight](https://developer.apple.com/testflight/ "TestFlight"). |
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.
@cpholguera Do we want to replace hockeyapp with appcenter https://appcenter.ms
refer: https://devblogs.microsoft.com/appcenter/hockeyapp-is-being-retired/
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.
That's a great idea, could you please edit the sentence again on a new PR?
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.
Let me add that in.
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.
#1963 created
Commit ID was from Apr 14, 2020. Upgraded to use v1 as indicated in the README file.
'gaurav-nelson/github-action-markdown-link-check@820c0581641b6e2fb34ae4d5f93ef4d841fb37e6' (SHA:820c0581641b6e2fb34ae4d5f93ef4d841fb37e6)