Stefan

Results 38 comments of Stefan

I now also ran into this issue. In the AUCTeX.info (for version 13.1.2 from 2022-04-08), it says: ``` * Now 'tex-buf.el' is merged into 'tex.el' and no longer exists. If...

The change from PR #40 did the trick for me (applied to my copy of `auctex-latexmk.el`): 13c26e174a7d72ee80e0aaaea481647cf898d198 ```diff - (require 'tex-buf) (require 'latex) + (require 'tex-buf nil t) ``` (This...

A regular use case I have is to paste/yank some markdown from my clipboard into an org file, so this sounds useful. :+1:

fyi, today this issue was used in a security competition to perform an Elevation of Privilege attack: https://hack.more.systems/writeup/2017/05/31/SCTF2017-underconstruction/

I don't think proposing a config change in case of an 301 solves the issue. I have a Nextcloud instance with is reachable using multiple Domains (blame Hetzner), so there...

Given your security concerns, could it be an option that the server also authenticates with the app, so that the app could detect if it is talking to the same...

I think this is because the two methods internally use a different mechanism to deal with this. On the one hand, `org-store-link` directly builds and stores the link and description...

I also think it makes sense to reference the evaluated implementations somewhere in the report. One reason for this is that there are at least two implementations that call themselves...

@novoid I think merging of PR #58 accidentally closed this issue ... I don't think the PR fixes the overall robustness problems. ;-)

Since you are now using Django and REST-framework, is it possible to document the API? e.g. for https://github.com/hartwork/jawanndenn/blob/master/jawanndenn/serializers.py