aboutcode-org / scancode-toolkit

:mag: ScanCode detects licenses, copyrights, dependencies by "scanning code" ... to discover and inventory open source and third-party packages used in your code. Sponsored by NLnet project https://nlnet.nl/project/vulnerabilitydatabase, the Google Summer of Code, Azure credits, nexB and others generous sponsors!
https://github.com/aboutcode-org/scancode-toolkit/releases/
2.1k stars 541 forks source link

generic exception false positive #3224

Open armijnhemel opened 1 year ago

armijnhemel commented 1 year ago

Description

arch/mips/kernel/genex.S

there is a false positive:

"matched_text": " * Be careful when changing this, it has to be at most 256 (as a special\n * exception) bytes to fit into space reserved for the exception handler."

How To Reproduce

Tell us how to reproduce the issue.

System configuration

For bug reports, it really helps us to know:

armijnhemel commented 1 year ago

genex.zip test file

jalajk24 commented 1 year ago

Can I work on this issue? I am new to open source and interested to work on it

AyanSinhaMahapatra commented 1 year ago

@jalajk24 can you run a scan on the genex.zip above from scancode-toolkit v32.0.0rc1 and report if this is still present?

Can I work on this issue?

you don't need to ask to work on something, just ask questions if you have any/let us know what you're thinking to solve this.