Closed jonasrauber closed 4 years ago
AdvBox is a suite of tools for various purposes. One sub-component that implements the adversarial white-box attacks is based on Foolbox v1. To distinguish AdvBox from its sub-components, we renamed this sub-component as adversarialbox. To address the MIT LICENSE violation, here are what we've changed:
Dear authors of AdvBox,
I believe this repository is violating the MIT license of Foolbox.
It seems that substantial parts of the code in this repository have been copied from Foolbox v1. You have added some modifications (renaming variables, adding and removing comments, rearranging code, etc.), but nevertheless the code is still based on and copied from Foolbox without adhering to the conditions of the MIT license (despite it's extremely permissive rules).
Ironically, in this commit you even forgot to replace
foolbox
withadvbox
. And in both your README and your paper you use sentences like "Advbox is a toolbox to generate adversarial examples that fool neural networks" or "Advbox: a toolbox to generate adversarial examples that fool neural networks" that are not just loosely inspired by Foolbox's orignal slogan "Foolbox is a Python toolbox to create adversarial examples that fool neural networks.".I propose we resolve this issue by making the following changes:
bibtex
entry to your How to cite section