-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathall.txt
More file actions
executable file
·116 lines (116 loc) · 4.45 KB
/
all.txt
File metadata and controls
executable file
·116 lines (116 loc) · 4.45 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
# This file lists all the graphs to include in the dashboard
# [name] = [file name]
#
added lines per line = added-per-line.svg
api calls = API-calls-over-time.svg
atoi density = atoi-over-time.svg
author activity = authors-active.svg
author density = remains-per-kloc.svg
authors = authors.svg
authors of 50 percent = 50-percent.svg
authors of 60 percent = 60-percent.svg
authors of 70 percent = 70-percent.svg
authors of 80 percent = 80-percent.svg
authors of 90 percent = 90-percent.svg
authors of 95 percent = 95-percent.svg
authors per kloc = lines-per-author.svg
authors per month = authors-per-month.svg
authors per year = authors-per-year.svg
authors remaining = authorremains.svg
authors remaining toplist = authorremains-top.svg
authors top-40 = top-remains.svg
authors who are first timers = firsttimers.svg
backends = backends-over-time.svg
bug bounty = bugbounty-over-time.svg
bug bounty amounts = bugbounty-amounts.svg
bugfix frequency = bugfix-frequency.svg
c mistakes = c-vuln-code.svg
c vulnerability share = c-vuln-reports.svg
cmdline options over time = cmdline-options-over-time.svg
comments in source code = comments.svg
commit hour heatmap = heatmap-weekhour.svg
commit size distribution = commit-sizes.svg
commits = commits-over-time.svg
commits by Daniel = daniel-commit-share.svg
commits monthly = month-of-year.svg
commits per day = date-of-year.svg
commits per month = commits-per-month.svg
commits per release = commits-per-release.svg
commits per year = commits-per-year.svg
commits weekly = weekday-of-year.svg
complexity = complexity.svg
complexity averarge = line-complex.svg
complexity distribution = complex-dist.svg
contribution tail = contrib-tail.svg
contributors = contributors-over-time.svg
contributors per release = contributors-per-release.svg
coreteam per year = coreteam-per-year.svg
curl man page size = manpage.svg
curl man size per option = manpage-lines-per-option.svg
CWE top = top-cwe.svg
Daniel vs rest = daniel-vs-rest.svg
days per new command line option = days-per-cmdline-option.svg
documentation = docs-over-time.svg
documentation per kloc = lines-per-docs.svg
examples = examples-over-time.svg
file size = filesize-over-time.svg
files = files-over-time.svg
function length peaks = funclen.svg
function length on average = function-size.svg
github age = gh-age.svg
github fixes = gh-fixes.svg
github monthly = gh-monthly.svg
github open = gh-open.svg
graphs on the dashboard = graphs.svg
hackerone = h1-per-year.svg
http versions = http-over-time.svg
ifdef density = ifdef-over-time.svg
install history = install-history.svg
lines added = lines-person.svg
mail = mail.svg
man pages = manpages-over-time.svg
memory function density = cpy-over-time.svg
memory spend for downloading 512 mb = 512-mb.svg
multi setopt options = curlmopts-over-time.svg
number of words = words-over-time.svg
project age = project-age.svg
protocols = protocols-over-time.svg
release frequency = days-per-release.svg
release weekdays heatmap = heatmap-releasedays.svg
releases = release-number.svg
releases per year = releases-per-year.svg
setopts = setopts-over-time.svg
size of connectdata = connectdata.svg
size of easy handle = easy-handle.svg
size of multi handle = multi-handle.svg
source code age = codeage.svg
source code delta = lines-per-month.svg
source code lines = lines-over-time.svg
source code lines per day = loc-per-day.svg
sscanf density = sscanf-over-time.svg
strcpy density = strcpy-over-time.svg
strncpy density = strncpy-over-time.svg
symbols = symbols-over-time.svg
test infrastructure lines = testinfra-over-time.svg
test infrastructure per kloc = testinfra-per-line.svg
test infrastructure per test = testinfra-per-test.svg
tests = tests-over-time.svg
tests per kloc = lines-per-test.svg
third parties = 3rdparty-over-time.svg
time zone use in commits = timezones.svg
todo = todo-over-time.svg
top-20 longest lasting vulnerabilities = cve-oldest.svg
vulnerabilities in code = vuln-dist-code.svg
vulnerabilities in releases = vulns-releases.svg
vulnerabilities per kloc = knownvulns-per-line.svg
vulnerabilities per time = vulns-over-time.svg
vulnerabilities per year = vulns-per-year.svg
vulnerability age = cve-age.svg
vulnerability average age = cve-average.svg
vulnerability C mistakes = cvuln-per-year.svg
vulnerability C mistakes introduced = cvuln-per-year-intro.svg
vulnerability high vs low = sev-per-year.svg
vulnerability severity = high-vuln-reports.svg
vulnerability severity distribution = severity.svg
vulnerability share = cve-pie-chart.svg
vulnerability time to fix = cve-fixtime.svg