Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Live is TRUE but should be FALSE #149

Open
rpearson42 opened this issue May 24, 2024 · 0 comments
Open

Live is TRUE but should be FALSE #149

rpearson42 opened this issue May 24, 2024 · 0 comments

Comments

@rpearson42
Copy link

🐛 Summary

What's wrong? Please be specific.
A domain is reporting Live=TRUE from the automated scan and report, but as Live=FALSE from a manual check

To reproduce

Steps to reproduce the behavior:

  1. When report says domain is Live=TRUE but it is not (as reported by stakeholder), like example (reach out to VS operators for example):
  2. docker run --volume $PWD/results:/home/scanner/results dhsncats/domain-scan:latest --scan=trustymail domain.tld

Expected behavior

What did you expect to happen that didn't?
Expected the automated check to return the same results as the manual check, based off of research the VS operators conducted. Both the VS operators and what the stakeholder's understanding is that the expected result is Live=FALSE.

Any helpful log output or screenshots

Paste the results here:

% docker run --volume $PWD/results:/home/scanner/results dhsncats/domain-scan:latest --scan=trustymail domain.tld             
/opt/pyenv/versions/3.6.4/lib/python3.6/site-packages/requests/__init__.py:104: RequestsDependencyWarning: urllib3 (1.26.13) or chardet (5.0.0)/charset_normalizer (2.0.12) doesn't match a supported version!
  RequestsDependencyWarning)
[domain.tld][trustymail] Running scan...
	Executing local scan...
Results written to CSV.
% cd results 
% ls
meta.json	trustymail.csv
% cat meta.json 
{
  "command": "./scan --scan=trustymail domain.tld",
  "duration": "1.311789",
  "durations": {
    "trustymail": {
      "duration": "1.236000",
      "end_time": "2024-05-23T19:07:38.053392Z",
      "start_time": "2024-05-23T19:07:36.817392Z"
    }
  },
  "end_time": "2024-05-23T19:07:38.05975Z",
  "scan_uuid": "9e5a31f3-ad4c-45b7-90b1-bd281694f717",
  "start_time": "2024-05-23T19:07:36.747961Z"
}%                                                                                                  
% open trustymail.csv 

Comment: Please reach out to VS operators for an example of a stakeholder this is occurring for.

cisagovbot pushed a commit that referenced this issue Jul 30, 2024
…max/ghaction-github-status-4

Bump crazy-max/ghaction-github-status from 3 to 4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant