Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Revert "Fix #41, lint for regular expression catastrophic backtrackin…
Browse files Browse the repository at this point in the history
…g in re module"

This reverts commit 4d0f79f.
  • Loading branch information
mschwager committed Dec 28, 2019
1 parent 4d0f79f commit 3c9375a
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 991 deletions.
1 change: 0 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
### Added
- `DUO137`: lint for insecure itsdangerous kwarg usage ([#36](https://github.com/duo-labs/dlint/issues/36))
- `DUO138`: lint for regular expression catastrophic backtracking in re module ([#41](https://github.com/duo-labs/dlint/issues/41))

### Fixed
- False positive for `DUO137` when kwarg missing ([#39](https://github.com/duo-labs/dlint/issues/39))
Expand Down
1 change: 0 additions & 1 deletion dlint/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
from . import linters # noqa F401
from . import multi # noqa F401
from . import namespace # noqa F401
from . import redos # noqa F401
from . import test # noqa F401
from . import tree # noqa F401
from . import util # noqa F401
Expand Down
2 changes: 0 additions & 2 deletions dlint/linters/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
from .bad_os_use import BadOSUseLinter
from .bad_popen2_use import BadPopen2UseLinter
from .bad_random_generator_use import BadRandomGeneratorUseLinter
from .bad_re_catastrophic_use import BadReCatastrophicUseLinter
from .bad_requests_use import BadRequestsUseLinter
from .bad_shelve_use import BadShelveUseLinter
from .bad_subprocess_use import BadSubprocessUseLinter
Expand Down Expand Up @@ -67,7 +66,6 @@
BadOSUseLinter,
BadPopen2UseLinter,
BadRandomGeneratorUseLinter,
BadReCatastrophicUseLinter,
BadRequestsUseLinter,
BadShelveUseLinter,
BadSSLModuleAttributeUseLinter,
Expand Down
76 changes: 0 additions & 76 deletions dlint/linters/bad_re_catastrophic_use.py

This file was deleted.

8 changes: 0 additions & 8 deletions dlint/redos/__init__.py

This file was deleted.

69 changes: 0 additions & 69 deletions dlint/redos/__main__.py

This file was deleted.

Loading

0 comments on commit 3c9375a

Please sign in to comment.