andrewmusselman opened a new issue, #808:
URL: https://github.com/apache/tooling-trusted-releases/issues/808
Summary here of test on only `atr/web.py` with this specific in-line
comment. Comment added to `ShellResponse`:
```python
class ShellResponse(quart.Response):
# audit_guidance this is an intentional use of x-shellscript
without Content-Disposition
def __init__(self, text: str, status: int = 200) -> None:
super().__init__(text, status=status,
mimetype="text/x-shellscript")
```
Targeted audits and comparisons here:
https://github.com/apache/tooling-runbooks/tree/main/security/ASVS/automation/gofannon/experiments/inline-comments
Results in
[comparison-2.md](https://github.com/apache/tooling-runbooks/blob/main/security/ASVS/automation/gofannon/experiments/inline-comments/comparision-2.md)
look reasonable, will test next time on a full run.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]