You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm creating this GH issue as a form of documentation as the fortify/sample-parser repo doesn't have GH Issues enabled and neither repos have the wiki enabled.
For those who are writing parsers where you want to have special formatting by using some HTML, I've tried to test, via trial and error, to determine which HTML tags that the Fortify SSC server will allow.
As of now (Fortify SSC version 23.1), here are the tags that I've been able to get Fortify SSC to render:
Below are a list of html tags that I've noticed Fortify SSC to sanitize:
abbr
acronym
address
applet
area
article
aside
audio
base
basefont
bdi
bdo
big
button
canvas
caption
center
col
colgroup
data
datalist
del
details
dfn
dialog
dir
embed
fieldset
figcaption
figure
font
footer
form
frame
frameset
header
hgroup
hr
iframe
input
ins
kbd
label
legend
link
main
map
mark
menu
meta
meter
nav
noframes
noscript
object
rp
rt
ruby
s
samp
search
section
select
source
optgroup
option
output
param
picture
progress
summary
svg
table
tbody
td
template
textarea
tfoot
th
thead
time
title
tr
track
tt
var
video
wbr
The text was updated successfully, but these errors were encountered:
I'm creating this GH issue as a form of documentation as the
fortify/sample-parser
repo doesn't have GH Issues enabled and neither repos have the wiki enabled.For those who are writing parsers where you want to have special formatting by using some HTML, I've tried to test, via trial and error, to determine which HTML tags that the Fortify SSC server will allow.
As of now (Fortify SSC version 23.1), here are the tags that I've been able to get Fortify SSC to render:
Below are a list of html tags that I've noticed Fortify SSC to sanitize:
The text was updated successfully, but these errors were encountered: