Skip to content

Commit

Permalink
Add VULNERABLE package flag (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
AMDmi3 committed May 5, 2020
1 parent c95e81c commit d2e375f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions repology/package.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ class PackageFlags:
WEAK_DEVEL: ClassVar[int] = 1 << 13
STABLE: ClassVar[int] = 1 << 14
ALTVER: ClassVar[int] = 1 << 15
VULNERABLE: ClassVar[int] = 1 << 16

ANY_IGNORED: ClassVar[int] = IGNORE | INCORRECT | UNTRUSTED | NOSCHEME

Expand Down

0 comments on commit d2e375f

Please sign in to comment.