Navigation

    Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Tags
    3. security
    Log in to post

    • UNSOLVED Qt BLE : Bonding and ble security
      General and Desktop • bluetooth low e security low energy bonding • • sfeutrier  

      2
      0
      Votes
      2
      Posts
      68
      Views

      See https://bugreports.qt.io/browse/QTBUG-86095 for further informations
    • UNSOLVED webview security
      QML and Qt Quick • qt quick javascript webview html security • • addr3ss  

      2
      0
      Votes
      2
      Posts
      93
      Views

      @addr3ss No, it's not. Resources are compiled into the executable and can be easily extracted from there. What kine of information is it?
    • UNSOLVED Security thoughts on Webchannel
      General and Desktop • security webchannel credentials • • Florian Hertrampf  

      3
      0
      Votes
      3
      Posts
      350
      Views

      @SGaist Thanks a lot, I'll post my question there.
    • Application in a Child Process
      General and Desktop • qtquick security qqmlengine process isolation • • romsharkov  

      8
      0
      Votes
      8
      Posts
      3010
      Views

      @romsharkov Hi there, Do I understand correctly that you have managed to run a QQmlProcess in a separate process? I am asking it because I have came across pretty much the same problem: https://github.com/sailfish-sdk/sdk-harbour-rpmvalidator/pull/79#issuecomment-307348648 If you could tell me some words of you implementation details that would be awesome! Thanks in advance!
    • UNSOLVED Dynamically loading C++ components
      General and Desktop • c++ qtquick server - client security isolation • • romsharkov  

      21
      1
      Votes
      21
      Posts
      7047
      Views

      @ganeshkbhat Allowing to load and run 3rd C++ inside your main applications's process is very dangerous and we have not found any easy way to sandbox C++ so far, only just have a few ideas worth trying. I've described this issue here in a little more detail.
    • SOLVED QML Sandboxing
      General and Desktop • qml network security networkaccessma • • romsharkov  

      2
      0
      Votes
      2
      Posts
      841
      Views

      I have now found this thread posted 2 years ago which seems very similar to what I was looking for. The solution was to create a new QML component which create a new QML engine instance and isolates the untrusted QML code inside it. That does isolate the execution context, it does't however monitor the network traffic generated by the component. In my case network communication must be restricted to a certain set of domains, so I need to intercept network going in and out of the component, any idea how?
    • Login page
      General and Desktop • qt 5.4.1 security • • Gillou_beginqt  

      2
      0
      Votes
      2
      Posts
      896
      Views

      Hi and welcome to devnet, You should write a MockBackend object that will behave just like your normal backend. There you can set that default username/password. Hope it helps
    • Question about QtWebKit security origins
      Qt WebKit • webkit security securityorigin • • mitya57  

      4
      0
      Votes
      4
      Posts
      1703
      Views

      @coquetangler Hi, this forum is community driven so it's probably something that none of the users here could answer. In any case, you can follow the progress of the fix on the bug report and gerrit patch (see last post on the bug)