• petey@aussie.zone
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    I love that you’re thinking about how to secure sensitive parts of JS applications, however I wonder what threat this is guarding against. Can you give an example? Surely if an attacker can modify the source to call the sensitive functions, then they could modify the allow list

  • 31337@sh.itjust.works
    link
    fedilink
    arrow-up
    1
    ·
    2 months ago

    I think similar, and arguably more fine-grained, things can be done with Typescript, traditional OOP (interfaces, and maybe the Facade pattern), and perhaps dependency injection.