Skip to content

DoS attack vectors #5

@joelmccracken

Description

@joelmccracken

Do you have any thoughts on DoS attack vectors? I'm especially concerned about specifics to the implementation of Emacs which makes some things problematic.

One thing that comes to mind, for example, is how Ruby doesn't garbage collect symbols. Thus, if untrusted code can create symbols, we have a DoS attack.

This seems really similar to Emacs' obarray. If we ever provided anything like setq for the users, we need to be careful not to actually add content obarray, or if we do, to make sure it gets cleaned up afterwards.

Any thoughts?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions