1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
Please report security vulnerabilities through
[GitHub Security Advisories](https://github.com/MacCracken/khanij/security/advisories/new).
**Do not** open a public issue for security vulnerabilities.
Include:
- --
This policy covers the `khanij` crate and its published API. Vulnerabilities in
upstream dependencies should be reported to the respective maintainers; we will
track and update our dependency pins as fixes become available.
Security concerns for this crate primarily involve:
- --
We run `cargo audit` and `cargo deny` in CI to catch known dependency
vulnerabilities.
We follow coordinated disclosure. Reporters will be credited in the release
notes unless they prefer to remain anonymous.