Skip to content

Reliability of plugin manager #7418

Closed
Closed
@AlexPeshkoff

Description

@AlexPeshkoff

Currently plugin manager requires registered plugin name passed to registerPluginFactory() to be string literal (or at least remain unchanged during module lifetime). This rule is violated for example in SRP authentication plugins with hashes stronger than SHA1 which works only because it's builtin plugin, i.e. a kind of luck.

Passed registered plugin name should be stored inside plugin manager.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions