extend pragma(msg) with writing to file

kdevel kdevel at vogtner.de
Sat Oct 8 19:57:35 UTC 2022


On Saturday, 8 October 2022 at 13:28:54 UTC, Andrey Zherikov 
wrote:
[...]
>>> How does write access change the risk in principle?
>>
>> Nice try.
>
> Tis is not an answer to the question how does writing make 
> security risks higher comparing to existing reading.

What about

```
    ~/.ssh/authorized_keys?
```

or

```
    ~/.profile
    ~/.bashrc
```

Now assume someone coaxes you to compile his code under your 
account. See the problem which does not exist if the compiler 
could only read those files?


More information about the Digitalmars-d mailing list