An open API service for providing issue and pull request metadata for open source projects.

GitHub / obriencj/python-javatools issues and pull requests

#134 - Bump actions/download-artifact from 3 to 4.1.7 in /.github/workflows

Pull Request - State: closed - Opened by dependabot[bot] 11 months ago
Labels: dependencies

#133 - Convert bytes to str

Issue - State: open - Opened by w58296 almost 2 years ago

#132 - Prep v1.6.0

Pull Request - State: closed - Opened by obriencj about 2 years ago

#131 - Drop Python 2 support

Issue - State: open - Opened by obriencj about 2 years ago

#129 - Release 1.6.0

Issue - State: closed - Opened by obriencj about 2 years ago - 4 comments

#128 - Gh actions

Pull Request - State: closed - Opened by obriencj about 2 years ago

#127 - Make M2Crypto an optional dependency

Pull Request - State: closed - Opened by obriencj about 2 years ago - 1 comment

#126 - Fixed invalid sentinel for file iter

Pull Request - State: closed - Opened by Ri0n over 3 years ago - 2 comments

#125 - Getting the first element of tuple before interact with it

Pull Request - State: closed - Opened by danielgf3 almost 4 years ago

#124 - Manifest.py has multiple bugs when using the cli function and is not usable.

Pull Request - State: closed - Opened by CEBasile almost 4 years ago - 1 comment

#123 - manifest.py -r flag expects an argument

Issue - State: closed - Opened by CEBasile almost 4 years ago

#122 - manifest.py can't write to stream when it's stdout

Issue - State: closed - Opened by CEBasile almost 4 years ago

#121 - Installation fails on MacOS

Issue - State: closed - Opened by KonstantinShemyak over 4 years ago - 2 comments

#120 - Mixed line endings in tests causing failures

Issue - State: closed - Opened by TkTech over 4 years ago - 1 comment

#119 - Switch from travis to github ci.

Pull Request - State: closed - Opened by TkTech over 4 years ago - 2 comments

#118 - Patch to use a real MUTF-8 decoder. Fixes #97.

Pull Request - State: closed - Opened by TkTech over 4 years ago - 4 comments

#117 - Improve detection of infinite loop in _typeseq_iter() function

Pull Request - State: closed - Opened by Matmaus almost 5 years ago

#116 - Fix for unpack_wide() function to accomodate for changes in Python3.

Pull Request - State: closed - Opened by jgrunzweig about 5 years ago

#115 - Error in _unpack_wide() in Python3

Issue - State: closed - Opened by jgrunzweig about 5 years ago - 3 comments

#114 - Raise an exception if an infinite loop occurs

Pull Request - State: closed - Opened by Matmaus about 5 years ago

#113 - Improve fail-proof ness

Pull Request - State: closed - Opened by Matmaus over 5 years ago - 3 comments

#112 - Split off the CLI tools

Issue - State: closed - Opened by SoniEx2 over 5 years ago - 7 comments

#111 - Implement getting manifest with a command line

Pull Request - State: closed - Opened by KonstantinShemyak over 5 years ago - 2 comments

#110 - Jarinfo --manifest not implemented

Issue - State: closed - Opened by TACIXAT over 5 years ago

#109 - Error running jarinfo with --jar-requires

Issue - State: closed - Opened by TACIXAT over 5 years ago - 3 comments

#108 - Support for JDK 9 features

Issue - State: open - Opened by obriencj about 6 years ago

#107 - javatools.Unimplemented: unknown constant type 19

Issue - State: closed - Opened by pwntester about 6 years ago - 11 comments

#106 - RFE: Support for the CONSTANT_InvokeDynamic_info Structure

Issue - State: closed - Opened by obriencj about 6 years ago - 1 comment

#105 - No output from JarInfo

Issue - State: closed - Opened by pwntester about 6 years ago - 2 comments

#104 - Install fails if six is not already installed

Issue - State: closed - Opened by mlaferrera over 6 years ago - 1 comment

#103 - Formatting cleanup inspired by flake8

Pull Request - State: closed - Opened by KonstantinShemyak over 6 years ago - 1 comment

#102 - move cheetah_cmd into distribution

Pull Request - State: closed - Opened by obriencj almost 7 years ago - 1 comment

#101 - Put "cheetah_cmd.py" to the distribution

Pull Request - State: closed - Opened by KonstantinShemyak almost 7 years ago - 2 comments

#100 - Distribution has been broken after 1.3: cheetah_cmd.py was not packed

Issue - State: closed - Opened by KonstantinShemyak almost 7 years ago - 1 comment

#99 - Fixed minor resource leak (not closed file descriptor)

Pull Request - State: closed - Opened by KonstantinShemyak almost 7 years ago

#98 - Indicated binary string as required for Python 3

Pull Request - State: closed - Opened by KonstantinShemyak almost 7 years ago

#96 - Minor cleanups of language use; test update

Pull Request - State: closed - Opened by KonstantinShemyak almost 7 years ago

#95 - Completed support for Python 3

Pull Request - State: closed - Opened by KonstantinShemyak almost 7 years ago

#94 - JAR manifest is stored internally as Unicode

Pull Request - State: closed - Opened by KonstantinShemyak almost 7 years ago - 2 comments

#93 - Remaining syntax fixes. Simple type updates.

Pull Request - State: closed - Opened by KonstantinShemyak almost 7 years ago

#92 - Towards Py3: compatible syntax, compatible b64encode()

Pull Request - State: closed - Opened by KonstantinShemyak almost 7 years ago

#90 - Switch to using the print function for future py3 compatability

Pull Request - State: closed - Opened by obriencj almost 7 years ago

#89 - Implemented support for Python 3

Pull Request - State: closed - Opened by KonstantinShemyak almost 7 years ago - 11 comments

#88 - Added test for inspecting class members of array type

Pull Request - State: closed - Opened by KonstantinShemyak almost 7 years ago - 1 comment

#87 - Issue-86: implemented check for text file change

Pull Request - State: closed - Opened by KonstantinShemyak almost 7 years ago

#86 - distdiff does not detect changes in text files

Issue - State: closed - Opened by KonstantinShemyak almost 7 years ago

#85 - Cosmetic cleanups of CLI apps

Pull Request - State: closed - Opened by KonstantinShemyak almost 7 years ago

#84 - Updated TODO: JAR signing is implemented.

Pull Request - State: closed - Opened by KonstantinShemyak about 7 years ago

#83 - Test data files moved under test case-specific directories

Pull Request - State: closed - Opened by KonstantinShemyak over 7 years ago

#82 - Replaced expired certificates

Pull Request - State: closed - Opened by KonstantinShemyak over 7 years ago

#81 - Code cleanup suggested by flake8. No logic changes.

Pull Request - State: closed - Opened by KonstantinShemyak over 7 years ago

#79 - Corrected OpenSSL-specific verification behavior

Pull Request - State: closed - Opened by KonstantinShemyak over 7 years ago

#78 - multianewarray missing op args

Pull Request - State: closed - Opened by obriencj over 7 years ago

#77 - multianewarray unpack missing format for arguments

Issue - State: closed - Opened by obriencj over 7 years ago

#76 - Error 'javatools.Unimplemented'.

Issue - State: closed - Opened by pedromartins4 over 7 years ago - 9 comments

#75 - Change in generic file inside JAR is detected

Pull Request - State: closed - Opened by KonstantinShemyak almost 8 years ago - 1 comment

#74 - Option "--json-indent" correctly handled

Pull Request - State: closed - Opened by KonstantinShemyak almost 8 years ago

#73 - Option "--json-indent" correctly handled

Pull Request - State: closed - Opened by KonstantinShemyak almost 8 years ago

#72 - Option --json-indent does not work

Issue - State: closed - Opened by KonstantinShemyak almost 8 years ago - 1 comment

#70 - Verify JARs with multiple .SF files

Pull Request - State: closed - Opened by bmurray7 about 8 years ago - 2 comments

#69 - JSON diff fails on binary changes

Issue - State: closed - Opened by KonstantinShemyak over 8 years ago - 1 comment

#68 - Project migrated from optparse to argparse

Pull Request - State: closed - Opened by KonstantinShemyak over 8 years ago - 1 comment

#67 - jardiff misses changes in "unknown" files

Issue - State: closed - Opened by KonstantinShemyak over 8 years ago

#66 - After rebuilding test data, 3 tests fail

Issue - State: closed - Opened by KonstantinShemyak over 8 years ago - 2 comments

#65 - Added test for tampered manifest

Pull Request - State: closed - Opened by KonstantinShemyak over 8 years ago

#63 - Flake8 branch rebase onto master

Pull Request - State: closed - Opened by KonstantinShemyak over 8 years ago - 2 comments

#62 - Added library and CLI functions to create JARs.

Pull Request - State: closed - Opened by KonstantinShemyak over 8 years ago

#61 - Fixing error, introduced by former refactoring

Pull Request - State: closed - Opened by KonstantinShemyak over 8 years ago

#60 - Interface made more similar to `jarsigner`

Pull Request - State: closed - Opened by KonstantinShemyak over 8 years ago - 2 comments

#59 - Added possibility to put the signed jar to another file

Pull Request - State: closed - Opened by KonstantinShemyak over 8 years ago

#56 - Fixing broken tests.

Pull Request - State: closed - Opened by KonstantinShemyak over 8 years ago - 1 comment

#55 - Text strings are not a valid API return

Issue - State: closed - Opened by obriencj over 8 years ago - 1 comment

#54 - Cut a 1.4 release

Issue - State: closed - Opened by obriencj over 8 years ago - 22 comments

#53 - Incompatible with Python 3.x

Issue - State: closed - Opened by waynr over 8 years ago - 3 comments

#52 - Mistype fix: wrong test input file was used

Pull Request - State: closed - Opened by KonstantinShemyak over 8 years ago

#50 - Python 2.6 has been broken

Issue - State: closed - Opened by KonstantinShemyak over 8 years ago - 3 comments

#49 - Jarutil can embed certificates into the JAR signature

Pull Request - State: closed - Opened by KonstantinShemyak over 8 years ago

#47 - Added correct flags, with which jarsigner recognizes the JAR signatures.

Pull Request - State: closed - Opened by KonstantinShemyak over 8 years ago - 1 comment

#45 - Added support for python3

Pull Request - State: closed - Opened by mlaferrera almost 9 years ago - 3 comments

#44 - Command-line arguments of jarutil handled (more) properly

Pull Request - State: closed - Opened by KonstantinShemyak almost 9 years ago

#43 - Handle changes in signature-related files by jardiff

Pull Request - State: closed - Opened by KonstantinShemyak almost 9 years ago

#40 - Stated dependencies for the setup script

Pull Request - State: closed - Opened by KonstantinShemyak almost 9 years ago

#38 - Correctly stated package requirements

Pull Request - State: closed - Opened by KonstantinShemyak almost 9 years ago

#37 - PyPI version of the package does not state dependencies

Issue - State: closed - Opened by KonstantinShemyak almost 9 years ago

#36 - Documentation

Issue - State: closed - Opened by ftomassetti about 9 years ago - 4 comments

#33 - Cryptographic operations are done with M2Crypto Python library

Pull Request - State: closed - Opened by KonstantinShemyak almost 10 years ago - 1 comment