-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathwsjcpp.yml
140 lines (134 loc) · 4.61 KB
/
wsjcpp.yml
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
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
wsjcpp_version: "v0.1.1"
cmake_minimum_required: 3.0
cmake_cxx_standard: 11
name: "fhq-server"
version: v0.2.52
description: "This is an open source platform for competitions of computer security."
issues: "https://github.com/freehackquest/fhq-server/issues"
keywords:
- c++
- security
- ctf-scoreboard
required-pkg-config:
- CURL
- PNG # apt isntall libpng-dev
- ZLIB
repositories:
- type: main
url: "https://github.com/freehackquest/fhq-server"
authors:
- name: Evgenii Sopov
email: [email protected]
- name: "Igor Polyakov"
email: "[email protected]"
- name: "Sergey Ushev"
email: "[email protected]"
- name: "Danil Dudkin"
email: "[email protected]"
dependencies:
- name: "wsjcpp-levenshtein"
version: "v0.0.1"
url: "https://github.com/wsjcpp/wsjcpp-levenshtein:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_levenshtein"
- name: "wsjcpp-hashes"
version: "v0.1.4"
url: "https://github.com/wsjcpp/wsjcpp-hashes:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_hashes"
installation-datetime: "Thu, 06 Jan 2022 07:00:27 GMT"
- name: "wsjcpp-core"
version: "v0.2.2"
url: "https://github.com/wsjcpp/wsjcpp-core:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_core"
installation-datetime: "Sat, 22 Oct 2022 19:20:47 GMT"
- name: "nlohmann/json"
version: "v3.10.5"
url: "https://github.com/nlohmann/json:develop"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/nlohmann_json"
installation-datetime: "Sat, 08 Jan 2022 18:46:04 GMT"
- name: "wsjcpp-validators"
version: "v0.1.2"
url: "https://github.com/wsjcpp/wsjcpp-validators:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_validators"
installation-datetime: "Thu, 29 Oct 2020 02:32:54 GMT"
- name: "wsjcpp-print-tree"
version: "v0.1.0"
url: "https://github.com/wsjcpp/wsjcpp-print-tree:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_print_tree"
- name: "wsjcpp-geoip"
version: "v0.1.0"
url: "https://github.com/wsjcpp/wsjcpp-geoip:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_geoip"
- name: "wsjcpp-light-web-server"
version: "v0.1.1"
url: "https://github.com/wsjcpp/wsjcpp-light-web-server:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_light_web_server"
- name: "wsjcpp-employees"
version: "v0.1.1"
url: "https://github.com/wsjcpp/wsjcpp-employees:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_employees"
- name: "wsjcpp-diff-text"
version: "v0.1.0"
url: "https://github.com/wsjcpp/wsjcpp-diff-text:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_diff_text"
- name: "wsjcpp-storages"
version: "v0.1.3"
url: "https://github.com/wsjcpp/wsjcpp-storages:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_storages"
- name: "wsjcpp-arguments"
version: "v0.2.1"
url: "https://github.com/wsjcpp/wsjcpp-arguments:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_arguments"
installation-datetime: "Tue, 07 Sep 2021 05:23:11 GMT"
- name: "wsjcpp-yaml"
version: "v0.1.7"
url: "https://github.com/wsjcpp/wsjcpp-yaml:master"
origin: "https://github.com/"
installation-dir: "./src.wsjcpp/wsjcpp_yaml"
installation-datetime: "Sat, 22 Oct 2022 19:39:40 GMT"
distribution:
- source-file: "src/validators/validators.h"
target-file: "validators.h"
type: "source-code"
- source-file: "src/validators/validators.cpp"
target-file: "validators.cpp"
type: "source-code"
- source-file: "src/core/jobs_pool.h"
target-file: "jobs_pool.h"
type: "source-code"
- source-file: "src/core/jobs_pool.cpp"
target-file: "jobs_pool.cpp"
type: "source-code"
- source-file: "src/storages/mysql/mysql_storage.h"
target-file: "mysql_storage.h"
type: "source-code"
- source-file: "src/storages/mysql/mysql_storage.cpp"
target-file: "mysql_storage.cpp"
type: "source-code"
unit-tests:
cases:
- name: "Validators"
description: "Test Validators"
- name: "JobsPool"
description: "Test async jobs pool"
- name: "StorageEscapes"
description: "Test for Storage Escapes"
- name: "StorageStruct"
description: ""
resources:
- filepath: "./src/resources/user_default_icon.png"
filesize: 4232
pack-as: "binary"
modified: 1666471293
sha1: ""