This site is the archived OWASP Foundation Wiki and is no longer accepting Account Requests.
To view the new OWASP Foundation website, please visit https://owasp.org
OWASP Orizon Project XML
From OWASP
Revision as of 10:05, 29 April 2008 by Thesp0nge (talk | contribs) (New page: == The Orizon check XML schema == A check contained in a safe coding recipe, follows this schema: <check id=''check identifier code'' severity=[info | warning | error] imp...)
The Orizon check XML schema
A check contained in a safe coding recipe, follows this schema:
<check
id=check identifier code severity=[info | warning | error] impact=[low | medium | high | critical | panic ] description=a short description for this check positive_fail=[yes | no]
>
[method_check | class_check | attribute_check | compare_check | variable_check | source_check]
</check>