kazet

Results 66 issues of kazet

Hi, how could I report a security vulnerability in this library? I don't want to open a Github issue, for obvious reasons.

### Template / PR Information Some websites always return some var_dump() results in the body. Therefore let's check whether if a function name is different, no var_dump will get called....

There is a new version of pydantic, 2.4.0, but sslyze requires pydantic

fix ready

Artemis is a modular vulnerability scanner that powers CERT PL scanning activities, not only checking various aspects of website security but also building easy-to-read messages that are sent to organizations...

Hello, CERT PL found a security vulnerability in this repository. How can we report this privately? We don't see any security policy describing how such vulnerabilities should be reported.

bug
needs triage

When I create a test inheriting from `KartonTestCase`: ```python class ScannerTest(KartonTestCase): karton_class = Scanner ``` mypy returns the following error: ```error: Incompatible types in assignment (expression has type "Type[Scanner]", base...

e.g. the `ignore_unrelated_records` for `parse_dmarc_record` is missing. Reproduction: ``` $ docker run -it python bash root@fd489f41688c:/# root@fd489f41688c:/# pip install checkdmarc==5.3.1 --quiet WARNING: Running pip as the 'root' user can result...

As `main` became the new standard on Github, renaming the `main` branch here would make work easier (e.g. the developers won't have to remember what repo uses `master` and what...

Hello, thanks for an awesome tool! I found that when the timeout expires, DMARCRecordNotFound or SPFRecordNotFound gets raised, which makes it hard to distinguish these cases from lack of a...