|
|
|
|
|
by jedberg
925 days ago
|
|
Why are you using (very expensive) GPT, or any LLM for that matter, when this was already a solved problem using rulesets? Netflix for example has open source that does this already: https://github.com/Netflix/consoleme Instead of analyzing your code, you just run your code with no permissions and it automatically detects permission failures and thens open those permissions, with a UI showing you what it did so you can remove any permissions you don't want. That actually seems much more secure than trying to divine the rules from reading the code. What value is the LLM adding here? |
|