Skip to content

Commit

Permalink
De-fuzz detection of Atypon SAML SP now that fragment files are consi…
Browse files Browse the repository at this point in the history
…stent.
  • Loading branch information
iay committed Mar 21, 2009
1 parent 71328f6 commit dab6832
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/statistics.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -1512,7 +1512,6 @@
[@name != 'OpenAthens SP']
[@name != 'Guanxi']
[@name != 'simpleSAMLphp']
[@name != 'Atypon SAML SP']
[@name != 'Atypon SAML SP 1.1/2.0']
[@name != 'AthensIM']
]"/>
Expand Down Expand Up @@ -1542,8 +1541,7 @@
-->
<xsl:variable name="entities.atyponsamlsp.in" select="$entities.simplesamlphp.out"/>
<xsl:variable name="entities.atyponsamlsp"
select="$entities.atyponsamlsp.in[md:Extensions/uklabel:Software/@name='Atypon SAML SP'] |
$entities.atyponsamlsp.in[md:Extensions/uklabel:Software/@name='Atypon SAML SP 1.1/2.0']"/>
select="$entities.atyponsamlsp.in[md:Extensions/uklabel:Software/@name='Atypon SAML SP 1.1/2.0']"/>
<xsl:variable name="entities.atyponsamlsp.out"
select="set:difference($entities.atyponsamlsp.in, $entities.atyponsamlsp)"/>

Expand Down

0 comments on commit dab6832

Please sign in to comment.