Home
DevCentral
Search
Configure Global Search
Log In
Transactions
D3494
Change Details
Change Details
Old
New
Diff
D3492 has introduced metrics for ccache as an utility. That would have been enough in the 90s where cgi-bin was a reality, but nowdays we don't even deploy Apache anymore. This change solves this issue through api-exec, a tiny Flask application to provide a request <> command gateway. To reduce security issues, the gateway DOES NOT try to inject URL parameters as shell arguments. It runs known commands and arguments without any customization in the URL.
D3492 has introduced metrics for `ccache` as a command line utility. That would have been enough in the 90s where cgi-bin was a reality, but nowadays we don't even deploy Apache anymore. This change solves this issue through api-exec, a tiny Flask application to provide a request <> command gateway. To reduce security issues, the gateway DOES NOT try to inject URL parameters as shell arguments. It runs known commands and arguments without any customization in the URL. Ref T2039
D3492 has introduced metrics for
`
ccache
as an
` as a command line
utility. That would have been enough in the 90s where cgi-bin was a reality, but now
a
days we don't even deploy Apache anymore. This change solves this issue through api-exec, a tiny Flask application to provide a request <> command gateway. To reduce security issues, the gateway DOES NOT try to inject URL parameters as shell arguments. It runs known commands and arguments without any customization in the URL.
Ref T2039
Continue