Skip to content

Commit

Permalink
checklist-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
RiieCco committed May 8, 2015
1 parent 4ec413e commit e7e171f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file modified skf/skf.db
Binary file not shown.
8 changes: 4 additions & 4 deletions skf/templates/project-checklists.html
Original file line number Diff line number Diff line change
Expand Up @@ -391,8 +391,8 @@ <h4 class="modal-title" id="myModalLabel">OWASP ASVS Level 2</h4>
<option value="yes">Yes</option>
<option value="na">N.A.</option>
</select>
<input type="hidden" name="vulnID{{count_asvs_2|safe}}" value="{{owasp_list_lvl2[counter_owasp_lvl2]|safe}}"/>
<input type="hidden" name="questionID{{count_asvs_2|safe}}" value="{{owasp_list_lvl2[counter_owasp_lvl2]|safe}}"/>
<input type="hidden" name="vulnID{{count_asvs_2|safe}}" value="{{owasp_kb_ids_lvl2[counter_owasp_lvl2]|safe}}"/>
<input type="hidden" name="questionID{{count_asvs_2|safe}}" value="{{owasp_ids_lvl2[counter_owasp_lvl2]|safe}}"/>
<input type="hidden" name="listID{{count_asvs_2|safe}}" value="{{owasp_list_lvl2|safe}}" />
</td>
{% if owasp_items_lvl2_ygb is defined %}
Expand Down Expand Up @@ -523,8 +523,8 @@ <h4 class="modal-title" id="myModalLabel">OWASP ASVS Level 3</h4>
<option value="yes">Yes</option>
<option value="na">N.A.</option>
</select>
<input type="hidden" name="vulnID{{count_asvs_3|safe}}" value="{{owasp_list_lvl3[counter_owasp_lvl3]|safe}}"/>
<input type="hidden" name="questionID{{count_asvs_3|safe}}" value="{{owasp_list_lvl3[counter_owasp_lvl3]|safe}}"/>
<input type="hidden" name="vulnID{{count_asvs_3|safe}}" value="{{owasp_kb_ids_lvl3[counter_owasp_lvl3]|safe}}"/>
<input type="hidden" name="questionID{{count_asvs_3|safe}}" value="{{owasp_ids_lvl3[counter_owasp_lvl3]|safe}}"/>
<input type="hidden" name="listID{{count_asvs_3|safe}}" value="{{owasp_list_lvl3|safe}}" />
</td>
{% if owasp_items_lvl3_ygb is defined %}
Expand Down

0 comments on commit e7e171f

Please sign in to comment.