blackfist / CIFGlue

Simple rails app to quickly add indicators to the Collective Intelligence Framework
10 stars 1 forks source link

Need to be able to add multiple hashes at once #20

Closed blackfist closed 12 years ago

blackfist commented 12 years ago

Like you can do with other indicators. Should be able to add multiple hashes and have the app create a unique object for each one sharing the other attributes of the form.

blackfist commented 12 years ago

There wasn't a whole lot to this change. I had already written the functionality into the app/controllers/indicators_controller. I just needed to test the functionality and make the md5 entry field bigger in /app/views/indicators/_malwareindicator.html.erb.