You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							23 lines
						
					
					
						
							987 B
						
					
					
				
			
		
		
	
	
							23 lines
						
					
					
						
							987 B
						
					
					
				| {% extends "base.html" %}
 | |
| 
 | |
| {% block content %}
 | |
| 
 | |
|       <h1>Bonus</h1>
 | |
| 
 | |
|       <div class="question">
 | |
|         <span class="question-string">Geef een beveiligingsprobleem aan met deze website (<a href="https://github.com/Avans/Security-Quiz">source</a>)</span>
 | |
|         <div class="points"><span class="question-points">0</span> punten (je naam vereeuwigd op deze website als hacker)</div>
 | |
|         <textarea class="question-input" name="answer_bonus_fix_this_site">{{answers.answer_bonus_fix_this_site.string}}</textarea>
 | |
|       </div>
 | |
| 
 | |
|       <div class="alert alert-warning">Het daadwerkelijk uitvoeren van dergelijke hacks voor eigen gewin of verstoren van de functionaliteit van de website is <strong>niet toegestaan</strong>!</div>
 | |
| 
 | |
|       <h2>Extra opgave</h2>
 | |
| 
 | |
|       <p>Deze opgave leveren geen punten om, maar zijn wel leuk om te maken als je voor de rest alles al af hebt</p>
 | |
| 
 | |
|       <ul>
 | |
|         <li><a href="/path">Insecure direct object references</a></li>
 | |
|       </ul>
 | |
| 
 | |
| {% endblock %} |