We have submitted an addon February 8th, it has been stuck since then from 260 position to current 200 position. That is about 6 addons a day… so it will take a month or so more. Is there something we can do to speed up the process? Are you having some kind of issue about reviews?
The jsrsasign-latest-all-min.js is a considerably large minified code and it includes other libraries.
Library code if posted as a separate file, can be checked via its hash for the known and acceptable libraries ie JQuery. (so no manual checking)
jsrsasign-latest-all-min.js combines many libraries so they cant be checked individually. That means each section has to be checked and that is 10,000s of lines of minified code.
What you can do to speed it up is, to avoid using combination libraries and include each file separately.
The jsrsasign-latest-all-min.js has been downloaded from https://github.com/kjur/jsrsasign which is the official page of the project. This add-on allows Firefox to support Certificate Transparency, so this library is needed to verify the certificate signature. The addon includes this library because is the most used for this issue. You can check the hash of this library, because it is not modified.