Re: PostgreSQL: Raku as a "trusted" language?
[email protected] (JJ Merelo)
| Newsgroups | perl.perl6.users |
|---|---|
| Message-ID | <CAJoLtgdZH0Jcb32pzQp_weYkW80bPk+ObvP0OmjeLcPF99LSVw@mail.gmail.com> |
El mié, 15 may 2024 a las 21:08, William Michels (<[email protected]>) escribió: > Thanks for your response, JJ. > > I'm wondering if the "trusted" moniker is conferred when a > (specified/bespoke) language version sufficiently sanitizes input? > Not only that, also output to the filesystem and network. > > If so, your Unicode::Security module would seem to be right on the mark: > > https://raku.land/zef:jjmerelo/Unicode::Security > > https://github.com/JJ/raku-unicode-security > :-) It might help, I guess. But that would be just something to detect possibly insecure strings. Cheers JJ