Page MenuHomeGRNET

No OneTemporary

File Metadata

Created
Thu, Apr 3, 3:16 AM
diff --git a/tools/bandit/out.html b/tools/bandit/out.html
deleted file mode 100644
index 581fbba..0000000
--- a/tools/bandit/out.html
+++ /dev/null
@@ -1,105 +0,0 @@
-
-<!DOCTYPE html>
-<html>
-<head>
-
-<meta charset="UTF-8">
-
-<title>
- Bandit Report
-</title>
-
-<style>
-
-html * {
- font-family: "Arial", sans-serif;
-}
-
-pre {
- font-family: "Monaco", monospace;
-}
-
-.bordered-box {
- border: 1px solid black;
- padding-top:.5em;
- padding-bottom:.5em;
- padding-left:1em;
-}
-
-.metrics-box {
- font-size: 1.1em;
- line-height: 130%;
-}
-
-.metrics-title {
- font-size: 1.5em;
- font-weight: 500;
- margin-bottom: .25em;
-}
-
-.issue-description {
- font-size: 1.3em;
- font-weight: 500;
-}
-
-.candidate-issues {
- margin-left: 2em;
- border-left: solid 1px; LightGray;
- padding-left: 5%;
- margin-top: .2em;
- margin-bottom: .2em;
-}
-
-.issue-block {
- border: 1px solid LightGray;
- padding-left: .5em;
- padding-top: .5em;
- padding-bottom: .5em;
- margin-bottom: .5em;
-}
-
-.issue-sev-high {
- background-color: Pink;
-}
-
-.issue-sev-medium {
- background-color: NavajoWhite;
-}
-
-.issue-sev-low {
- background-color: LightCyan;
-}
-
-</style>
-</head>
-
-<body>
-
-<div id="metrics">
- <div class="metrics-box bordered-box">
- <div class="metrics-title">
- Metrics:<br>
- </div>
- Total lines of code: <span id="loc">0</span><br>
- Total lines skipped (#nosec): <span id="nosec">0</span>
- </div>
-</div>
-
-
-
-<br>
-<div id="skipped">
-<div class="bordered-box">
-<b>Skipped files:</b><br><br>
-apimas <b>reason:</b> No such file or directory<br>
-</div>
-</div>
-
-
-<br>
-<div id="results">
-
-</div>
-
-</body>
-</html>

Event Timeline