From bc51d414a9c5d2e8a4b1268f60cf650670df3f08 Mon Sep 17 00:00:00 2001
From: Bilal Brarou <bilal.brarou@student.uclouvain.be>
Date: Wed, 23 Nov 2022 14:08:41 +0000
Subject: [PATCH] bilal-brarou-contributions

---
 .../Report-Bilal-Brarou-67412100.md           | 24 +++++++++++++++++++
 1 file changed, 24 insertions(+)
 create mode 100644 projects/projects_2022_23/Report-Bilal-Brarou-67412100.md

diff --git a/projects/projects_2022_23/Report-Bilal-Brarou-67412100.md b/projects/projects_2022_23/Report-Bilal-Brarou-67412100.md
new file mode 100644
index 0000000..b3f3f87
--- /dev/null
+++ b/projects/projects_2022_23/Report-Bilal-Brarou-67412100.md
@@ -0,0 +1,24 @@
+# Open Source Contribution Project
+
+| **Author:**              | *Bilal Brarou*                                 |
+| ------------------------ | --------------------------------------------------- |
+| **Date:**                | 20/11/2022                                          |
+| **NOMA:**                | 67412100                                          |
+| **Academic Year:**       | 2022-2023                                           |
+| **Open Source Project:** | [Images-to-PDF](https://github.com/Swati4star/Images-to-PDF/blob/master/LICENSE.md) |
+| **Pull Request made:**             | [ PR](https://github.com/Swati4star/Images-to-PDF/pull/1097) |
+| **License:**             | [ GPL-3.0 license](https://github.com/Tiklyt/Images-to-PDF/blob/master/LICENSE.md) |
+
+## Finding the project
+
+I was searching easy-to contribute project in Google and I found a project named "Image-To-Pdf" that is an android application, and allow to the user to convert an image to an .pdf file and do a lot of transformation of a .pdf file. This project is fully written in Java.
+
+##Contribution
+I looked at the issue section of this repo and I found that there was a  vulnerabilities problem, The app was using an old version (5.5.10) library named "itext" that allow to convert image to pdf. I made a change in the .gradle file and now the application is using "itext" version 5.5.13.3.
+
+##Compiling the project and OS
+I used Ubuntu OS for making this contribution and Android Studio (open-source) for compiling the project and making change.
+
+##Communication
+I was able to interact with the person who published this issue and he told me that my pull-request was perfect for fixing all of these vulnerabilities.
+
-- 
GitLab