JosiahWI commented on PR #12276:
URL: https://github.com/apache/trafficserver/pull/12276#issuecomment-2952632742

   @odaysec Doesn't the risk apply to the time window before the first `chmod` 
attempt?
   
   I think there is a real concern that the file object we execute `chmod` on 
is not the one we decided we should `chmod`. Basically, the "time-of-check" is 
at the point where we determine that it is safe to `chmod`, not at the point 
where `elevating_chmod` is invoked. Doesn't this patch secure a file descriptor 
too late?


-- 
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: github-unsubscr...@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to