Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
burp-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
19
Issues
19
List
Boards
Labels
Service Desk
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Benjamin "Ziirish" SANS
burp-ui
Commits
2d02912b
Commit
2d02912b
authored
Jan 02, 2017
by
Benjamin "Ziirish" SANS
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master' into stable
parents
c26e2330
a9a91c97
Pipeline
#933
passed with stage
in 2 minutes and 30 seconds
Changes
5
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
4 deletions
+9
-4
CHANGELOG.rst
CHANGELOG.rst
+5
-0
burpui/VERSION
burpui/VERSION
+1
-1
burpui/misc/backend/burp2.py
burpui/misc/backend/burp2.py
+1
-1
docker-compose.yml
docker-compose.yml
+1
-1
pkgs/burp-ui-sql/burpui_sql/__init__.py
pkgs/burp-ui-sql/burpui_sql/__init__.py
+1
-1
No files found.
CHANGELOG.rst
View file @
2d02912b
Changelog
=========
0.4.4 (01/02/2017)
------------------
- Fix: issue `#193 <https://git.ziirish.me/ziirish/burp-ui/issues/193>`_
0.4.3 (12/28/2016)
------------------
...
...
burpui/VERSION
View file @
2d02912b
0.4.
3
0.4.
4
burpui/misc/backend/burp2.py
View file @
2d02912b
...
...
@@ -232,7 +232,7 @@ class Burp(Burp1):
self
.
logger
.
info
(
'includes: {}'
.
format
(
self
.
includes
))
self
.
logger
.
info
(
'enforce: {}'
.
format
(
self
.
enforce
))
self
.
logger
.
info
(
'revoke: {}'
.
format
(
self
.
revoke
))
if
not
self
.
app
.
config
[
'BUI_CLI'
]:
if
self
.
app
and
not
self
.
app
.
config
[
'BUI_CLI'
]:
try
:
# make the connection
self
.
_spawn_burp
(
True
)
...
...
docker-compose.yml
View file @
2d02912b
...
...
@@ -4,7 +4,7 @@ redis:
burpui
:
restart
:
always
image
:
registry.ziirish.me/ziirish/burp-ui:0.4.
3
image
:
registry.ziirish.me/ziirish/burp-ui:0.4.
4
links
:
-
redis
ports
:
...
...
pkgs/burp-ui-sql/burpui_sql/__init__.py
View file @
2d02912b
...
...
@@ -24,4 +24,4 @@ ROOT = os.path.join(os.path.dirname(os.path.realpath(__file__)))
if
os
.
path
.
exists
(
os
.
path
.
join
(
ROOT
,
'VERSION'
)):
__version__
=
open
(
os
.
path
.
join
(
ROOT
,
'VERSION'
)).
read
().
rstrip
()
else
:
__version__
=
'0.4.
3
'
__version__
=
'0.4.
4
'
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment