C icon indicating copy to clipboard operation
C copied to clipboard

Updates

Open abirbhattacharya82 opened this issue 4 years ago • 3 comments

Fixes:

Added Input Validations to prior program

Summary:

A program added that will find the maximum and minimum elements of an array by the Tournament Method. It uses the Divide and Conquer Algorithm.

abirbhattacharya82 avatar Jun 22 '21 04:06 abirbhattacharya82

:warning: We detected 115 security issues in this pull request:

Insecure Use of Dangerous Function (114)
Docs Details
:bulb: Title: Potential OS command execution, Severity: High
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/OS/execlp.c#L43
:bulb: Title: Buffer overflow, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/pf and sf.c#L3
:bulb: Title: Buffer overflow, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Maximum and Minimum using Divide and Conquer.c#L72
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/2D Array.c#L9
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/2D Array.c#L11
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/2D Array.c#L18
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Area of equilateral triangle.c#L8
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Area of shapes.c#L9
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Area of shapes.c#L11
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Area of shapes.c#L13
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Check for diagonal matrix.c#L8
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Check for diagonal matrix.c#L10
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Check for diagonal matrix.c#L18
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Check for lower triangular matrix.c#L20
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Check for upper triangular matrix.c#L9
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Check for upper triangular matrix.c#L11
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Check for upper triangular matrix.c#L18
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Count of different characters in a String.c#L8
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Counting specific characters in a string.c#L11
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Cube of array index value.c#L9
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Distance between two points.c#L17
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Distance between two points.c#L19
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Distance between two points.c#L21
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Distance between two points.c#L23
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Electricity bill.c#L16
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Employee salary (Structures).c#L28
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Employee salary (Structures).c#L33
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Employee salary (Structures).c#L35
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Employee salary (Structures).c#L37
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Entered character is an alphabet or not.c#L9
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Even or odd, for even check divisble by 4.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Even or odd.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Factorial (Recursions).c#L15
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Fibonacci (Recursions).c#L15
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/GCD aka HCF (Recursions).c#L15
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Hash symbol pattern.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Largest Number in array.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Largest Number in array.c#L12
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Location of array element.c#L6
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Location of array element.c#L11
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Location of array element.c#L14
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Matrix add,sub,mul,transpose.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Matrix add,sub,mul,transpose.c#L9
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Matrix add,sub,mul,transpose.c#L15
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Matrix add,sub,mul,transpose.c#L19
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Matrix add,sub,mul,transpose.c#L21
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Matrix add,sub,mul,transpose.c#L27
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Max and min in array using pointers.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Max and min in array using pointers.c#L12
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Monthly pay salary.c#L9
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Monthly pay salary.c#L11
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Multi function calculator (Switch).c#L8
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Multi function calculator (Switch).c#L10
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/OS/fcfs.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/OS/fcfs.c#L13
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/OS/prime.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/OS/priority.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/OS/priority.c#L14
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/OS/priority.c#L16
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/OS/sjf.c#L8
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/OS/sjf.c#L14
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Palindrome check.c#L6
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Palindrome without strrev.c#L8
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Pointer to a structure.c#L16
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Pointer to a structure.c#L18
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Pointer to a structure.c#L20
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Positive or negative.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Print ASCII Value.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Print odd even separately using pointers.c#L9
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Print odd even separately using pointers.c#L15
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Reverse number (Recursion).c#L23
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Roman value to decimal value.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Search for char in string, find freq and pos.c#L8
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Search for char in string, find freq and pos.c#L10
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Shopping bill.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Shopping bill.c#L9
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Shopping bill.c#L11
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Shopping bill.c#L14
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Shopping bill.c#L16
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Simple interest.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Simple interest.c#L9
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Simple interest.c#L11
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Smallest and largest of 3 numbers.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Sorting array.c#L6
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Sorting array.c#L10
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/String formatting.c#L10
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/String to ASCII.c#L13
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/String to ASCII.c#L16
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Student structure.c#L21
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Student structure.c#L27
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Student structure.c#L29
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Student structure.c#L31
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Student structure.c#L33
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Student structure.c#L35
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Student structure.c#L39
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Student structure.c#L44
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Sum of array and print in reverse order.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Sum of array and print in reverse order.c#L12
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Sum of diagonal elements in matrix.c#L8
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Sum of diagonal elements in matrix.c#L10
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Sum of diagonal elements in matrix.c#L18
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Sum of digits using recursion.c#L12
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Sum of series.c#L32
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Sum of two numbers.c#L7
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Swapping with pointers.c#L12
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Toll booth.c#L9
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Toll booth.c#L28
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Toll booth.c#L47
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Toll booth.c#L66
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Toll booth.c#L90
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/palindrome_pyramid_pattern.c#L10
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/pascal triangle.c#L6
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Maximum and Minimum using Divide and Conquer.c#L58
:bulb: Title: Use of scanf, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/Maximum and Minimum using Divide and Conquer.c#L72

More info on how to fix Insecure Use of Dangerous Function in C/C++.


Insecure Processing of Data (1)
Docs Details
:bulb: Title: Insecure use of format strings, Severity: Critical
https://github.com/aravindvnair99/C/blob/b850c317c2079ac58a34cb1876900960ac83e079/Source Codes/pf and sf.c#L2

More info on how to fix Insecure Processing of Data in C/C++.


👉 Go to the dashboard for detailed results.

📥 Happy? Share your feedback with us.

GitHub
GitHub is where people build software. More than 65 million people use GitHub to discover, fork, and contribute to over 200 million projects.

guardrails[bot] avatar Jun 22 '21 04:06 guardrails[bot]

Check Now. I have restricted it.

abirbhattacharya82 avatar Jun 22 '21 13:06 abirbhattacharya82

Hey @abirbhattacharya82! Any updates?

aravindvnair99 avatar Nov 23 '21 17:11 aravindvnair99