All Questions
4 questions
0
votes
0
answers
217
views
OWASP Java HTML Sanitizer - rel attribute on a element
I'm using the OWASP Java HTML Sanitizer to sanitize HTML input.
The problem is that the "rel" attribute values "noopener" and "noreferrer" is duplicated or removed by the ...
5
votes
2
answers
396
views
Add unique attribute id to each h2-tag with owasp java html sanitizer
I am using owasp-java-html-sanitizer and try to add id-attributes to each h2-tag in my HTML Code, which should be persistent over several page loads but unique for each element on the page(as defined ...
4
votes
0
answers
263
views
Is there any alternative to vmlens, to help detect race conditions?
I was looking for a race detector for java code.
So far, I only found vmlens (http://vmlens.com/).
Is there other options I can choose from?
1
vote
1
answer
2k
views
Java sanitizing Arraylist records suggestions
I am looking for an idea how to accomplish this task. So I'll start with how my program is working.
My program reads a CSV file. They are key value pairs separated by a comma.
L1234456,ygja-...