Page Menu
Home
GRNET
Search
Configure Global Search
Log In
Files
F904838
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Fri, Aug 29, 3:23 PM
Size
1 KB
Mime Type
text/x-diff
Expires
Sun, Aug 31, 3:23 PM (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
252270
Attached To
R85 security-tools
View Options
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
Log In to Comment