I'm requesting DB Browser for SQLite for my work PC, need help with questions from ICT #3866
-
I use DB Browser on my home PC and have requested that I be allowed to use it at work. The ICT department has asked me some questions that I could not find the answers to and was hoping you good people could help me out.
TIA for any responses. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Github performs security tests on submissions, and wouldn't allow anything obvious, eg, malware. Vulnerabilities are a bit more 'relaxed' though, depending on the vulnerability. |
Beta Was this translation helpful? Give feedback.
-
One particular question jumps out at me:
That's a valid question, but is more directed toward server side software that a malicious person could break into remotely. As our software is a client side GUI it's not as relevant. That being said, whenever people report security related things to us we do look at them pretty closely to check if it's legit (and fix it if so). 😄 |
Beta Was this translation helpful? Give feedback.
-
@chrisjlocke On the note of PortableApps, would you have the time/interest to look into getting our latest release packaged for PortableApps? We used to ping John T. Haller about it, but I don't think he responded to my email about it a few months ago and I haven't followed up. 😨 |
Beta Was this translation helpful? Give feedback.
Github performs security tests on submissions, and wouldn't allow anything obvious, eg, malware. Vulnerabilities are a bit more 'relaxed' though, depending on the vulnerability.
Patches and vulnerabilities from third-party components are added frequently, and this is evident in the pull requests - you can see dependabot identifying updates and these get applied. This is semi-automatic. Someone manually pushes the updates, but this is frequent.
The upgrade cycle happens infrequently .. usually six months to a year, depending on the number of updates. This is only a small team and now the 'core' application has been created, only minor bugfixes are now maintained. We try to keep up with iss…