-
Notifications
You must be signed in to change notification settings - Fork 2
/
ChangeLog
184 lines (130 loc) · 3.01 KB
/
ChangeLog
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
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
CHANGES
=======
0.7.1
-----
* Fixed release script permissions
* Added flags to filter tests by title
* Added release script
0.7.0
-----
* Release 0.7.0
* New feature: Create Test
v0.6.0
------
* ChangeLog update
* Changed minimum severity import from Low to Info
v0.5.2
------
* ChangeLog update
* Bufix: Removing special char that appears on list URL for some reason
v0.5.1
------
* ChangeLog update
* Simplifing logic when listing findings by tag\_test
v0.5.0
------
* ChangeLog update
* New feature: Test update
v0.4.5
------
* Changed requests to verify SSL by default
* Bugfix
v0.4.4
------
* Improving Findings.list()
v0.4.3
------
* Fixed bug when listing tests by test\_type
v0.4.2
------
* Fixed bug when listing finding that has component\_name but not component\_version
v0.4.1
------
* Added option to limit tests amount when listing (gets all by default)
v0.4.0
------
* v0.4.0
* Changed --local\_dedup, is no longer a toggle
* Added flags to set version, build\_id, branch\_tag, commit\_hash when importing findings
* Fixing some flag at Findings.reimport()
* Improved accuracy when filtering findings by tags
* New feature: Reimport of findings
* Changed upload to import to comply with DefectDojo naming convention
* New feature: Added possibility to filter engagements by product ID
* New feature: Added flag --local\_dedup at Engagements.create()
* New feature: Engagements.reopen()
* New feature: Engagements.list()
* Changed sub\_command arg parsing from hard-coded to dynamic
* Fixed typo at README
v0.3.7
------
* Added flag to include tags when creating engagements
v0.3.6
------
* Changed --tag to --tag\_test at Findings.upload() to keep consistency
v0.3.5
------
* v0.3.5
* Bugfix
v0.3.4
------
* v0.3.4
* Added tags filter at Findings.list()
* Added Tests command
v0.3.3
------
* v0.3.3
* Removed ac\_note flag
* Added skip\_duplicates flag at Findings.upload()
v0.3.2
------
* Changed --fail\_if\_found behaviour
* Changed --fail\_if\_found behaviour
v0.3.1
------
* Adopted pbr packaging
* Changed --fail\_if\_found behaviour and increased Findings.list() title size
v0.3.0
------
* v0.3
* Added new flags
* Changed auto\_close logic and added new flags
* Minor fix
v0.2.3
------
* v0.2.3
* Improved Findings.list output
v0.2.2
------
* Change in auto\_close output
v0.2.1
------
* Some adjustments
v0.2.0
------
* v0.2
* Code refactoring
* New feature: note and ac\_note at Findings.upload
* New feature: fail\_if\_found at Findings.list
* New feature: auto\_close at Findings.upload
* Added "close" option
* Fixed "update" option
* Added "update" option
* Added filter by test ID to Findings.list() and some minor fixes
* A little bit more code refactoring
* Some more code refactoring
* Code refactoring
* Fixed version
* Minor change in human readable output to work with python 2.7 as well
v0.1.3
------
* Improvements at the "list" command
v0.1.1
------
* Fixed version
* Added human readable output and json flag to 'list' command
v0.1.0
------
* Initial commit
* Initial commit
* Initial commit