Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sebsauvage/ZeroBin
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.19
Choose a base ref
...
head repository: sebsauvage/ZeroBin
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 12 commits
  • 5 files changed
  • 4 contributors

Commits on Sep 3, 2013

  1. Update index.php

    Removed ugly error message when paste identifier is invalid (eg. http://mydomain.com/zerobin?foo)
    sebsauvage committed Sep 3, 2013
    Configuration menu
    Copy the full SHA
    43fa904 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2013

  1. Prevent inconstitent /data/trafic_limiter.php due to file read while …

    …writing
    jeldrik committed Sep 28, 2013
    Configuration menu
    Copy the full SHA
    71a7f6a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2014

  1. Potentiel security bug corrected

    Bug reproduction: 1) paste texte containing html/javascript. 2) send 3)
    clic "Raw text"  4) refresh: The html/javascript is interpreted instead
    of just displayed.
    Under some versions of Chrome, it happens without refreshing.
    This bug was corrected.
    sebsauvage committed Jan 20, 2014
    Configuration menu
    Copy the full SHA
    4f8750b View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2014

  1. Merge pull request #61 from jelhan/master

    File lock for write on /data/traffic_limiter.php
    sebsauvage committed Feb 3, 2014
    Configuration menu
    Copy the full SHA
    09d39a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2014

  1. Fix security issue

    cese committed Feb 4, 2014
    Configuration menu
    Copy the full SHA
    db66042 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2014

  1. Stronger server salt

    ZeroBin now generates a much stronger salt. This fixes issue #68
    (mentioned in section 2.1 of https://defuse.ca/audits/zerobin.htm)
    sebsauvage committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    a24212a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    46c8f25 View commit details
    Browse the repository at this point in the history
  3. Time attack protection on hmac comparison

    This fixes issue 2.7 of https://defuse.ca/audits/zerobin.htm, and thus
    (with commit a24212a) also issue 2.8.
    sebsauvage committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    0b4db7e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #75 from cese/master

    Fix security issue (arbitrary file unlink)
    sebsauvage committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    8cae64d View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2016

  1. Add unmaintained note

    Please merge this, @sebsauvage.
    rugk authored Jul 7, 2016
    Configuration menu
    Copy the full SHA
    2c947c5 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2016

  1. New repo name

    rugk authored Jul 9, 2016
    Configuration menu
    Copy the full SHA
    8d879ac View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2016

  1. Merge pull request #107 from rugk/patch-1

    Merge request with a link to a more up-to-date fork of ZeroBin.
    sebsauvage authored Dec 5, 2016
    Configuration menu
    Copy the full SHA
    8ec0948 View commit details
    Browse the repository at this point in the history
Loading