Document app patching
See original GitHub issueCreate a documentation article for the app patching process. Include a link to the tabris.app.installPatch
API reference.
Issue Analytics
- State:
- Created 8 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
Patch Document
Click a patch name to see its description, vulnerable devices, and deployment history. Drill further into patch details using the links to associated...
Read more >Software Application Security Patching Tool - SolarWinds
Application patch management for Microsoft and 3rd-party software with automatic patching from SolarWinds® Patch Manager.
Read more >Patch function in Power Apps (contains video) - Power Platform
Modifies or creates one or more records in a data source, or merges records outside of a data source. Use the Patch function...
Read more >What is Patch Management? Benefits & Best Practices - Rapid7
Patch management is the process of distributing and applying updates to software. These patches are often necessary to correct errors (also referred to...
Read more >Virtual Patching Best Practices - OWASP Foundation
It also demonstrates, as an example, how a web application firewall, (WAF) such as ModSecurity, can be used to remediate a sampling of...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@tbuschto We already have an article on app patching that states
I think unless we decide to remove this feature, we should include this method in the documentation and mark it as provisional.
Having that said, I also consider the feature very dangerous and given the faster turnaround times in the app stores, it might not be as critical anymore. However, that would be the topic of another issue.
@mpost No, I was just curious about the reasoning behind the change (e.g. technical limitation). I think the addition of
fs
will solve some of the issues that patching solved, with the exception of executable code. But replacing code was a potentially risky proposition.