The-OpenROAD-Project / security

Apache License 2.0
1 stars 5 forks source link

False match #3

Closed vvbandeira closed 3 years ago

vvbandeira commented 3 years ago

I think there is an issue with the check, see complete log here.

/home/runner/work/OpenROAD/OpenROAD
Cloning into '../security'...

Running pre-commit security hook....

ERROR: File docs/index.md contains blocked content on line 19 :
  intelligence augments human expertise through efficient modeling and

The line does not have anything sensitive or proprietary name. Neither does the surrounding lines:

The NHIL target requires tools to adapt and auto-tune successfully to flow
completion without or with significantly minimal human intervention. Machine
intelligence augments human expertise through efficient modeling and
prediction of flow outcomes during layout generation.

My guess is that the script is matching intel.*, thus intelligence is falsely matched.