Drupal Europe is an effort from the European Drupalists. Drupal Portugal, after organizing DrupalDevdays is promoting DrupalEurope as the main European Drupal Event for 2018. Next year we will have Drupalcon back in Europe.

Tags

Since that the need to support Drupal 8 will jump soon, i wanted to share with you all a contribution i've been working on:

Drupal8 Container App Initiative for testing purposes

The app will run locally, will be self-contained and will give you a local IP that you can ssh and do your own breaking and testing. Like testing modules, configs... Drupal8's container is updated to the newest version every night.

This only requires 2 steps:

Drupal is an awesome tool for building sites!
You imagine, you create and finally you publish your work online.
“What now? Is that work over?”
If you have those questions making an echo in your mind, then this track is exactly what you were looking for.

Every site needs to be deployed, hosted, monitored, upgraded, scaled, security patched and maintained. Drupalcon Barcelona DevOps track can help you to achieve those goals and ensure the success of your site.

DevOps bridges the gap between the world of developers and operations.

Exemplo: ~(A * B) * (~A + B) * (~B + B) = ~A

~(A * B) * (~A + B) * (~B + B)
~(A * B) * (~A + B) Complemento, Elemento Neutro.
(~A + ~B) * (~A + B) Lei DeMorgan
~A + ~B * B Distributividade.
~A Complemento, Elemento Neutro.

Check the all blog post here:
https://www.acquia.com/blog/value-testing-drupal

If you are a Drupal contributor, one of the things that immediately pops into your mind is the time that takes to test your patch. Testing happens throughout the whole workflow of getting a change in Drupal core and contrib modules. Testing is what keeps you awake to see if your patch failed or passed. Testing is what makes you pull out your hair or jump with joy.

First of all disable SSLv3 on your browser before fixing your server.

If you have Chrome/Firefox updated you can use newer protocols like TLSv1 or above. If you have Internet Explorer equal or lower than IE7 than you need to upgrade or use another browser/operating system...

You can upgrade to the latest .deb on precise until utopic and get it fixed:

Run:
env x='() { :;}; echo vulnerable' bash -c 'echo hello' ;
apt-get update;
apt-get -y install bash;
env x='() { :;}; echo vulnerable' bash -c 'echo hello'

Detailed Proof of the Fix:

bash (4.3-9ubuntu2) utopic; urgency=medium
* SECURITY UPDATE: incorrect function parsing
- debian/patches/CVE-2014-6271.diff: fix function parsing in
builtins/common.h, builtins/evalstring.c, subst.c, variables.c.
- CVE-2014-6271