Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions .github/instructions/snyk_rules.instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
alwaysApply: true
always_on: true
trigger: always_on
applyTo: "**"
description: Snyk Security At Inception
---

# Project security best practices

- Always run snyk_code_scan tool for new first party code that is generated in a Snyk-supported language.
- If any security issues are found based on newly introduced or modified code or dependencies, attempt to fix the issues using the results context from Snyk.
- Rescan the code after fixing the issues to ensure that the issues were fixed and that there are no newly introduced issues.
- Repeat this process until no new issues are found.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# R6 Roulette

![R6Roulette](https://lonoxx.me/images/Banner/R6Roulette.png)
![R6Roulette](https://lonoxx.me/assets/images/Banner/R6Roulette.png)

*R6 Roulette* is a project that randomly generates operators and their equipment for the game *Rainbow Six Siege*.

Expand Down
10 changes: 5 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,16 +21,16 @@
"author": "LonoxX",
"license": "GPL-3.0 license",
"dependencies": {
"copy-webpack-plugin": "^13.0.0",
"copy-webpack-plugin": "^13.0.1",
"css-loader": "^7.1.2",
"html-loader": "^5.1.0",
"html-webpack-plugin": "^5.6.3",
"html-webpack-plugin": "^5.6.5",
"style-loader": "^4.0.0",
"webpack": "^5.98.0",
"webpack": "^5.103.0",
"webpack-cli": "^6.0.1"
},
"devDependencies": {
"prettier": "3.6.2",
"webpack-dev-server": "^5.2.0"
"prettier": "3.7.4",
"webpack-dev-server": "^5.2.2"
}
}
3 changes: 1 addition & 2 deletions src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ <h1 class="operator-name"></h1>
<button type="button" id="defender" class="btn"><span>Defender</span></button>
<button type="button" id="random-challenge-button" class="btn"><span>New Challenge</span></button>
<button type="button" id="random-challenge-button" class="btn" onclick="window.open('operator-wheel.html', '_blank')">
<span class="badge-new" style="background: #488a40; color: #fff; font-size: 0.7em; margin-left: 8px; padding: 2px 6px; border-radius: 8px; vertical-align: middle;">New</span>
<span>Operator Wheel</span>
</button>
</div>
Expand Down Expand Up @@ -177,7 +176,7 @@ <h2>Bot-Log</h2>
<a id="close_imp" class="close">&times;</a>

<div class="log-tab">
<h4>Angaben gem&auml;&szlig; &sect; 5 TMG</h4>
<h4>Kontakt</h4>
<p>
Björn Platte <br />
Hinterdohr 30 <br />
Expand Down
Loading