6 Commits

Author SHA1 Message Date
a9f85127f9 chore: publish release 1.0.0+2.0.3 2025-11-23 22:03:42 -05:00
1fa9bbacbd Merge branch 'update-203' 2025-11-23 22:01:04 -05:00
14c24ad398 Update .drone.yml
All checks were successful
continuous-integration/drone Build is passing
2025-03-02 05:16:22 +00:00
f80651a09e bugfix: privatebin directorybot should be disallowed unless pb_public_directory is set to true 2025-02-24 14:24:56 -05:00
f529804276 bugfix: privatebin directorybot should be disallowed unless pb_public_directory is set to true 2025-02-24 14:20:21 -05:00
386611540c Update README.md 2025-02-23 07:14:20 +00:00
3 changed files with 4 additions and 3 deletions

View File

@ -1,2 +1,2 @@
export PB_PHP_CONFIG_VERSION=v1
export PB_ROBOTS_VERSION=v1
export PB_ROBOTS_VERSION=v2

1
release/1.0.0+2.0.3 Normal file
View File

@ -0,0 +1 @@
This release fixes arbitrary php file inclusion and self-XSS vulnerabilities https://github.com/PrivateBin/PrivateBin/releases/tag/2.0.3

View File

@ -2,7 +2,7 @@ User-agent: *
Disallow: /
{{ if eq (env "PB_PUBLIC_DIRECTORY") "true" }}
{{ else }}
User-agent: PrivateBinDirectoryBot
Disallow: /
{{ else }}
{{ end }}
{{ end }}