|
|
|
|
|
by jaynetics
540 days ago
|
|
Its a safety thing, and it's probably difficult to use it effectively with rails. E.g. in a project with lots of dependencies, things can break if two libs patch the same class after an update. A worse scenario: malicious code could be smuggled into core classes by any library that is compromised, e.g. to exfiltrate information at runtime. This would grant access even to information that is so sensitive that the system does not store it. |
|